summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-08scsi: smartpqi: Expose SAS address for SATA drivesKevin Barnett2-42/+3
2022-02-08scsi: smartpqi: Speed up RAID 10 sequential readsMike McGowen2-5/+6
2022-02-08scsi: smartpqi: Fix kdump issue when controller is locked upMahesh Rajashekhara1-16/+23
2022-02-08scsi: smartpqi: Update volume size after expansionMahesh Rajashekhara2-8/+13
2022-02-08scsi: smartpqi: Avoid drive spin-down during suspendSagar Biradar1-1/+10
2022-02-08scsi: smartpqi: Resolve delay issue with PQI_HZ valueBalsundar P3-26/+20
2022-02-08scsi: smartpqi: Fix a typo in func pqi_aio_submit_io()Kevin Barnett1-1/+1
2022-02-08scsi: smartpqi: Fix a name typo and cleanup codeKevin Barnett1-5/+5
2022-02-08scsi: smartpqi: Quickly propagate path failures to SCSI midlayerMurthy Bhat1-2/+18
2022-02-08scsi: smartpqi: Eliminate drive spin down on warm bootSagar Biradar1-1/+7
2022-02-08scsi: smartpqi: Enable SATA NCQ priority in sysfsGilbert Wu2-4/+117
2022-02-08scsi: smartpqi: Add PCI IDsDon Brace1-4/+104
2022-02-08scsi: smartpqi: Fix rmmod stack traceDon Brace1-4/+2
2022-02-08scsi: mpt3sas: Convert to flexible arraysKees Cook1-3/+3
2022-02-08scsi: usb: storage: Complete the SCSI request directlySebastian Andrzej Siewior1-1/+1
2022-02-08scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior1-2/+19
2022-02-08scsi: core: Make "access_state" sysfs attribute always visibleMartin Wilck1-8/+0
2022-02-01scsi: lpfc: Remove redundant flush_workqueue() callMinghao Chi (CGEL ZTE)1-1/+0
2022-02-01scsi: qedi: Remove redundant flush_workqueue() callsMinghao Chi (CGEL ZTE)1-2/+0
2022-02-01scsi: bfa: Replace snprintf() with sysfs_emit()Yang Guang1-13/+13
2022-02-01scsi: mvsas: Replace snprintf() with sysfs_emit()Yang Guang1-2/+2
2022-02-01scsi: bnx2fc: Make use of the helper macro kthread_run()Yin Xiujiang1-4/+3
2022-02-01scsi: bnx2fc: Fix typo in commentsCai Huoqing1-1/+1
2022-02-01scsi: ufs: Add checking lifetime attribute for WriteBoosterJinyoung Choi2-0/+58
2022-01-25scsi: scsi_debug: Add environmental reporting log subpageDouglas Gilbert1-0/+33
2022-01-25scsi: scsi_debug: Add no_rwlock parameterDouglas Gilbert1-50/+102
2022-01-25scsi: scsi_debug: Divide power on reset UNIT ATTENTIONDouglas Gilbert1-11/+19
2022-01-25scsi: scsi_debug: Refine sdebug_blk_mq_poll()Douglas Gilbert1-5/+16
2022-01-25scsi: scsi_debug: Use TASK SET FULL moreDouglas Gilbert1-13/+6
2022-01-25scsi: scsi_debug: Strengthen defer_t accessesDouglas Gilbert1-11/+11
2022-01-25scsi: scsi_debug: Address races following module loadDouglas Gilbert1-51/+146
2022-01-25scsi: qla2xxx: Update version to 10.02.07.300-kNilesh Javali1-2/+2
2022-01-25scsi: qla2xxx: Check for firmware dump already collectedJoe Carnuccio1-0/+8
2022-01-25scsi: qla2xxx: Add devids and conditionals for 28xxJoe Carnuccio6-19/+20
2022-01-25scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()Saurav Kashyap1-1/+1
2022-01-25scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adaptersJoe Carnuccio1-2/+4
2022-01-25scsi: qla2xxx: edif: Fix clang warningQuinn Tran1-3/+19
2022-01-25scsi: qla2xxx: Fix warning for missing error codeNilesh Javali1-0/+1
2022-01-25scsi: qla2xxx: Fix device reconnect in loop topologyArun Easi2-0/+20
2022-01-25scsi: qla2xxx: Add ql2xnvme_queues module param to configure number of NVMe q...Shreyas Deodhar4-2/+27
2022-01-25scsi: qla2xxx: Fix wrong FDMI data for 64G adapterBikash Hazarika1-1/+5
2022-01-25scsi: qla2xxx: Add retry for exec firmwareQuinn Tran1-1/+7
2022-01-25scsi: qla2xxx: Fix scheduling while atomicQuinn Tran1-6/+1
2022-01-25scsi: qla2xxx: Fix premature hw access after PCI errorQuinn Tran2-3/+16
2022-01-25scsi: qla2xxx: Fix warning message due to adisc being flushedQuinn Tran1-0/+6
2022-01-25scsi: qla2xxx: Fix stuck session in gpdbQuinn Tran1-3/+3
2022-01-25scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap13-70/+173
2022-01-25scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner8-132/+76
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds16-31/+29
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-176/+190