summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: sd: Fix Opal supportBart Van Assche2021-02-221-3/+3
* scsi: sd: Warn if unsupported ZBC device is probedDamien Le Moal2021-02-081-3/+5
* scsi: sd: Remove obsolete variable in sd_remove()Lukas Bulwahn2021-01-051-2/+0
* scsi: sd: Suppress spurious errors when WRITE SAME is being disabledEwan D. Milne2021-01-051-1/+3
* block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-3/+2
* sd: update the bdev size in sd_revalidate_diskChristoph Hellwig2020-11-161-5/+3
* sd: use __register_blkdev to avoid a modprobe for an unregistered dev_tChristoph Hellwig2020-11-161-14/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-12/+15
|\
| * scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-10-071-12/+15
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-30/+71
|\|
| * scsi: sd: Allow user to configure command retriesMike Christie2020-10-021-30/+71
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-5/+8
|\ \
| * | sd: use bdev_check_media_changeChristoph Hellwig2020-09-101-3/+4
| * | sd: open code revalidate_diskChristoph Hellwig2020-09-021-2/+4
| |/
* | scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal2020-09-151-4/+0
* | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal2020-09-151-12/+18
|/
* scsi: sd_zbc: Improve zone revalidationDamien Le Moal2020-08-041-2/+8
* scsi: sd: Fix kdoc comment formatDamien Le Moal2020-07-081-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-0/+19
|\
| * scsi: sd: Add zoned capabilities device attributeDamien Le Moal2020-05-191-0/+16
| * scsi: sd: Signal drive managed SMR disksDamien Le Moal2020-05-141-0/+3
* | scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn2020-05-121-1/+15
|/
* Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-1/+2
|\
| * scsi: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-1/+2
* | scsi: sd: Fix optimal I/O size for devices that change reported valuesMartin K. Petersen2020-03-241-1/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-31/+19
|\
| * compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-031-31/+19
* | Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-261-4/+5
|\ \
| * | block: allow partitions on host aware zone devicesChristoph Hellwig2020-01-261-4/+5
| |/
* / scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen2020-01-101-1/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-081-7/+2
|\
| * scsi: sd_zbc: Improve report zones error printoutDamien Le Moal2019-11-261-7/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-0/+4
|\|
| * Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-091-1/+2
| |\
| * | scsi: core: allow auto suspend override by low-level driverStanley Chu2019-09-301-0/+4
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-2/+12
|\ \ \
| * | | scsi: sd: enable compat ioctls for sed-opalArnd Bergmann2019-10-231-2/+12
| |/ /
* | | scsi: sd_zbc: add zone open, close, and finish supportAjay Joshi2019-11-071-2/+13
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Jens Axboe2019-11-071-2/+4
|\ \ \ | |/ / |/| |
| * | scsi: sd: define variable dif as unsigned int instead of boolXiang Chen2019-10-241-1/+2
| |/
| * scsi: sd: Ignore a failure to sync cache due to lack of authorizationOliver Neukum2019-09-301-1/+2
* | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-8/+0
|\ \
| * | block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-8/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-0/+1
|\ \ \ | |/ / |/| / | |/
| * scsi: sd: Improve unaligned completion resid messageDamien Le Moal2019-09-071-0/+1
* | scsi: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-041-1/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-66/+45
|\
| * scsi: sd: Inline sd_probe_part2()Bart Van Assche2019-06-181-59/+44
| * scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche2019-06-181-9/+3
| * scsi: sd: add a SPDX tag to sd.cChristoph Hellwig2019-05-211-0/+1