summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Update version to 10.02.06.200-kNilesh Javali2021-08-241-2/+2
* scsi: qla2xxx: edif: Fix returnvar.cocci warningskernel test robot2021-08-241-2/+1
* scsi: qla2xxx: Fix NVMe session down detectionQuinn Tran2021-08-243-5/+26
* scsi: qla2xxx: Fix NVMe retryQuinn Tran2021-08-245-26/+40
* scsi: qla2xxx: Fix hang on NVMe command timeoutsArun Easi2021-08-244-14/+25
* scsi: qla2xxx: Fix NVMe | FCP personality changeQuinn Tran2021-08-242-2/+4
* scsi: qla2xxx: edif: Do secure PLOGI when auth app is presentQuinn Tran2021-08-245-14/+10
* scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran2021-08-2411-66/+234
* scsi: qla2xxx: Fix hang during NVMe session tear downArun Easi2021-08-241-1/+1
* scsi: qla2xxx: edif: Fix EDIF enable flagQuinn Tran2021-08-242-3/+13
* scsi: qla2xxx: edif: Reject AUTH ELS on session downQuinn Tran2021-08-243-2/+8
* scsi: qla2xxx: edif: Fix stale sessionQuinn Tran2021-08-243-0/+11
* scsi: sd: Do not exit sd_spinup_disk() quietlyChristian Loehle2021-08-181-1/+3
* scsi: ibmvfc: Do not wait for initial device scanHannes Reinecke2021-08-182-3/+9
* scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko2021-08-181-11/+15
* scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko2021-08-181-3/+12
* scsi: smartpqi: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-182-3/+2
* scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li2021-08-181-9/+9
* scsi: core: Remove scsi_cmnd.tagJohn Garry2021-08-181-1/+0
* scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry2021-08-181-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-131-39/+20
* scsi: qla2xxx: Update version to 10.02.06.100-kNilesh Javali2021-08-121-3/+3
* scsi: qla2xxx: Sync queue idx with queue_pair_map idxSaurav Kashyap2021-08-121-2/+3
* scsi: qla2xxx: Changes to support kdump kernel for NVMe BFSSaurav Kashyap2021-08-123-23/+20
* scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap2021-08-121-0/+6
* scsi: qla2xxx: Suppress unnecessary log messages during loginArun Easi2021-08-122-7/+18
* scsi: qla2xxx: Fix NPIV create erroneous errorQuinn Tran2021-08-121-1/+3
* scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran2021-08-123-31/+50
* scsi: qla2xxx: Fix port type infoQuinn Tran2021-08-121-5/+3
* scsi: qla2xxx: Add debug print of 64G link speedQuinn Tran2021-08-121-1/+1
* scsi: qla2xxx: Show OS name and version in FDMI-1Arun Easi2021-08-123-4/+4
* scsi: qla2xxx: Changes to support FCP2 TargetSaurav Kashyap2021-08-123-2/+17
* scsi: qla2xxx: Adjust request/response queue size for 28xxQuinn Tran2021-08-121-2/+2
* scsi: qla2xxx: Add host attribute to trigger MPI hangArun Easi2021-08-121-0/+25
* scsi: qedi: Add support for fastpath doorbell recoveryShai Malin2021-08-123-12/+39
* Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-1214-124/+136
|\
| * scsi: core: Fix capacity set to zero after offlinining devicelijinlin2021-07-301-3/+6
| * scsi: sr: Return correct event when media event code is 3Li Manyi2021-07-301-1/+1
| * scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler2021-07-302-2/+18
| * scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy2021-07-301-1/+2
| * scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()Ye Bin2021-07-301-2/+2
| * scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha2021-07-291-6/+15
| * scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv2021-07-291-17/+15
| * scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp2021-07-211-1/+1
| * scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-203-17/+26