summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Add EDC ELS supportJames Smart2021-08-2410-11/+988
* scsi: lpfc: Expand FPIN and RDF receive loggingJames Smart2021-08-242-41/+322
* scsi: lpfc: Add MIB feature enablement supportJames Smart2021-08-245-20/+123
* scsi: lpfc: Add SET_HOST_DATA mbox cmd to pass date/time info to firmwareJames Smart2021-08-242-2/+79
* scsi: ufs: ufshpb: Fix typo in commentsKeoseong Park2021-08-241-1/+1
* scsi: mpi3mr: Set up IRQs in resume pathKashyap Desai2021-08-243-25/+44
* scsi: core: scsi_ioctl: Fix error code propagation in SG_IOHalil Pasic2021-08-241-1/+1
* scsi: ufs: ufshpb: Fix possible memory leakKeoseong Park2021-08-241-3/+3
* scsi: snic: Fix spelling mistake 'progres' -> 'progress'Colin Ian King2021-08-241-1/+1
* scsi: ncr53c8xx: Remove unused codeHannes Reinecke2021-08-241-163/+0
* scsi: ncr53c8xx: Complete all commands during bus resetHannes Reinecke2021-08-241-33/+2
* scsi: ncr53c8xx: Remove 'sync_reset' argument from ncr_reset_bus()Hannes Reinecke2021-08-241-6/+5
* scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build ruleMasahiro Yamada2021-08-231-2/+4
* scsi: qla1280: Stop using scsi_cmnd.tagJohn Garry2021-08-231-1/+1
* scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()Hannes Reinecke2021-08-231-31/+23
* scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()Hannes Reinecke2021-08-231-3/+53
* scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus resetHannes Reinecke2021-08-231-10/+0
* scsi: qla2xxx: Update version to 10.02.06.200-kNilesh Javali2021-08-231-2/+2
* scsi: qla2xxx: edif: Fix returnvar.cocci warningskernel test robot2021-08-231-2/+1
* scsi: qla2xxx: Fix NVMe session down detectionQuinn Tran2021-08-233-5/+26
* scsi: qla2xxx: Fix NVMe retryQuinn Tran2021-08-235-26/+40
* scsi: qla2xxx: Fix hang on NVMe command timeoutsArun Easi2021-08-234-14/+25
* scsi: qla2xxx: Fix NVMe | FCP personality changeQuinn Tran2021-08-232-2/+4
* scsi: qla2xxx: edif: Do secure PLOGI when auth app is presentQuinn Tran2021-08-235-14/+10
* scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran2021-08-2311-66/+234
* scsi: qla2xxx: Fix hang during NVMe session tear downArun Easi2021-08-231-1/+1
* scsi: qla2xxx: edif: Fix EDIF enable flagQuinn Tran2021-08-232-3/+13
* scsi: qla2xxx: edif: Reject AUTH ELS on session downQuinn Tran2021-08-233-2/+8
* scsi: qla2xxx: edif: Fix stale sessionQuinn Tran2021-08-233-0/+11
* scsi: sd: Do not exit sd_spinup_disk() quietlyChristian Loehle2021-08-171-1/+3
* scsi: ibmvfc: Do not wait for initial device scanHannes Reinecke2021-08-172-3/+9
* scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko2021-08-171-11/+15
* scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko2021-08-171-3/+12
* scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-172-3/+2
* scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li2021-08-171-9/+9
* scsi: core: Remove scsi_cmnd.tagJohn Garry2021-08-171-1/+0
* scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry2021-08-171-1/+1
* scsi: fnic: Stop setting scsi_cmnd.tagJohn Garry2021-08-161-1/+1
* scsi: wd719: Stop using scsi_cmnd.tagJohn Garry2021-08-161-3/+5
* scsi: qedf: Fix error codes in qedf_alloc_global_queues()Dan Carpenter2021-08-161-5/+5
* scsi: qedi: Fix error codes in qedi_alloc_global_queues()Dan Carpenter2021-08-161-7/+7
* scsi: smartpqi: Fix an error code in pqi_get_raid_map()Dan Carpenter2021-08-161-0/+1
* scsi: mpi3mr: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-121-39/+20
* scsi: qla2xxx: Update version to 10.02.06.100-kNilesh Javali2021-08-111-3/+3
* scsi: qla2xxx: Sync queue idx with queue_pair_map idxSaurav Kashyap2021-08-111-2/+3
* scsi: qla2xxx: Changes to support kdump kernel for NVMe BFSSaurav Kashyap2021-08-113-23/+20
* scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap2021-08-111-0/+6
* scsi: qla2xxx: Suppress unnecessary log messages during loginArun Easi2021-08-112-7/+18
* scsi: qla2xxx: Fix NPIV create erroneous errorQuinn Tran2021-08-111-1/+3
* scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran2021-08-113-31/+50