summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-09-13scsi: mpi3mr: A performance fixTomas Henzl2-2/+2
2024-09-13scsi: mpt3sas: Remove trailing space after \n newlineColin Ian King1-3/+2
2024-09-13scsi: lpfc: Remove trailing space after \n newlineColin Ian King1-2/+2
2024-09-13scsi: qedf: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-13scsi: hisi_sas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-13scsi: megaraid_sas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-13scsi: pm8001: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-13scsi: zalon: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-09-13scsi: libcxgbi: Remove an unused field in struct cxgbi_deviceChristophe JAILLET1-3/+0
2024-09-13scsi: ibmvfc: Add max_sectors module parameterBrian King2-4/+19
2024-09-13scsi: sd: Remove duplicate included header file linux/bio-integrity.hHongbo Li1-1/+0
2024-09-13scsi: st: Fix input/output error on empty drive resetRafael Rocha1-2/+3
2024-09-10treewide: correct the typo 'retun'WangYuli2-2/+2
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+10
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin1-2/+2
2024-08-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-6/+10
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig1-6/+1
2024-08-29scsi: check that busses support the DMA API before setting dma parametersChristoph Hellwig1-2/+9
2024-08-29Merge patch series "smartpqi updates"Martin K. Petersen4-132/+322
2024-08-29scsi: smartpqi: update driver version to 2.1.30-031Don Brace1-3/+3
2024-08-29scsi: smartpqi: fix volume size updatesDon Brace1-8/+14
2024-08-29scsi: smartpqi: fix rare system hang during LUN resetMurthy Bhat1-6/+4
2024-08-29scsi: smartpqi: add new controller PCI IDsDavid Strahan1-0/+24
2024-08-29scsi: smartpqi: add counter for parity write stream requestsMahesh Rajashekhara2-14/+55
2024-08-29scsi: smartpqi: correct stream detectionMahesh Rajashekhara1-1/+1
2024-08-29scsi: smartpqi: Add fw log to kdumpMurthy Bhat4-100/+221
2024-08-29scsi: bnx2fc: Remove some unused fields in struct bnx2fc_rportChristophe JAILLET1-6/+0
2024-08-29scsi: qla2xxx: Remove the unused 'del_list_entry' field in struct fc_portChristophe JAILLET1-1/+0
2024-08-29scsi: 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-23Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen35-103/+78
2024-08-23scsi: core: Simplify an alloc_workqueue() invocationBart Van Assche1-5/+4
2024-08-23scsi: stex: Simplify an alloc_ordered_workqueue() invocationBart Van Assche1-5/+2
2024-08-23scsi: scsi_transport_fc: Simplify alloc_workqueue() invocationsBart Van Assche1-8/+3
2024-08-23scsi: snic: Simplify alloc_workqueue() invocationsBart Van Assche1-4/+2
2024-08-23scsi: qedi: Simplify an alloc_workqueue() invocationBart Van Assche1-3/+3
2024-08-23scsi: qedf: Simplify alloc_workqueue() invocationsBart Van Assche1-9/+6
2024-08-23scsi: myrs: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-23scsi: myrb: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-23scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-6/+2
2024-08-23scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+1
2024-08-23scsi: ibmvscsi_tgt: Simplify an alloc_workqueue() invocationBart Van Assche1-3/+2
2024-08-23scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche1-13/+5
2024-08-23scsi: esas2r: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-23scsi: bfa: Simplify an alloc_ordered_workqueue() invocationBart Van Assche2-5/+2
2024-08-23scsi: be2iscsi: Simplify an alloc_workqueue() invocationBart Van Assche1-4/+2
2024-08-23scsi: Expand all create*_workqueue() invocationsBart Van Assche24-41/+61
2024-08-23scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li1-5/+7
2024-08-23scsi: elx: libefc: Fix potential use after free in efc_nport_vport_del()Dan Carpenter1-1/+1
2024-08-23scsi: aacraid: Fix double-free on probe failureBen Hutchings1-0/+2