summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)Author
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams
2017-01-31ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2017-01-26Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche
2017-01-20scsi: sd: Cleaned up comment references to @sdp argument explanation.John Pittman
2017-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-01-17Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley
2017-01-17scsi: sd: Ignore zoned field for host-managed devicesDamien Le Moal
2017-01-17scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_typeDamien Le Moal
2017-01-13sd: remove __data_len hack for WRITE SAMEChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig
2016-11-08scsi: replace custom approach to hexdump small buffersAndy Shevchenko
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-18sd: Implement support for ZBC devicesHannes Reinecke
2016-09-15scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-18sd: don't use the ALL_TG_PT bit for reservationsChristoph Hellwig
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-06-01sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen
2016-05-22sd: get disk reference in sd_check_events()Hannes Reinecke
2016-04-12sd: switch to using blk_queue_write_cache()Jens Axboe
2016-04-12block: add offset in blk_add_request_payload()Ming Lin
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen
2016-03-14sd: Fix discard granularity when LBPRZ=1Martin K. Petersen
2016-03-08sd: Fix discard granularity when LBPRZ=1Martin K. Petersen
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen
2016-01-26Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley
2016-01-26SCSI: fix crashes in sd and sr runtime PMAlan Stern
2016-01-20sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen
2015-12-21sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen
2015-11-25sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-11-11sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds