summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-66/+45Star
|\
| * scsi: sd: Inline sd_probe_part2()Bart Van Assche2019-06-191-59/+44Star
| * scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche2019-06-191-9/+3Star
| * 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-251-2/+1Star
|\ \
| * | Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen2019-05-201-2/+1Star
| * | 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-131-6/+16
| |\ \
| * | | scsi: sd: Inline sd_probe_part2()Bart Van Assche2019-03-281-58/+43Star
| * | | scsi: sd: Rely on the driver core for asynchronous probingBart Van Assche2019-03-281-10/+3Star
* | | | 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/+0Star
| |/ |/|
* | scsi: sd: Quiesce warning if device does not report optimal I/O sizeMartin K. Petersen2019-03-281-0/+3
* | scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche2019-03-281-6/+13
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-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/+0Star
| * scsi: block: remove req->specialChristoph Hellwig2019-02-061-2/+0Star
| * scsi: sd: Improve sd_print_capacity()Damien Le Moal2019-02-051-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-231-22/+22
| * scsi: sd: Clean up sd_setup_read_write_cmnd()Martin K. Petersen2019-01-231-52/+28Star
| * scsi: sd: Create helper functions for read/write commandsMartin K. Petersen2019-01-231-75/+92
| * scsi: sd: Simplify misaligned I/O checkMartin K. Petersen2019-01-231-45/+12Star
| * scsi: sd: Be consistent about blocks vs. sectorsMartin K. Petersen2019-01-231-86/+83Star
| * scsi: sd: Remove a local variableBart Van Assche2019-01-231-2/+1Star
| * scsi: sd: Make protection lookup tables static and relocate functionsJohn Garry2019-01-091-0/+62
* | scsi: sd: fix entropy gathering for most rotational disksJames Bottomley2019-02-131-3/+9
* | scsi: sd: Fix cache_type_store()Ivan Mironov2019-01-091-0/+6
|/
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-47/+38Star
|\
| * scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-101-47/+38Star
* | scsi: sd: use mempool for discard special pageJens Axboe2018-12-131-4/+19
|/
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-2/+0Star
* block: add a report_zones methodChristoph Hellwig2018-10-251-12/+1Star
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-1/+5
|\
| * scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn2018-09-211-1/+2
| * scsi: sd: Contribute to randomness when running rotational deviceXuewei Zhang2018-09-171-0/+3
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* | block: Move power management code into a new source fileBart Van Assche2018-09-261-0/+1
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-17/+4Star
|\
| * sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-8/+7Star
|\ \
| * | scsi: sd: Remove a superfluous assignmentBart Van Assche2018-06-261-1/+0Star
| * | scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-261-7/+7
| |/
* / block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy2018-07-301-3/+5
|/
* scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara2018-04-191-0/+2
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-4/+4
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-4/+4