aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-32/+0
2019-03-27scsi: sd: Quiesce warning if device does not report optimal I/O sizeMartin K. Petersen1-0/+3
2019-03-27scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche1-6/+13
2019-03-27scsi: sd: Inline sd_probe_part2()Bart Van Assche1-58/+43
2019-03-27scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche1-10/+3
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-234/+292
2019-02-26scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen1-9/+50
2019-02-12scsi: sd: fix entropy gathering for most rotational disksJames Bottomley1-3/+9
2019-02-12scsi: sd: Remove superfluous residual assignmentsBart Van Assche1-3/+0
2019-02-05scsi: block: remove req->specialChristoph Hellwig1-2/+0
2019-02-04scsi: sd: Improve sd_print_capacity()Damien Le Moal1-13/+13
2019-01-29scsi: sd: Protect against READ(6) or WRITE(6) with zero block transfer lengthBart Van Assche1-0/+4
2019-01-22scsi: sd: Rename 'SCpnt' into 'cmd'Bart Van Assche1-22/+22
2019-01-22scsi: sd: Clean up sd_setup_read_write_cmnd()Martin K. Petersen1-52/+28
2019-01-22scsi: sd: Create helper functions for read/write commandsMartin K. Petersen1-75/+92
2019-01-22scsi: sd: Simplify misaligned I/O checkMartin K. Petersen1-45/+12
2019-01-22scsi: sd: Be consistent about blocks vs. sectorsMartin K. Petersen1-86/+83
2019-01-22scsi: sd: Remove a local variableBart Van Assche1-2/+1
2019-01-08scsi: sd: Make protection lookup tables static and relocate functionsJohn Garry1-0/+62
2019-01-08scsi: sd: Fix cache_type_store()Ivan Mironov1-0/+6
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+38
2018-12-12scsi: sd: use mempool for discard special pageJens Axboe1-4/+19
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig1-47/+38