aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche1-1/+16
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
2015-12-21sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen1-3/+6
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-21/+48
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen1-16/+30
2015-11-25sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen1-5/+18
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2015-11-11sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi1-0/+1
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+96
2015-10-21sd: implement the Persistent Reservation APIChristoph Hellwig1-0/+96
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams1-1/+0
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen1-3/+3
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-2/+2
2015-05-25sd: fix an error return in probe()Dan Carpenter1-1/+2