aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
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-14scsi: sg: fix blktrace debugfs entries leakageYu Kuai
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-05-31scsi: stex: Fix gcc 13 warningsBart Van Assche
2023-05-26overflow: Add struct_size_t() helperKees Cook
2023-05-26scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: aacraid: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: bnx2i: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-22scsi: NCR5380: Use default @max_active for hostdata->work_qTejun Heo
2023-05-22scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov
2023-05-16scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2023-05-16scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao
2023-05-16scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley
2023-05-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-04-24scsi: qedi: Fix use after free bug in qedi_remove()Zheng Wang
2023-04-24scsi: ipr: Remove several unused variablesTom Rix
2023-04-24scsi: pm80xx: Log device registrationAkshat Jain
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18scsi: ipr: Remove SATA supportBrian King
2023-04-18scsi: scsi_debug: Abort commands from scsi_debug_device_reset()John Garry
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra
2023-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13scsi: simplify sysctl registration with register_sysctl()Luis Chamberlain
2023-04-11scsi: cxlflash: s/semahpore/semaphore/Geert Uytterhoeven
2023-04-11scsi: lpfc: Silence an incorrect device outputJun Chen