aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-18scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara1-0/+2
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2018-03-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2018-03-19scsi: sd: Remember that READ CAPACITY(16) succeededMartin K. Petersen1-0/+2
2018-03-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-4/+4
2018-03-06scsi: sd: Keep disk read-only when re-reading partitionJeremy Cline1-1/+2
2018-02-03Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-36/+5
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2018-01-08scsi: sd: Remove zone write lockingDamien Le Moal1-36/+5
2017-12-11scsi: core: Fix a scsi_show_rq() NULL pointer dereferenceBart Van Assche1-1/+3
2017-12-04scsi: sd: add missing KERN_CONT for disk spin-upMichał Mirosław1-3/+3
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+30
2017-10-17scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang1-1/+5
2017-10-17scsi: sd: change allow_restart to bool in sysfs interfaceweiping zhang1-1/+5
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-25scsi: sd: Align maximum write same blocks to physical block sizeDamien Le Moal1-0/+20
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