summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2024-08-22scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche
2024-08-22scsi: esas2r: Simplify an alloc_ordered_workqueue() invocationBart Van Assche
2024-08-22scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche
2024-08-22scsi: be2iscsi: Simplify an alloc_workqueue() invocationBart Van Assche
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche
2024-08-22scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li
2024-08-22scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter
2024-08-22scsi: aacraid: Fix double-free on probe failureBen Hutchings
2024-08-22scsi: lpfc: Fix overflow build issueSherry Yang
2024-08-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-08-16scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen
2024-08-12Merge patch series "NCR5380: Bug fixes and other improvements"Martin K. Petersen
2024-08-12scsi: NCR5380: Clean up indentationFinn Thain
2024-08-12scsi: NCR5380: Remove obsolete commentFinn Thain
2024-08-12scsi: NCR5380: Remove redundant result calculation from NCR5380_transfer_pio()Finn Thain
2024-08-12scsi: NCR5380: Drop redundant member from struct NCR5380_cmdFinn Thain
2024-08-12scsi: NCR5380: Handle BSY signal loss during information transfer phasesFinn Thain
2024-08-12scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfersFinn Thain
2024-08-12scsi: mac_scsi: Enable scatter/gather by defaultFinn Thain
2024-08-12scsi: NCR5380: Check for phase match during PDMA fixupFinn Thain
2024-08-12scsi: mac_scsi: Disallow bus errors during PDMA sendFinn Thain
2024-08-12scsi: mac_scsi: Refactor polling loopFinn Thain
2024-08-12scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messagesFinn Thain
2024-08-12scsi: mpi3mr: Driver version update to 8.10.0.5.50Ranjan Kumar
2024-08-12scsi: mpi3mr: Update consumer index of reply queues after every 100 repliesRanjan Kumar
2024-08-12scsi: mpi3mr: Return complete ioc_status for ioctl commandsRanjan Kumar
2024-08-12scsi: snic: Avoid creating two slab caches with the same namePedro Falcato
2024-08-12scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocationsShin'ichiro Kawasaki
2024-08-12scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lockShin'ichiro Kawasaki
2024-08-12scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry
2024-08-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-08-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-08-02Merge patch series "smartpqi updates"Martin K. Petersen
2024-08-02scsi: smartpqi: Update driver version to 2.1.28-025Don Brace
2024-08-02scsi: smartpqi: Improve handling of multipath failoverKevin Barnett
2024-08-02scsi: smartpqi: revert propagate-the-multipath-failure-to-SML-quicklyGilbert Wu
2024-08-02scsi: smartpqi: Improve accuracy/performance of raid-bypass-counterKevin Barnett
2024-08-02scsi: smartpqi: Add new controller PCI IDsDavid Strahan
2024-08-02scsi: sd: Keep the discard mode stableLi Feng
2024-08-02Merge patch series "Update lpfc to revision 14.4.0.4"Martin K. Petersen
2024-08-02scsi: lpfc: Copyright updates for 14.4.0.4 patchesJustin Tee
2024-08-02scsi: lpfc: Update lpfc version to 14.4.0.4Justin Tee
2024-08-02scsi: lpfc: Update PRLO handling in direct attached topologyJustin Tee
2024-08-02scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topo...Justin Tee
2024-08-02scsi: lpfc: Fix unintentional double clearing of vmid_flagJustin Tee
2024-08-02scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata pathsJustin Tee
2024-08-02scsi: lpfc: Remove redundant vport assignment when building an abort requestJustin Tee
2024-08-02scsi: lpfc: Change diagnostic log flag during receipt of unknown ELS cmdsJustin Tee
2024-08-02Merge patch series "scsi: aacraid: struct sgmap: Replace 1-element arrays wit...Martin K. Petersen
2024-08-02scsi: aacraid: struct {user,}sgmap{,64,raw}: Replace 1-element arrays with fl...Kees Cook