summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-291-2/+30
|\
| * scsi: sd: Fix off-by-one error in sd_read_block_characteristics()Martin Wilck2024-09-131-1/+1
| * scsi: sd: Retry START STOP UNIT commandsBart Van Assche2024-09-131-0/+29
| * scsi: sd: Remove duplicate included header file linux/bio-integrity.hHongbo Li2024-09-131-1/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-191-1/+1
|\|
| * scsi: sd: Don't check if a write for REQ_ATOMICJohn Garry2024-08-131-1/+1
* | scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in progressYihang Li2024-08-231-5/+7
* | scsi: sd: Do not attempt to configure discard unless LBPME is setMartin K. Petersen2024-08-171-0/+3
* | scsi: sd: Keep the discard mode stableLi Feng2024-08-031-4/+2
* | scsi: sd: Move sd_read_cpr() out of the q->limits_lock regionShin'ichiro Kawasaki2024-08-021-1/+8
* | Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen2024-07-301-2/+3
|\ \ | |/ |/|
| * scsi: Revert "scsi: sd: Do not repeat the starting disk message"Johan Hovold2024-07-231-2/+3
* | Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linuxLinus Torvalds2024-07-221-1/+2
|\ \
| * | block: split integrity support out of bio.hChristoph Hellwig2024-07-031-1/+2
| * | Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe2024-07-031-5/+16
| |\ \
* | | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-144/+229
|\| | |
| * | | scsi: sd: Atomic write supportJohn Garry2024-06-201-1/+92
| * | | block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-8/+3
| * | | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-2/+2
| * | | block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-9/+19
| * | | sd: move zone limits setup out of sd_read_block_characteristicsChristoph Hellwig2024-06-191-20/+1
| * | | sd: remove sd_is_zonedChristoph Hellwig2024-06-191-5/+1
| * | | block: move integrity information into queue_limitsChristoph Hellwig2024-06-141-3/+5
| * | | block: add special APIs for run-time disabling of discard and friendsChristoph Hellwig2024-06-141-2/+2
| * | | sd: convert to the atomic queue limits APIChristoph Hellwig2024-06-141-57/+73
| * | | sd: factor out a sd_discard_mode helperChristoph Hellwig2024-06-141-17/+20
| * | | sd: simplify the disable case in sd_config_discardChristoph Hellwig2024-06-141-2/+1
| * | | sd: add a sd_disable_write_same helperChristoph Hellwig2024-06-141-2/+8
| * | | sd: add a sd_disable_discard helperChristoph Hellwig2024-06-141-2/+8
| * | | sd: simplify the ZBC case in provisioning_mode_storeChristoph Hellwig2024-06-141-5/+4
| * | | block: take io_opt and io_min into account for max_sectorsChristoph Hellwig2024-06-141-24/+5
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-07-101-3/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | scsi: sd: Do not repeat the starting disk messageDamien Le Moal2024-07-051-3/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-06-211-0/+4
|\| |
| * | scsi: core: Introduce the BLIST_SKIP_IO_HINTS flagBart Van Assche2024-06-141-0/+4
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-06-141-5/+12
|\| | | |/ |/|
| * scsi: sd: Use READ(16) when reading block zero on large capacity disksMartin K. Petersen2024-06-061-5/+12
* | sd: also set max_user_sectors when setting max_sectorsChristoph Hellwig2024-05-281-1/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-151-1/+0
|\
| * scsi: sd: Drop driver owner initializationKrzysztof Kozlowski2024-04-061-1/+0
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-8/+0
|\ \
| * | scsi: sd: Use the block layer zone append emulationDamien Le Moal2024-04-171-8/+0
* | | scsi: sd: Only print updates to permanent stream countJohn Garry2024-04-251-1/+3
* | | scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan2024-04-021-1/+1
|/ /
* / scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-251-4/+19
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-221-3/+108
|\
| * scsi: sd: Translate data lifetime informationBart Van Assche2024-02-271-3/+95
| * scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-271-0/+13
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-171-81/+139
|\ \
| * \ Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen2024-01-301-80/+138
| |\ \