aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-16scsi: sd: Ignore sync cache failures when not supportedDerek Basehore1-12/+28
2017-05-11scsi: sd: Write lock zone for REQ_OP_WRITE_ZEROESDamien Le Moal1-4/+15
2017-05-11scsi: sd: Unlock zone in case of error in sd_setup_write_same_cmnd()Damien Le Moal1-0/+4
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-50/+77
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-91/+168
2017-04-25scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmndDamien Le Moal1-3/+3
2017-04-25scsi: sd: Cleanup sd_done sense data handlingChristoph Hellwig1-10/+9
2017-04-24scsi: sd: Improve sd_completed_bytesDamien Le Moal1-24/+27
2017-04-24scsi: sd: Fix function descriptionsDamien Le Moal1-15/+14
2017-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+20
2017-04-08scsi: sd: Remove LBPRZ dependency for discardsMartin K. Petersen1-19/+6
2017-04-08scsi: sd: Separate zeroout and discard command choicesMartin K. Petersen1-3/+53
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-5/+0
2017-04-08sd: implement unmapping Write ZeroesChristoph Hellwig1-0/+9
2017-04-08sd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-5/+26
2017-04-08sd: split sd_setup_discard_cmndChristoph Hellwig1-69/+84
2017-04-07scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-07scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng1-1/+2
2017-04-06scsi: sd: Return SUCCESS in sd_eh_action() after device offlineHannes Reinecke1-1/+1
2017-04-06scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke1-1/+26
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