summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-07-11scsi: storvsc: Handle SRB status value 0x30Michael Kelley1-0/+2
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen8-22/+14
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-35/+25
2023-07-06Merge patch series "Improve checks in blk_revalidate_disk_zones()"Martin K. Petersen1-7/+5
2023-07-06scsi: sd_zbc: Set zone limits before revalidating zonesDamien Le Moal1-7/+5
2023-07-06scsi: aacraid: Avoid -Warray-bounds warningArnd Bergmann1-1/+1
2023-07-06scsi: scsi_debug: Remove dead codeMaurizio Lombardi1-8/+0
2023-07-06scsi: qla2xxx: Use vmalloc_array() and vcalloc()Julia Lawall1-2/+2
2023-07-06scsi: fnic: Use vmalloc_array() and vcalloc()Julia Lawall1-1/+1
2023-07-06scsi: qla2xxx: Fix error code in qla2x00_start_sp()Dan Carpenter1-1/+1
2023-07-06scsi: qla2xxx: Silence a static checker warningDan Carpenter2-2/+2
2023-07-06scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()Tuo Li1-0/+2
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds93-1240/+2029
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-2/+1
2023-06-29scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal1-23/+14
2023-06-29scsi: isci: Fix comment typoYueh-Shun Li1-1/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-18/+10
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-19/+19
2023-06-28Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds7-57/+67
2023-06-25scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2-18/+10
2023-06-23scsi/sg: don't grab scsi host module referenceYu Kuai1-3/+3
2023-06-22scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2-5/+4
2023-06-22scsi: ncr53c8xx: Replace strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-22scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann1-5/+5
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen6-47/+48
2023-06-16scsi: core: Improve warning message in scsi_device_block()Martin Wilck1-2/+4
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck5-16/+23
2023-06-16scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck1-7/+10
2023-06-16scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck1-16/+16
2023-06-16scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck1-19/+8
2023-06-16scsi: sg: Increase number of devicesHannes Reinecke1-1/+1
2023-06-16scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2-4/+0
2023-06-16Merge patch series "qla2xxx klocwork fixes"Martin K. Petersen7-8/+19
2023-06-16scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFTJohannes Thumshirn1-1/+1
2023-06-15scsi: sg: fix blktrace debugfs entries leakageYu Kuai1-0/+9
2023-06-15scsi: qla2xxx: Update version to 10.02.08.400-kNilesh Javali1-2/+2
2023-06-15scsi: qla2xxx: Correct the index of arrayBikash Hazarika1-1/+4
2023-06-15scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar1-0/+2
2023-06-15scsi: qla2xxx: Fix buffer overrunQuinn Tran1-1/+1
2023-06-15scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali1-0/+4
2023-06-15scsi: qla2xxx: Avoid fcport pointer dereferenceNilesh Javali1-2/+2
2023-06-15scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika1-1/+2
2023-06-15scsi: qla2xxx: Array index may go out of boundNilesh Javali1-1/+2
2023-06-15scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee1-4/+4
2023-06-15scsi: storvsc: Always set no_report_opcodesMichael Kelley1-0/+2
2023-06-15scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinitySagar Biradar4-3/+43
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2-14/+15
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig1-2/+2
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig6-23/+25