summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-18scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko1-3/+12
2021-08-18scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2-3/+2
2021-08-18scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li1-9/+9
2021-08-18scsi: core: Remove scsi_cmnd.tagJohn Garry1-1/+0
2021-08-18scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry1-1/+1
2021-08-16scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry1-1/+1
2021-08-16scsi: wd719: Stop using scsi_cmnd.tagJohn Garry1-3/+5
2021-08-16scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter1-5/+5
2021-08-16scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter1-7/+7
2021-08-16scsi: smartpqi: Fix an error code in pqi_get_raid_map()Dan Carpenter1-0/+1
2021-08-13scsi: mpi3mr: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-39/+20
2021-08-12scsi: qla2xxx: Update version to 10.02.06.100-kNilesh Javali1-3/+3
2021-08-12scsi: qla2xxx: Sync queue idx with queue_pair_map idxSaurav Kashyap1-2/+3
2021-08-12scsi: qla2xxx: Changes to support kdump kernel for NVMe BFSSaurav Kashyap3-23/+20
2021-08-12scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap1-0/+6
2021-08-12scsi: qla2xxx: Suppress unnecessary log messages during loginArun Easi2-7/+18
2021-08-12scsi: qla2xxx: Fix NPIV create erroneous errorQuinn Tran1-1/+3
2021-08-12scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran3-31/+50
2021-08-12scsi: qla2xxx: Fix port type infoQuinn Tran1-5/+3
2021-08-12scsi: qla2xxx: Add debug print of 64G link speedQuinn Tran1-1/+1
2021-08-12scsi: qla2xxx: Show OS name and version in FDMI-1Arun Easi3-4/+4
2021-08-12scsi: qla2xxx: Changes to support FCP2 TargetSaurav Kashyap3-2/+17
2021-08-12scsi: qla2xxx: Adjust request/response queue size for 28xxQuinn Tran1-2/+2
2021-08-12scsi: qla2xxx: Add host attribute to trigger MPI hangArun Easi1-0/+25
2021-08-12scsi: qedi: Add support for fastpath doorbell recoveryShai Malin3-12/+39
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen14-124/+136
2021-08-12scsi: isci: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen1-2/+2
2021-08-12scsi: core: Remove the request member from struct scsi_cmndBart Van Assche2-2/+0
2021-08-12scsi: ufs: ufshpb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen1-8/+8
2021-08-12scsi: storvsc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestMartin K. Petersen1-2/+2
2021-08-12scsi: usb-storage: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-12scsi: xen-scsifront: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: virtio_scsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-12scsi: ufs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-08-12scsi: sym53c8xx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-12scsi: sun3_scsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: stex: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+3
2021-08-12scsi: snic: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+5
2021-08-12scsi: smartpqi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-12scsi: scsi_debug: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-6/+7
2021-08-12scsi: qlogicpti: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-12scsi: qla4xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-3/+3
2021-08-12scsi: qla2xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-12scsi: qla1280: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+2
2021-08-12scsi: qedi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-8/+1
2021-08-12scsi: qedf: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-7/+1
2021-08-12scsi: ncr53c8xx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-12scsi: myrs: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6
2021-08-12scsi: myrb: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-5/+6