aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-05-19scsi: qla2xxx: Make a gap in struct qla2xxx_offld_chain explicitBart Van Assche1-0/+1
2020-05-19scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche2-0/+72
2020-05-19scsi: qla2xxx: Sort BUILD_BUG_ON() statements alphabeticallyBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Simplify the functions for dumping firmwareBart Van Assche11-155/+70
2020-05-19scsi: qla2xxx: Fix spelling of a variable nameBart Van Assche2-3/+3
2020-05-19scsi: hisi_sas: Stop returning error code from slot_complete_vX_hw()John Garry3-28/+16
2020-05-19scsi: hisi_sas: Add SAS_RAS_INTR0 to debugfs register name listLuo Jiaxing1-0/+1
2020-05-19scsi: hisi_sas: Modify the commit information for DSM methodLuo Jiaxing1-2/+6
2020-05-19scsi: hisi_sas: Do not reset phy timer to wait for stray phy upLuo Jiaxing1-1/+4
2020-05-19scsi: sd: Add zoned capabilities device attributeDamien Le Moal1-0/+16
2020-05-19scsi: ufs: Make ufshcd_wait_for_register() sleep instead of busy-waitingBart Van Assche2-24/+29
2020-05-19scsi: cxlflash: Fix error return code in cxlflash_probe()Wei Yongjun1-0/+1
2020-05-14scsi: ufs-mediatek: Customize WriteBooster flush policyStanley Chu1-0/+1
2020-05-14scsi: ufs: Customize flush threshold for WriteBoosterStanley Chu3-7/+6
2020-05-14scsi: ufs: Introduce ufs_hba_variant_params to group customizable parametersStanley Chu3-26/+24
2020-05-14scsi: sd: Signal drive managed SMR disksDamien Le Moal1-0/+3
2020-05-14scsi: ufs-mediatek: Make ufs_mtk_fixup_dev_quirks staticChenTao1-1/+1
2020-05-14scsi: aacraid: Fix an oops in error handlingDan Carpenter1-0/+1
2020-05-12scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn3-30/+392
2020-05-12scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn1-11/+25
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+1
2020-05-12scsi: hisi_sas: Display proc_name in sysfsJason Yan3-0/+3
2020-05-11scsi: scsi_debug: Fix an error handling bug in sdeb_zbc_model_str()Dan Carpenter1-1/+1
2020-05-11scsi: mpt3sas: Remove unused including <linux/version.h>Samuel Zou1-1/+0
2020-05-11scsi: mpt3sas: Fix double free warningsSuganath Prabu S1-0/+2
2020-05-11scsi: megaraid_sas: Update driver version to 07.714.04.00-rc1Chandrakanth Patil1-2/+2
2020-05-11scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena1-1/+6
2020-05-11scsi: megaraid_sas: Replace undefined MFI_BIG_ENDIAN macro with __BIG_ENDIAN_BITFIELD macroShivasharan S2-5/+5
2020-05-11scsi: megaraid_sas: Remove IO buffer hole detection logicSumit Saxena1-58/+0
2020-05-11scsi: megaraid_sas: Limit device queue depth to controller queue depthKashyap Desai1-3/+3
2020-05-11scsi: ufs: Cleanup WriteBooster featureStanley Chu1-13/+7
2020-05-11scsi: ufs-mediatek: Enable WriteBooster capabilityStanley Chu1-0/+3
2020-05-11scsi: ufs: Add LU Dedicated buffer mode support for WriteBoosterStanley Chu4-12/+66
2020-05-11scsi: ufs: Add "index" in parameter list of ufshcd_query_flag()Stanley Chu3-15/+17
2020-05-11scsi: ufs-mediatek: Add fixup_dev_quirks vopsStanley Chu1-3/+19
2020-05-11scsi: ufs: Export ufs_fixup_device_setup() functionStanley Chu2-3/+8
2020-05-11scsi: ufs: Introduce fixup_dev_quirks vopsStanley Chu2-2/+18
2020-05-11scsi: ufs: Enable WriteBooster on some pre-3.1 UFS devicesStanley Chu2-25/+49
2020-05-11scsi: lpfc: Remove redundant initialization to variable rcColin Ian King1-1/+1
2020-05-11scsi: ufs: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-11scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-7/+7
2020-05-11scsi: qedi: Remove unused variable udev & uctrlXie XiuQi1-5/+0
2020-05-11scsi: bfa: Make bfad_iocmd_ioc_get_stats() staticJason Yan1-1/+1
2020-05-11scsi: aacraid: Use memdup_user() as a cleanupZou Wei1-9/+3
2020-05-11scsi: pm: Balance pm_only counter of request queue during system resumeCan Guo1-2/+8
2020-05-11scsi: qla2xxx: Do not log message when reading port speed via sysfsEwan D. Milne1-3/+0
2020-05-09lpfc: nvmet: Add Send LS Request and Abort LS Request supportJames Smart1-0/+95
2020-05-09lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart5-1/+74
2020-05-09lpfc: nvme: Add Receive LS Request and Send LS Response support to nvmeJames Smart1-0/+71
2020-05-09lpfc: Refactor Send LS Response supportJames Smart2-78/+184