summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-09-12scsi: sd: Fix off-by-one error in sd_read_block_characteristics()Martin Wilck
2024-09-12scsi: sd: Retry START STOP UNIT commandsBart Van Assche
2024-09-12scsi: sd: Remove duplicate included header file linux/bio-integrity.hHongbo Li
2024-08-22scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li
2024-08-16scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen
2024-08-12scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry
2024-08-02scsi: sd: Keep the discard mode stableLi Feng
2024-08-01scsi: sd: Move sd_read_cpr() out of the q->limits_lock regionShin'ichiro Kawasaki
2024-07-29Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen
2024-07-22scsi: Revert "scsi: sd: Do not repeat the starting disk message"Johan Hovold
2024-07-22Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-07-04scsi: sd: Do not repeat the starting disk messageDamien Le Moal
2024-07-03block: split integrity support out of bio.hChristoph Hellwig
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe
2024-06-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-06-20scsi: sd: Atomic write supportJohn Garry
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-06-19sd: move zone limits setup out of sd_read_block_characteristicsChristoph Hellwig
2024-06-19sd: remove sd_is_zonedChristoph Hellwig
2024-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-06-14block: move integrity information into queue_limitsChristoph Hellwig
2024-06-14block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig
2024-06-14sd: convert to the atomic queue limits APIChristoph Hellwig
2024-06-14sd: factor out a sd_discard_mode helperChristoph Hellwig
2024-06-14sd: simplify the disable case in sd_config_discardChristoph Hellwig
2024-06-14sd: add a sd_disable_write_same helperChristoph Hellwig
2024-06-14sd: add a sd_disable_discard helperChristoph Hellwig
2024-06-14sd: simplify the ZBC case in provisioning_mode_storeChristoph Hellwig
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig
2024-06-13scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche
2024-06-05scsi: sd: Use READ(16) when reading block zero on large capacity disksMartin K. Petersen
2024-05-28sd: also set max_user_sectors when setting max_sectorsChristoph Hellwig
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-04-24scsi: sd: Only print updates to permanent stream countJohn Garry
2024-04-17scsi: sd: Use the block layer zone append emulationDamien Le Moal
2024-04-05scsi: sd: Drop driver owner initializationKrzysztof Kozlowski
2024-04-01scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-02-26scsi: sd: Translate data lifetime informationBart Van Assche
2024-02-26scsi: core: Query the Block Limits Extension VPD pageBart Van Assche