summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig2016-09-151-5/+6
* Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-07-261-2/+1
|\
| * sd: don't use the ALL_TG_PT bit for reservationsChristoph Hellwig2016-07-181-2/+1
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-2/+1
|\ \
| * | block: convert to device_add_disk()Dan Williams2016-06-271-2/+1
| |/
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-7/+13
|\|
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-4/+3
| * block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie2016-06-071-1/+1
| * drivers: use req op accessorMike Christie2016-06-071-9/+16
* | sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen2016-06-011-4/+4
|/
* sd: get disk reference in sd_check_events()Hannes Reinecke2016-05-221-2/+7
* sd: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-4/+4
* block: add offset in blk_add_request_payload()Ming Lin2016-04-121-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-04-091-38/+9
|\
| * scsi: Do not attach VPD to devices that don't support itHannes Reinecke2016-04-051-18/+1
| * sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen2016-03-311-20/+8
| * sd: Fix discard granularity when LBPRZ=1Martin K. Petersen2016-03-141-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* | sd: Fix discard granularity when LBPRZ=1Martin K. Petersen2016-03-081-1/+1
|/
* Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-041-2/+2
|\
| * block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen2016-02-041-2/+2
* | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-01-261-1/+1
|\|
| * sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen2016-01-201-1/+1
* | SCSI: fix crashes in sd and sr runtime PMAlan Stern2016-01-261-2/+5
|/
* sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen2015-12-211-3/+6
* Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-21/+48
|\
| * block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-251-16/+30
| * sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen2015-11-251-5/+18
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-0/+1
|\|
| * sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi2015-11-111-0/+1
* | Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-0/+96
|\ \
| * | sd: implement the Persistent Reservation APIChristoph Hellwig2015-10-211-0/+96
| |/
* / md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams2015-10-211-1/+0
|/
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-2/+2
|\
| * block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-2/+2
* | sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen2015-08-121-3/+3
|/
* sd: fix an error return in probe()Dan Carpenter2015-05-251-1/+2
* sd: Disable support for 256 byte/sector disksMark Hounschell2015-05-181-14/+5
* sd: Unregister integrity profileMartin K. Petersen2015-04-161-0/+1
* sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-4/+4
* sd: don't grab a device references from driver methodsChristoph Hellwig2015-03-191-44/+11
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-111-5/+2
|\
| * scsi: use per-cpu buffer for formatting senseHannes Reinecke2015-01-091-5/+2
* | sd: Fix max transfer length for 4k disksBrian King2015-02-021-2/+4
|/
* sd: tweak discard heuristics to work around QEMU SCSI issueMartin K. Petersen2014-12-301-2/+3
* scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
* scsi: remove scsi_driver owner fieldChristoph Hellwig2014-11-241-1/+1
* scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig2014-11-241-3/+3
* sd: disable discard_zeroes_data for UNMAPMartin K. Petersen2014-11-121-4/+6
* sd: fix up ->compat_ioctlChristoph Hellwig2014-11-121-20/+8