summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-04-27scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERINGBart Van Assche1-4/+3
2024-04-17scsi: sg: Avoid race in error handling & drop bogus warnAlexander Wetzel1-8/+10
2024-04-17scsi: sg: Avoid sg device teardown raceAlexander Wetzel1-1/+3
2024-04-17scsi: qla2xxx: Fix off by one in qla_edif_app_getstats()Dan Carpenter1-1/+1
2024-04-17scsi: hisi_sas: Modify the deadline for ata_wait_after_reset()Xiang Chen1-1/+1
2024-04-13scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-04-10scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan1-1/+1
2024-04-10scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2-22/+22
2024-04-03scsi: libsas: Fix disk not being scanned in after being removedXingui Yang1-10/+22
2024-04-03scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang1-7/+12
2024-04-03scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum1-1/+1
2024-04-03scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()Muhammad Usama Anjum1-2/+2
2024-04-03scsi: qla2xxx: Delay I/O Abort on PCI errorQuinn Tran1-2/+12
2024-04-03scsi: qla2xxx: Change debug message during driver unloadSaurav Kashyap1-1/+1
2024-04-03scsi: qla2xxx: Fix double free of fcportSaurav Kashyap1-2/+3
2024-04-03scsi: qla2xxx: Fix double free of the ha->vp_map pointerSaurav Kashyap1-0/+1
2024-04-03scsi: qla2xxx: Fix command flush on cable pullQuinn Tran1-0/+10
2024-04-03scsi: qla2xxx: NVME|FCP prefer flag not being honoredQuinn Tran1-0/+18
2024-04-03scsi: qla2xxx: Update manufacturer detailBikash Hazarika1-1/+1
2024-04-03scsi: qla2xxx: Split FCE|EFT trace controlQuinn Tran1-61/+41
2024-04-03scsi: qla2xxx: Fix N2N stuck connectionQuinn Tran3-23/+13
2024-04-03scsi: qla2xxx: Prevent command send on chip resetQuinn Tran2-4/+37
2024-04-03scsi: core: Fix unremoved procfs host directory regressionGuilherme G. Piccoli1-3/+4
2024-04-03scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-4/+53
2024-03-27scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-03-27scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2024-03-27scsi: hisi_sas: Fix a deadlock issue related to automatic dumpYihang Li1-2/+10
2024-02-27scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-02-27scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports()Arnd Bergmann1-1/+6
2024-02-15scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap1-1/+1
2024-02-15scsi: smartpqi: Fix disable_managed_interruptsDon Brace1-1/+4
2024-02-15scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen1-2/+20
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-1/+25
2024-02-13scsi: fnic: Move fnic_fnic_flush_tx() to a work queueLee Duncan4-5/+8
2024-02-13scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-06scsi: lpfc: Use unsigned type for num_sgeHannes Reinecke1-6/+6
2024-02-06scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2-2/+5
2024-01-24scsi: storvsc: Fix ring buffer size calculationMichael Kelley1-5/+7
2024-01-24scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-01-22Merge branch '6.8/scsi-staging' into 6.8/scsi-fixesMartin K. Petersen3-5/+2
2024-01-20Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-20/+92
2024-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+73
2024-01-19Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+1
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-01-17scsi: initio: Remove redundant variable 'rb'Colin Ian King1-2/+1
2024-01-17scsi: virtio_scsi: Remove duplicate check if queue is brokenLi RongQing1-2/+0
2024-01-17scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-01-12scsi: core: Kick the requeue list after inserting when flushingNiklas Cassel1-3/+6
2024-01-12scsi: fnic: unlock on error path in fnic_queuecommand()Dan Carpenter1-0/+1
2024-01-12scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli1-2/+4