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 Torvalds2017-02-211-2/+2
|\
| * scsi: sd: Cleaned up comment references to @sdp argument explanation.John Pittman2017-01-201-2/+2
* | Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-13/+35
|\ \
| * | scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-021-8/+33
| * | ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig2017-01-311-3/+0Star
| * | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-2/+2
* | | Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche2017-01-261-1/+16
|/ /
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-01-201-7/+16
|\ \
| * \ Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-01-171-7/+16
| |\ \ | | |/ | |/|
| | * scsi: sd: Ignore zoned field for host-managed devicesDamien Le Moal2017-01-171-6/+14
| | * scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_typeDamien Le Moal2017-01-171-1/+2
* | | sd: remove __data_len hack for WRITE SAMEChristoph Hellwig2017-01-131-16/+1Star
|/ /
* / Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-3/+1Star
|\
| * scsi: replace custom approach to hexdump small buffersAndy Shevchenko2016-11-081-3/+1Star
* | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-15/+9Star
* | block: better op and flags encodingChristoph Hellwig2016-10-281-2/+1Star
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-3/+3
* | sd: Implement support for ZBC devicesHannes Reinecke2016-10-191-35/+113
|/
* 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-271-2/+1Star
|\
| * sd: don't use the ALL_TG_PT bit for reservationsChristoph Hellwig2016-07-181-2/+1Star
* | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-2/+1Star
|\ \
| * | block: convert to device_add_disk()Dan Williams2016-06-271-2/+1Star
| |/
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-271-7/+13
|\|
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-4/+3Star
| * 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-021-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-131-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/+9Star
|\
| * scsi: Do not attach VPD to devices that don't support itHannes Reinecke2016-04-051-18/+1Star
| * sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen2016-04-011-20/+8Star
| * 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-091-1/+1
|/
* Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-051-2/+2
|\
| * block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen2016-02-051-2/+2
* | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-01-271-1/+1
|\|
| * sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen2016-01-211-1/+1
* | SCSI: fix crashes in sd and sr runtime PMAlan Stern2016-01-271-2/+5
|/
* sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen2015-12-221-3/+6
* Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-21/+48
|\
| * block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-261-16/+30
| * sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen2015-11-261-5/+18
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-141-0/+1
|\|
| * sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi2015-11-121-0/+1
* | Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-051-0/+96
|\ \