summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rportsJustin Tee2023-09-132-8/+19
* scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmoJustin Tee2023-09-131-1/+1
* scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()Jinjie Ruan2023-09-131-7/+7
* scsi: pm8001: Setup IRQs on resumeDamien Le Moal2023-09-131-34/+17
* scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki2023-09-131-0/+2
* scsi: pm80xx: Use phy-specific SAS address when sending PHY_START commandMichal Grzedzicki2023-09-132-2/+2
* Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen2023-09-1311-34/+41
|\
| * scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2023-09-052-3/+14
| * scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan2023-09-051-3/+3
| * scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali2023-09-054-8/+7
| * scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali2023-09-051-5/+5
| * scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie2023-09-051-2/+2
| * scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2023-09-052-13/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-0938-307/+1416
|\|
| * scsi: mpt3sas: Remove volatile qualifierRanjan Kumar2023-08-303-6/+6
| * scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar2023-08-302-13/+34
| * scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao2023-08-301-38/+3
| * scsi: qla2xxx: Fix unused variable warning in qla2xxx_process_purls_pkt()Nathan Chancellor2023-08-301-2/+1
| * scsi: fnic: Remove unused functions fnic_scsi_host_start/end_tag()Yang Li2023-08-301-33/+0
| * scsi: qla2xxx: Fix spelling mistake "tranport" -> "transport"Colin Ian King2023-08-301-1/+1
| * Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen2023-08-3019-113/+98
| |\
| * | scsi: fnic: Replace sgreset tag with max_tag_idKaran Tilak Kumar2023-08-252-12/+11
| * | Merge patch series "qla2xxx driver misc features"Martin K. Petersen2023-08-2516-93/+1085
| |\ \
| | * | scsi: qla2xxx: Remove unused variables in qla24xx_build_scsi_type_6_iocbs()Nilesh Javali2023-08-251-5/+0
| | * | scsi: qla2xxx: Fix nvme_fc_rcv_ls_req() undefined errorNilesh Javali2023-08-251-1/+3
| | * | scsi: qla2xxx: Update version to 10.02.09.100-kNilesh Javali2023-08-211-3/+3
| | * | Revert "scsi: qla2xxx: Fix buffer overrun"Nilesh Javali2023-08-211-1/+1
| | * | scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit()Nilesh Javali2023-08-211-1/+1
| | * | scsi: qla2xxx: Remove unsupported ql2xenabledif optionManish Rangankar2023-08-213-5/+8
| | * | scsi: qla2xxx: Error code did not return to upper layerQuinn Tran2023-08-211-0/+2
| | * | scsi: qla2xxx: Add logs for SFP temperature monitoringBikash Hazarika2023-08-211-0/+18
| | * | scsi: qla2xxx: Fix firmware resource trackingQuinn Tran2023-08-215-3/+88
| | * | scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran2023-08-214-9/+4
| | * | scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMeManish Rangankar2023-08-2110-31/+639
| | * | scsi: qla2xxx: Allow 32-byte CDBsQuinn Tran2023-08-212-1/+272
| | * | scsi: qla2xxx: Move resource to allow code reuseQuinn Tran2023-08-214-34/+47
| * | | Merge patch series "smartpqi updates"Martin K. Petersen2023-08-242-55/+215
| |\ \ \
| | * | | scsi: smartpqi: Change driver version to 2.1.24-046Don Brace2023-08-241-3/+3
| | * | | scsi: smartpqi: Enhance error messagesMahesh Rajashekhara2023-08-241-8/+9
| | * | | scsi: smartpqi: Enhance controller offline notificationDavid Strahan2023-08-241-1/+49
| | * | | scsi: smartpqi: Enhance shutdown notificationDavid Strahan2023-08-241-1/+1
| | * | | scsi: smartpqi: Simplify lun_number assignmentDavid Strahan2023-08-241-4/+2
| | * | | scsi: smartpqi: Rename pciinfo to pci_infoKevin Barnett2023-08-241-6/+6
| | * | | scsi: smartpqi: Rename MACRO to clarify purposeKevin Barnett2023-08-242-2/+2
| | * | | scsi: smartpqi: Add abort handlerKevin Barnett2023-08-242-36/+149
| * | | | scsi: sd: Remove the number of forward declarationsBart Van Assche2023-08-241-39/+27
| * | | | scsi: st: Add third party poweron reset handlingJohn Meneghini2023-08-241-0/+2
| * | | | scsi: core: Report error list information in debugfsBart Van Assche2023-08-241-3/+23
| * | | | scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-249-11/+10
| * | | | scsi: qedi: Remove unused declarationsYue Haibing2023-08-241-2/+0