summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-25scsi: mpt3sas: Remove pci-dma-compat wrapper APISuraj Upadhyay1-6/+4
2020-08-25scsi: dc395x: Remove pci-dma-compat wrapper APISuraj Upadhyay1-3/+3
2020-08-25scsi: aic7xxx: Remove pci-dma-compat wrapper APISuraj Upadhyay1-4/+3
2020-08-25scsi: aacraid: Remove pci-dma-compat wrapper APISuraj Upadhyay4-17/+19
2020-08-21scsi: libcxgbi: Use kvzalloc instead of opencoded kzalloc/vzallocDenis Efremov2-20/+4
2020-08-21scsi: dc395x: Use %*ph to print small bufferAndy Shevchenko1-8/+2
2020-08-21scsi: mpt3sas: Remove superfluous memset()Li Heng1-1/+0
2020-08-21scsi: qla2xxx: Remove superfluous memset()Li Heng1-2/+0
2020-08-21scsi: pmcraid: Remove superfluous memset()Li Heng1-1/+0
2020-08-21scsi: mvsas: Remove superfluous memset()Li Heng1-4/+0
2020-08-21scsi: mptctl: Remove unneeded cast from memory allocationLi Heng1-3/+2
2020-08-21scsi: mptfc: Remove unneeded cast from memory allocationLi Heng1-4/+2
2020-08-21scsi: ufs: ufs-mediatek: Modify the minimum RX/TX lane count to 2Andy Teng1-2/+2
2020-08-21scsi: ufs: Remove an unpaired ufshcd_scsi_unblock_requests() in err_handler()Can Guo1-1/+0
2020-08-21scsi: ufs: Change fDeviceInit busy waitKiwoong Kim1-12/+21
2020-08-21scsi: ufs: Remove several redundant goto statementsBean Huo1-20/+5
2020-08-21scsi: ufs: Change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu()Bean Huo1-3/+4
2020-08-21scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2-0/+16
2020-08-21scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap1-0/+9
2020-08-21scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap1-0/+7
2020-08-21scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap1-1/+1
2020-08-21scsi: qedf: Do not kill timeout work for original I/O on RRQ completionSaurav Kashyap1-4/+0
2020-08-21scsi: qedf: Check the validity of rjt frame before processingSaurav Kashyap1-0/+5
2020-08-21scsi: qedf: Check for port type and role before processing an eventSaurav Kashyap1-0/+11
2020-08-21scsi: ufs-qcom: Remove unused MSM bus scaling APIsSai Prakash Ranjan2-235/+1
2020-08-21scsi: smartpqi: Bump version to 1.2.16-010Don Brace1-3/+3
2020-08-21scsi: smartpqi: Add RAID bypass counterKevin Barnett2-24/+54
2020-08-21scsi: smartpqi: Support device deletion via sysfsKevin Barnett1-49/+43
2020-08-21scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett2-35/+68
2020-08-21scsi: smartpqi: Update logical volume size after expansionMahesh Rajashekhara2-5/+17
2020-08-21scsi: smartpqi: Add id support for SmartRAID 3152-8iMahesh Rajashekhara1-0/+4
2020-08-21scsi: smartpqi: Identify physical devices without issuing INQUIRYKevin Barnett2-87/+87
2020-08-21scsi: mpt3sas: Update driver version to 35.100.00.00Suganath Prabu S1-2/+2
2020-08-21scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S3-5/+139
2020-08-21scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S3-19/+88
2020-08-21scsi: mpt3sas: Rename and export interrupt mask/unmask functionsSuganath Prabu S2-13/+13
2020-08-21scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S2-5/+16
2020-08-21scsi: mpt3sas: Dump system registers for debuggingSuganath Prabu S1-0/+20
2020-08-21scsi: mpt3sas: Memset config_cmds.reply buffer with zerosSuganath Prabu S1-1/+1
2020-08-21scsi: ufs: Properly release resources if a task is aborted successfullyCan Guo1-4/+1
2020-08-18scsi: ufs: Fix a race condition between error handler and runtime PM opsCan Guo1-34/+51
2020-08-18scsi: ufs: Move dumps in IRQ handler to error handlerCan Guo1-8/+15
2020-08-18scsi: ufs: Recover HBA runtime PM error in error handlerCan Guo1-9/+99
2020-08-18scsi: ufs: Fix concurrency of error handler and other error recovery pathsCan Guo3-128/+150
2020-08-18scsi: ufs: Add some debug information to ufshcd_print_host_state()Can Guo2-13/+23
2020-08-18scsi: ufs-qcom: Remove testbus dump in ufs_qcom_dump_dbg_regsCan Guo1-32/+0
2020-08-18scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo1-5/+0
2020-08-18scsi: ufs: Add checks before setting clk-gating statesCan Guo1-3/+14
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds1-2/+2
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds4-156/+409