aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+15
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-30/+71
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+8
2020-10-07scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig1-12/+15
2020-10-02scsi: sd: Allow user to configure command retriesMike Christie1-30/+71
2020-09-15scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal1-4/+0
2020-09-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal1-12/+18
2020-09-10sd: use bdev_check_media_changeChristoph Hellwig1-3/+4
2020-09-02sd: open code revalidate_diskChristoph Hellwig1-2/+4
2020-08-04scsi: sd_zbc: Improve zone revalidationDamien Le Moal1-2/+8
2020-07-08scsi: sd: Fix kdoc comment formatDamien Le Moal1-1/+1
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+19
2020-05-19scsi: sd: Add zoned capabilities device attributeDamien Le Moal1-0/+16
2020-05-14scsi: sd: Signal drive managed SMR disksDamien Le Moal1-0/+3
2020-05-12scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn1-1/+15
2020-03-30Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-03-24scsi: sd: Fix optimal I/O size for devices that change reported valuesMartin K. Petersen1-1/+3
2020-03-18scsi: Convert to use set_capacity_revalidate_and_notifyBalbir Singh1-1/+2
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-31/+19
2020-01-26Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2020-01-26block: allow partitions on host aware zone devicesChristoph Hellwig1-4/+5
2020-01-10scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen1-1/+3
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann1-31/+19
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+2
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+4
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-2/+12
2019-11-26scsi: sd_zbc: Improve report zones error printoutDamien Le Moal1-7/+2
2019-11-07scsi: sd_zbc: add zone open, close, and finish supportAjay Joshi1-2/+13
2019-11-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi into for-5.5/drivers-postJens Axboe1-2/+4
2019-10-24scsi: sd: define variable dif as unsigned int instead of boolXiang Chen1-1/+2
2019-10-23scsi: sd: enable compat ioctls for sed-opalArnd Bergmann1-2/+12
2019-10-09Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen1-1/+2
2019-09-30scsi: sd: Ignore a failure to sync cache due to lack of authorizationOliver Neukum1-1/+2
2019-09-30scsi: core: allow auto suspend override by low-level driverStanley Chu1-0/+4
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+0
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy1-8/+0
2019-09-07scsi: sd: Improve unaligned completion resid messageDamien Le Moal1-0/+1
2019-08-04scsi: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni1-1/+4
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-66/+45
2019-06-18scsi: sd: Inline sd_probe_part2()Bart Van Assche1-59/+44
2019-06-18scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche1-9/+3
2019-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2019-05-21scsi: sd: add a SPDX tag to sd.cChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-20Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen1-2/+1
2019-04-29scsi: sd: Revert "Rely on the driver core for asynchronous probing"Bart Van Assche1-3/+10
2019-04-29scsi: sd: Revert "Inline sd_probe_part2()"Bart Van Assche1-43/+58
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-6/+16
2019-04-12block: disk_events: introduce event flagsMartin Wilck1-0/+1