aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 8-25/+51
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-6/+2
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 4-4/+18
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 99-7143/+2797
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 71-1038/+108
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 16-82/+58
2022-08-01scsi: pm8001: Fix typo 'the the' in commentGravatar Slark Xiao 1-1/+1
2022-08-01scsi: megaraid_sas: Remove redundant variable cmd_typeGravatar Colin Ian King 1-2/+1
2022-08-01scsi: FlashPoint: Remove redundant variable bm_int_stGravatar Colin Ian King 1-2/+2
2022-08-01scsi: core: Call blk_mq_free_tag_set() earlierGravatar Bart Van Assche 1-5/+5
2022-08-01scsi: core: Simplify LLD module reference countingGravatar Ming Lei 2-12/+6
2022-08-01scsi: core: Make sure that hosts outlive targetsGravatar Ming Lei 2-0/+15
2022-08-01scsi: core: Make sure that targets outlive devicesGravatar Bart Van Assche 2-3/+19
2022-08-01scsi: lpfc: Check the return value of alloc_workqueue()Gravatar William Dean 1-0/+2
2022-07-28scsi: cxlflash: Include missing linux/irqdomain.hGravatar Christophe Leroy 1-0/+1
2022-07-26scsi: megaraid: Remove the static variable initialisationGravatar Jason Wang 1-1/+1
2022-07-26scsi: ch: Do not initialise statics to 0Gravatar Xin Gao 1-1/+1
2022-07-26scsi: core: Fix warning in scsi_alloc_sgtables()Gravatar Jason Yan 1-1/+1
2022-07-26scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownGravatar David Jeffery 1-0/+1
2022-07-22scsi: sd: Add a comment about limiting max_sectors to shost optimal limitGravatar John Garry 1-0/+5
2022-07-19scsi: scsi_transport_sas: cap shost opt_sectors according to DMA optimal limitGravatar John Garry 1-0/+6
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitGravatar John Garry 1-0/+2
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceGravatar John Garry 2-4/+5
2022-07-18scsi: libsas: Resume SAS host for phy reset or enable via sysfsGravatar Xiang Chen 1-0/+4
2022-07-18scsi: hisi_sas: Modify v3 HW SATA completion error processingGravatar Xingui Yang 1-1/+8
2022-07-18scsi: hisi_sas: Relocate DMA unmap of SMP taskGravatar Xiang Chen 4-7/+5
2022-07-18scsi: hisi_sas: Remove unnecessary variable to hold DMA map elementsGravatar Xiang Chen 1-25/+18
2022-07-18scsi: hisi_sas: Call hisi_sas_slave_configure() from slave_configure_v3_hw()Gravatar John Garry 1-4/+1
2022-07-18scsi: mpi3mr: Delete a stray tabGravatar Dan Carpenter 1-1/+1
2022-07-18scsi: mpi3mr: Unlock on error pathGravatar Dan Carpenter 1-1/+2
2022-07-18scsi: mpi3mr: Reduce VD queue depth on detecting throttlingGravatar Sreekanth Reddy 3-0/+136
2022-07-18scsi: mpi3mr: Resource Based MeteringGravatar Sreekanth Reddy 3-10/+280
2022-07-18scsi: sg: Allow waiting for commands to complete on removed deviceGravatar Tony Battersby 1-20/+33
2022-07-18scsi: qla2xxx: Update version to 10.02.07.800-kGravatar Nilesh Javali 1-2/+2
2022-07-18scsi: qla2xxx: Update manufacturer detailsGravatar Bikash Hazarika 2-2/+2
2022-07-18scsi: qla2xxx: Fix sparse warning for dport_dataGravatar Nilesh Javali 1-2/+2
2022-07-18scsi: qla2xxx: Fix discovery issues in FC-AL topologyGravatar Arun Easi 3-2/+35
2022-07-18scsi: qla2xxx: Fix imbalance vha->vref_countGravatar Quinn Tran 1-0/+4
2022-07-18scsi: qla2xxx: edif: Fix dropped IKE messageGravatar Quinn Tran 1-30/+24
2022-07-18scsi: qla2xxx: Fix response queue handler reading stale packetsGravatar Arun Easi 3-1/+35
2022-07-18scsi: qla2xxx: Zero undefined mailbox IN registersGravatar Bikash Hazarika 1-0/+2
2022-07-18scsi: qla2xxx: Fix incorrect display of max frame sizeGravatar Bikash Hazarika 4-9/+7
2022-07-18scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover"Gravatar Nilesh Javali 2-8/+2
2022-07-14scsi/device_handlers: Use the new blk_opf_t typeGravatar Bart Van Assche 4-6/+6
2022-07-14scsi/core: Use the new blk_opf_t typeGravatar Bart Van Assche 1-3/+3
2022-07-14scsi/core: Change the return type of scsi_noretry_cmd() into boolGravatar Bart Van Assche 2-9/+9
2022-07-14scsi/core: Improve static type checkingGravatar Bart Van Assche 1-3/+3
2022-07-14treewide: Rename enum req_opf into enum req_opGravatar Bart Van Assche 1-1/+1
2022-07-13scsi: smartpqi: Update version to 2.1.18-045Gravatar Don Brace 1-3/+3
2022-07-13scsi: smartpqi: Update copyright to current yearGravatar Don Brace 6-6/+6