aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-08-28scsi: smartpqi: Add fw log to kdumpMurthy Bhat4-100/+221
2024-08-28scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rportChristophe JAILLET1-6/+0
2024-08-28scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_portChristophe JAILLET1-1/+0
2024-08-28scsi: bnx2i: Remove unused declarationsYue Haibing1-11/+0
2024-08-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2024-08-22Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen35-103/+78
2024-08-22scsi: core: Simplify an alloc_workqueue() invocationBart Van Assche1-5/+4
2024-08-22scsi: stex: Simplify an alloc_ordered_workqueue() invocationBart Van Assche1-5/+2
2024-08-22scsi: scsi_transport_fc: Simplify alloc_workqueue() invocationsBart Van Assche1-8/+3
2024-08-22scsi: snic: Simplify alloc_workqueue() invocationsBart Van Assche1-4/+2
2024-08-22scsi: qedi: Simplify an alloc_workqueue() invocationBart Van Assche1-3/+3
2024-08-22scsi: qedf: Simplify alloc_workqueue() invocationsBart Van Assche1-9/+6
2024-08-22scsi: myrs: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: myrb: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-6/+2
2024-08-22scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+1
2024-08-22scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocationBart Van Assche1-3/+2
2024-08-22scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche1-13/+5
2024-08-22scsi: esas2r: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-22scsi: be2iscsi: Simplify an alloc_workqueue() invocationBart Van Assche1-4/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche24-41/+61
2024-08-22scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li1-5/+7
2024-08-22scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter1-1/+1
2024-08-22scsi: aacraid: Fix double-free on probe failureBen Hutchings1-0/+2
2024-08-22scsi: lpfc: Fix overflow build issueSherry Yang1-1/+1
2024-08-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+9
2024-08-16scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen1-0/+3
2024-08-12Merge patch series "NCR5380: Bug fixes and other improvements"Martin K. Petersen4-210/+215
2024-08-12scsi: NCR5380: Clean up indentationFinn Thain3-52/+56
2024-08-12scsi: NCR5380: Remove obsolete commentFinn Thain1-1/+0
2024-08-12scsi: NCR5380: Remove redundant result calculation from NCR5380_transfer_pio()Finn Thain2-25/+14
2024-08-12scsi: NCR5380: Drop redundant member from struct NCR5380_cmdFinn Thain2-3/+0
2024-08-12scsi: NCR5380: Handle BSY signal loss during information transfer phasesFinn Thain1-8/+14
2024-08-12scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfersFinn Thain1-0/+4
2024-08-12scsi: mac_scsi: Enable scatter/gather by defaultFinn Thain1-1/+7
2024-08-12scsi: NCR5380: Check for phase match during PDMA fixupFinn Thain1-39/+39
2024-08-12scsi: mac_scsi: Disallow bus errors during PDMA sendFinn Thain1-25/+19
2024-08-12scsi: mac_scsi: Refactor polling loopFinn Thain1-38/+42
2024-08-12scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messagesFinn Thain1-20/+22
2024-08-12scsi: mpi3mr: Driver version update to 8.10.0.5.50Ranjan Kumar1-2/+2
2024-08-12scsi: mpi3mr: Update consumer index of reply queues after every 100 repliesRanjan Kumar2-2/+17
2024-08-12scsi: mpi3mr: Return complete ioc_status for ioctl commandsRanjan Kumar1-5/+9
2024-08-12scsi: snic: Avoid creating two slab caches with the same namePedro Falcato1-1/+1
2024-08-12scsi: mpi3mr: Avoid MAX_PAGE_ORDER WARNING for buffer allocationsShin'ichiro Kawasaki1-3/+8
2024-08-12scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lockShin'ichiro Kawasaki1-0/+1
2024-08-12scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry1-1/+1
2024-08-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+10
2024-08-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+32
2024-08-02Merge patch series "smartpqi updates"Martin K. Petersen2-27/+151