aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-02scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen1-5/+14
2017-10-02scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen1-4/+12
2017-09-15scsi: sd: Remove unnecessary condition in sd_read_block_limits()Lukas Czerner1-2/+0
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-0/+3
2017-08-25scsi: sd: remove duplicated setting of gd->minorsweiping zhang1-1/+0
2017-08-25scsi: sd: Remove a useless comparisonBart Van Assche1-1/+1
2017-08-25scsi: sd: Fix indentationBart Van Assche1-1/+1
2017-08-25scsi: sd: sr: Convert two assignments into warning statementsBart Van Assche1-1/+1
2017-08-16scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal1-0/+3
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-44/+34
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+52
2017-06-29sd: add support for TCG OPAL self encrypting disksChristoph Hellwig1-1/+52
2017-06-26scsi: sd: Use sysfs_match_string()Martin K. Petersen1-42/+29
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche1-2/+5
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