summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-28/+6
|\
| * scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-28/+6
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+0
|\ \
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-02174-2462/+16548
|\ \ \
| * | | scsi: ufs: Fix ufshcd_request_sense_async() for Samsung KLUFG8RHDA-B2D1Adrian Hunter2021-08-241-7/+29
| * | | scsi: ufs: ufs-exynos: Fix static checker warningAlim Akhtar2021-08-242-3/+3
| * | | scsi: mpt3sas: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-241-30/+13
| * | | scsi: lpfc: Use the proper SCSI midlayer interfaces for PIMartin K. Petersen2021-08-241-72/+48
| * | | scsi: lpfc: Copyright updates for 14.0.0.1 patchesJames Smart2021-08-244-4/+4
| * | | scsi: lpfc: Update lpfc version to 14.0.0.1James Smart2021-08-241-1/+1
| * | | scsi: lpfc: Add bsg support for retrieving adapter cmf dataJames Smart2021-08-242-0/+97
| * | | scsi: lpfc: Add cmf_info sysfs entryJames Smart2021-08-247-10/+235
| * | | scsi: lpfc: Add debugfs support for cm framework buffersJames Smart2021-08-243-0/+234
| * | | scsi: lpfc: Add support for maintaining the cm statistics bufferJames Smart2021-08-243-1/+542
| * | | scsi: lpfc: Add rx monitoring statisticsJames Smart2021-08-245-0/+92
| * | | scsi: lpfc: Add support for the CM frameworkJames Smart2021-08-2412-34/+912
| * | | scsi: lpfc: Add cmfsync WQE supportJames Smart2021-08-245-3/+268
| * | | scsi: lpfc: Add support for cm enablement bufferJames Smart2021-08-246-5/+363
| * | | scsi: lpfc: Add cm statistics buffer supportJames Smart2021-08-245-0/+272
| * | | 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