summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-03-151-0/+17
|\
| * scsi: sd: Check for unaligned partial completionDamien Le Moal2017-03-011-0/+17
* | Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-081-33/+8
|/
* scsi: remove scsi_execute_req_flagsChristoph Hellwig2017-02-231-5/+4
* scsi: sd: improve TUR handling in sd_check_eventsChristoph Hellwig2017-02-221-14/+11
* scsi: fix memory leak of sdpk on when gd fails to allocateColin Ian King2017-02-221-2/+2
* scsi: sd: make sd_devt_release() staticWei Yongjun2017-02-221-1/+1
* 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/+0
| * | 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/+1
|/ /
* / 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/+1
|\
| * scsi: replace custom approach to hexdump small buffersAndy Shevchenko2016-11-081-3/+1
* | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-15/+9
* | block: better op and flags encodingChristoph Hellwig2016-10-281-2/+1
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-3/+3
* | sd: Implement support for ZBC devicesHannes Reinecke2016-10-181-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-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
|/