aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19scsi: sd: Fix build warning in sd_revalidate_disk()Abinash Singh1-22/+28
2025-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2025-07-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+4
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+5
2025-07-25scsi: sd: Make sd shutdown issue START STOP UNIT appropriatelySalomon Dushimirimana1-1/+3
2025-06-24scsi: sd: Fix VPD page 0xb7 length checkjackysliu1-1/+1
2025-06-23scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAPZhang Yi1-0/+5
2025-06-16scsi: core: Remember if a device is an ATA deviceDamien Le Moal1-9/+4
2025-05-12scsi: sd: Remove the stream_status member from scsi_stream_status_headerChristoph Hellwig1-1/+1
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-01-17block: Add common atomic writes enable flagJohn Garry1-0/+1
2025-01-10block: add a queue_limits_commit_update_frozen helperChristoph Hellwig1-12/+5
2024-12-23scsi: add support for user-meta interfaceAnuj Gupta1-2/+2
2024-11-12block: remove the write_hint field from struct requestChristoph Hellwig1-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+30
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2024-09-12scsi: sd: Fix off-by-one error in sd_read_block_characteristics()Martin Wilck1-1/+1
2024-09-12scsi: sd: Retry START STOP UNIT commandsBart Van Assche1-0/+29
2024-09-12scsi: sd: Remove duplicate included header file linux/bio-integrity.hHongbo Li1-1/+0
2024-08-22scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li1-5/+7
2024-08-16scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen1-0/+3
2024-08-12scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry1-1/+1
2024-08-02scsi: sd: Keep the discard mode stableLi Feng1-4/+2
2024-08-01scsi: sd: Move sd_read_cpr() out of the q->limits_lock regionShin'ichiro Kawasaki1-1/+8
2024-07-29Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen1-2/+3
2024-07-22scsi: Revert "scsi: sd: Do not repeat the starting disk message"Johan Hovold1-2/+3
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-144/+229
2024-07-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+2
2024-07-04scsi: sd: Do not repeat the starting disk messageDamien Le Moal1-3/+2
2024-07-03block: split integrity support out of bio.hChristoph Hellwig1-1/+2
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe1-5/+16
2024-06-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+4
2024-06-20scsi: sd: Atomic write supportJohn Garry1-1/+92
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-8/+3
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-2/+2
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-9/+19
2024-06-19sd: move zone limits setup out of sd_read_block_characteristicsChristoph Hellwig1-20/+1
2024-06-19sd: remove sd_is_zonedChristoph Hellwig1-5/+1
2024-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+12
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig1-3/+5
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig1-2/+2
2024-06-14sd: convert to the atomic queue limits APIChristoph Hellwig1-57/+73
2024-06-14sd: factor out a sd_discard_mode helperChristoph Hellwig1-17/+20
2024-06-14sd: simplify the disable case in sd_config_discardChristoph Hellwig1-2/+1
2024-06-14sd: add a sd_disable_write_same helperChristoph Hellwig1-2/+8
2024-06-14sd: add a sd_disable_discard helperChristoph Hellwig1-2/+8
2024-06-14sd: simplify the ZBC case in provisioning_mode_storeChristoph Hellwig1-5/+4
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig1-24/+5