summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-05-241-2/+1
|\ \
| * | Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen2019-05-201-2/+1
| * | scsi: sd: Revert "Rely on the driver core for asynchronous probing"Bart Van Assche2019-04-291-3/+10
| * | scsi: sd: Revert "Inline sd_probe_part2()"Bart Van Assche2019-04-291-43/+58
| * | Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-121-6/+16
| |\ \
| * | | scsi: sd: Inline sd_probe_part2()Bart Van Assche2019-03-271-58/+43
| * | | scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche2019-03-271-10/+3
* | | | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
| |_|/ |/| |
* | | block: disk_events: introduce event flagsMartin Wilck2019-04-121-0/+1
* | | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-32/+0
| |/ |/|
* | scsi: sd: Quiesce warning if device does not report optimal I/O sizeMartin K. Petersen2019-03-271-0/+3
* | scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche2019-03-271-6/+13
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-234/+292
|\
| * scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen2019-02-261-9/+50
| * scsi: sd: Remove superfluous residual assignmentsBart Van Assche2019-02-121-3/+0
| * scsi: block: remove req->specialChristoph Hellwig2019-02-051-2/+0
| * scsi: sd: Improve sd_print_capacity()Damien Le Moal2019-02-041-13/+13
| * scsi: sd: Protect against READ(6) or WRITE(6) with zero block transfer lengthBart Van Assche2019-01-291-0/+4
| * scsi: sd: Rename 'SCpnt' into 'cmd'Bart Van Assche2019-01-221-22/+22
| * scsi: sd: Clean up sd_setup_read_write_cmnd()Martin K. Petersen2019-01-221-52/+28
| * scsi: sd: Create helper functions for read/write commandsMartin K. Petersen2019-01-221-75/+92
| * scsi: sd: Simplify misaligned I/O checkMartin K. Petersen2019-01-221-45/+12
| * scsi: sd: Be consistent about blocks vs. sectorsMartin K. Petersen2019-01-221-86/+83
| * scsi: sd: Remove a local variableBart Van Assche2019-01-221-2/+1
| * scsi: sd: Make protection lookup tables static and relocate functionsJohn Garry2019-01-081-0/+62
* | scsi: sd: fix entropy gathering for most rotational disksJames Bottomley2019-02-121-3/+9
* | scsi: sd: Fix cache_type_store()Ivan Mironov2019-01-081-0/+6
|/