summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-06-28scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal
2023-06-28scsi: isci: Fix comment typoYueh-Shun Li
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-24scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-06-23scsi/sg: don't grab scsi host module referenceYu Kuai
2023-06-21scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva
2023-06-21scsi: ncr53c8xx: Replace strlcpy() with strscpy()Azeem Shaikh
2023-06-21scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen
2023-06-16scsi: core: Improve warning message in scsi_device_block()Martin Wilck
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck
2023-06-16scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck
2023-06-16scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck
2023-06-16scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck
2023-06-16scsi: sg: Increase number of devicesHannes Reinecke
2023-06-16scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar
2023-06-16Merge patch series "qla2xxx klocwork fixes"Martin K. Petersen
2023-06-16scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFTJohannes Thumshirn
2023-06-14scsi: sg: fix blktrace debugfs entries leakageYu Kuai
2023-06-14scsi: qla2xxx: Update version to 10.02.08.400-kNilesh Javali
2023-06-14scsi: qla2xxx: Correct the index of arrayBikash Hazarika
2023-06-14scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar
2023-06-14scsi: qla2xxx: Fix buffer overrunQuinn Tran
2023-06-14scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali
2023-06-14scsi: qla2xxx: Avoid fcport pointer dereferenceNilesh Javali
2023-06-14scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika
2023-06-14scsi: qla2xxx: Array index may go out of boundNilesh Javali
2023-06-14scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback pathJustin Tee
2023-06-14scsi: storvsc: Always set no_report_opcodesMichael Kelley
2023-06-14scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinitySagar Biradar
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to ->sg_io_fn with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig
2023-06-07scsi: qla2xxx: Drop useless LIST_HEADChristophe JAILLET
2023-06-07scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2023-06-07scsi: hisi_sas: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-07scsi: lpfc: Avoid -Wstringop-overflow warningGustavo A. R. Silva