summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2024-08-23scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li1-5/+7
2024-08-17scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen1-0/+3
2024-08-13scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry1-1/+1
2024-08-03scsi: sd: Keep the discard mode stableLi Feng1-4/+2
2024-08-02scsi: sd: Move sd_read_cpr() out of the q->limits_lock regionShin'ichiro Kawasaki1-1/+8
2024-07-30Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen1-2/+3
2024-07-23scsi: 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-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-144/+229
2024-07-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+2
2024-07-05scsi: 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-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+4
2024-06-21scsi: 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/...Linus 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
2024-06-14scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche1-0/+4
2024-06-06scsi: sd: Use READ(16) when reading block zero on large capacity disksMartin K. Petersen1-5/+12
2024-05-28sd: also set max_user_sectors when setting max_sectorsChristoph Hellwig1-1/+3
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-8/+0
2024-04-25scsi: sd: Only print updates to permanent stream countJohn Garry1-1/+3
2024-04-17scsi: sd: Use the block layer zone append emulationDamien Le Moal1-8/+0
2024-04-06scsi: sd: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-02scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan1-1/+1
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal1-4/+19
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+108
2024-03-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-81/+139
2024-02-27scsi: sd: Translate data lifetime informationBart Van Assche1-3/+95
2024-02-27scsi: core: Query the Block Limits Extension VPD pageBart Van Assche1-0/+13
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-1/+25
2024-01-30Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen1-80/+138
2024-01-30scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie1-23/+39
2024-01-30scsi: sd: Have pr commands retry UAsMike Christie1-0/+28
2024-01-30scsi: sd: Have midlayer retry sd_sync_cache() errorsMike Christie1-18/+17