summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-07-121-4/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-30/+33
|\
| * scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-05-311-5/+4
| * scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-16/+17
| * scsi: core: Stop using DRIVER_ERRORHannes Reinecke2021-05-311-6/+9
| * scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke2021-05-311-6/+6
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-2/+2
|\ \
| * | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-2/+2
| |/
* / scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART)Christoph Hellwig2021-06-221-4/+18
|/
* scsi: sd: Introduce a new local variable in sd_check_events()Bart Van Assche2021-04-151-2/+3
* scsi: sd: Fix function name in headerLee Jones2021-03-181-1/+1
* 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
|\ \ \ | |/ / |/| |