summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mvsas: Remove superfluous memset()Li Heng2020-08-211-4/+0
* scsi: ufs: ufs-mediatek: Modify the minimum RX/TX lane count to 2Andy Teng2020-08-211-2/+2
* scsi: ufs: Remove an unpaired ufshcd_scsi_unblock_requests() in err_handler()Can Guo2020-08-211-1/+0
* scsi: ufs: Change fDeviceInit busy waitKiwoong Kim2020-08-211-12/+21
* scsi: ufs: Remove several redundant goto statementsBean Huo2020-08-211-20/+5
* scsi: ufs: Change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu()Bean Huo2020-08-211-3/+4
* scsi: qedf: Fix race between ELS completion and flushing ELS requestSaurav Kashyap2020-08-212-0/+16
* scsi: qedf: Don't process ELS completion if event is flushed or cleaned upSaurav Kashyap2020-08-211-0/+9
* scsi: qedf: Initiate cleanup for ELS commands as wellSaurav Kashyap2020-08-211-0/+7
* scsi: qedf: Send cleanup even for RRQ on timeoutSaurav Kashyap2020-08-211-1/+1
* scsi: qedf: Do not kill timeout work for original I/O on RRQ completionSaurav Kashyap2020-08-211-4/+0
* scsi: qedf: Check the validity of rjt frame before processingSaurav Kashyap2020-08-211-0/+5
* scsi: qedf: Check for port type and role before processing an eventSaurav Kashyap2020-08-211-0/+11
* scsi: ufs-qcom: Remove unused MSM bus scaling APIsSai Prakash Ranjan2020-08-212-235/+1
* scsi: smartpqi: Bump version to 1.2.16-010Don Brace2020-08-211-3/+3
* scsi: smartpqi: Add RAID bypass counterKevin Barnett2020-08-212-24/+54
* scsi: smartpqi: Support device deletion via sysfsKevin Barnett2020-08-211-49/+43
* scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett2020-08-212-35/+68
* scsi: smartpqi: Update logical volume size after expansionMahesh Rajashekhara2020-08-212-5/+17
* scsi: smartpqi: Add id support for SmartRAID 3152-8iMahesh Rajashekhara2020-08-211-0/+4
* scsi: smartpqi: Identify physical devices without issuing INQUIRYKevin Barnett2020-08-212-87/+87
* scsi: mpt3sas: Update driver version to 35.100.00.00Suganath Prabu S2020-08-211-2/+2
* scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S2020-08-213-5/+139
* scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S2020-08-213-19/+88
* scsi: mpt3sas: Rename and export interrupt mask/unmask functionsSuganath Prabu S2020-08-212-13/+13
* scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S2020-08-212-5/+16
* scsi: mpt3sas: Dump system registers for debuggingSuganath Prabu S2020-08-211-0/+20
* scsi: mpt3sas: Memset config_cmds.reply buffer with zerosSuganath Prabu S2020-08-211-1/+1
* scsi: ufs: Properly release resources if a task is aborted successfullyCan Guo2020-08-211-4/+1
* scsi: ufs: Fix a race condition between error handler and runtime PM opsCan Guo2020-08-181-34/+51
* scsi: ufs: Move dumps in IRQ handler to error handlerCan Guo2020-08-181-8/+15
* scsi: ufs: Recover HBA runtime PM error in error handlerCan Guo2020-08-181-9/+99
* scsi: ufs: Fix concurrency of error handler and other error recovery pathsCan Guo2020-08-183-128/+150
* scsi: ufs: Add some debug information to ufshcd_print_host_state()Can Guo2020-08-182-13/+23
* scsi: ufs-qcom: Remove testbus dump in ufs_qcom_dump_dbg_regsCan Guo2020-08-181-32/+0
* scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo2020-08-181-5/+0
* scsi: ufs: Add checks before setting clk-gating statesCan Guo2020-08-181-3/+14
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-1515-94/+163
|\
| * scsi: lpfc: Update lpfc version to 12.8.0.3Dick Kennedy2020-08-051-1/+1
| * scsi: lpfc: Fix LUN loss after cable pullDick Kennedy2020-08-051-1/+7
| * scsi: lpfc: Fix validation of bsg reply lengthsDick Kennedy2020-08-051-13/+8
| * scsi: lpfc: Fix retry of PRLI when status indicates its unsupportedDick Kennedy2020-08-051-3/+7
| * scsi: lpfc: Fix oops when unloading driver while running mds diagsDick Kennedy2020-08-051-2/+9
| * scsi: lpfc: Fix RSCN timeout due to incorrect gidft counterDick Kennedy2020-08-051-6/+16
| * scsi: lpfc: Fix no message shown for lpfc_hdw_queue out of range valueDick Kennedy2020-08-052-4/+19
| * scsi: lpfc: Fix FCoE speed reportingDick Kennedy2020-08-052-2/+19
| * scsi: lpfc: Add missing misc_deregister() for lpfc_init()Jing Xiangfeng2020-08-051-2/+5
| * scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne2020-08-051-1/+1
| * scsi: scsi_transport_sas: Add spaces around binary operator "|"Xiang Chen2020-08-051-1/+1
| * scsi: sd_zbc: Improve zone revalidationDamien Le Moal2020-08-053-54/+60