aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+17
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-33/+8
2017-03-01scsi: sd: Check for unaligned partial completionDamien Le Moal1-0/+17
2017-02-23scsi: remove scsi_execute_req_flagsChristoph Hellwig1-5/+4
2017-02-22scsi: sd: improve TUR handling in sd_check_eventsChristoph Hellwig1-14/+11
2017-02-22scsi: fix memory leak of sdpk on when gd fails to allocateColin Ian King1-2/+2
2017-02-22scsi: sd: make sd_devt_release() staticWei Yongjun1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-13/+35
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-8/+33
2017-01-31ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig1-3/+0
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-2/+2
2017-01-26Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche1-1/+16
2017-01-20scsi: sd: Cleaned up comment references to @sdp argument explanation.John Pittman1-2/+2
2017-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+16
2017-01-17Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley1-7/+16
2017-01-17scsi: sd: Ignore zoned field for host-managed devicesDamien Le Moal1-6/+14
2017-01-17scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_typeDamien Le Moal1-1/+2
2017-01-13sd: remove __data_len hack for WRITE SAMEChristoph Hellwig1-16/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-15/+9
2016-11-08scsi: replace custom approach to hexdump small buffersAndy Shevchenko1-3/+1
2016-10-28block: better op and flags encodingChristoph Hellwig1-2/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-3/+3
2016-10-18sd: Implement support for ZBC devicesHannes Reinecke1-35/+113
2016-09-15scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig1-5/+6
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+1
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+13
2016-07-18sd: don't use the ALL_TG_PT bit for reservationsChristoph Hellwig1-2/+1
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-4/+3
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie1-1/+1
2016-06-07drivers: use req op accessorMike Christie1-9/+16
2016-06-01sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen1-4/+4
2016-05-22sd: get disk reference in sd_check_events()Hannes Reinecke1-2/+7
2016-04-12sd: switch to using blk_queue_write_cache()Jens Axboe1-4/+4
2016-04-12block: add offset in blk_add_request_payload()Ming Lin1-1/+1
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-38/+9
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke1-18/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-31sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen1-20/+8
2016-03-14sd: Fix discard granularity when LBPRZ=1Martin K. Petersen1-1/+1
2016-03-08sd: Fix discard granularity when LBPRZ=1Martin K. Petersen1-1/+1
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-2/+2
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen1-2/+2
2016-01-26Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-1/+1
2016-01-26SCSI: fix crashes in sd and sr runtime PMAlan Stern1-2/+5
2016-01-20sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen1-1/+1