summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-47/+38Star
|\
| * scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-101-47/+38Star
* | scsi: sd: use mempool for discard special pageJens Axboe2018-12-131-4/+19
|/
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-2/+0Star
* block: add a report_zones methodChristoph Hellwig2018-10-251-12/+1Star
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-1/+5
|\
| * scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn2018-09-211-1/+2
| * scsi: sd: Contribute to randomness when running rotational deviceXuewei Zhang2018-09-171-0/+3
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
* | block: Move power management code into a new source fileBart Van Assche2018-09-261-0/+1
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-17/+4Star
|\
| * sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-8/+7Star
|\ \
| * | scsi: sd: Remove a superfluous assignmentBart Van Assche2018-06-261-1/+0Star
| * | scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-261-7/+7
| |/
* / block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy2018-07-301-3/+5
|/
* scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara2018-04-191-0/+2
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-4/+4
|\
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-4/+4
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-281-0/+2
|\ \
| * | scsi: sd: Remember that READ CAPACITY(16) succeededMartin K. Petersen2018-03-201-0/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-151-1/+2
|\| | | |/ |/|
| * scsi: sd: Keep disk read-only when re-reading partitionJeremy Cline2018-03-071-1/+2
* | Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-02-031-36/+5Star
|\ \
| * | scsi: sd: Remove zone write lockingDamien Le Moal2018-01-091-36/+5Star
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-3/+3
|\ \ \ | |/ / |/| / | |/
| * scsi: sd: add missing KERN_CONT for disk spin-upMichał Mirosław2017-12-051-3/+3
* | scsi: core: Fix a scsi_show_rq() NULL pointer dereferenceBart Van Assche2017-12-121-1/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-151-2/+30
|\
| * scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang2017-10-171-1/+5
| * scsi: sd: change allow_restart to bool in sysfs interfaceweiping zhang2017-10-171-1/+5
| * scsi: sd: Align maximum write same blocks to physical block sizeDamien Le Moal2017-09-251-0/+20
* | scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen2017-10-031-5/+14
* | scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2017-10-031-4/+12
* | scsi: sd: Remove unnecessary condition in sd_read_block_limits()Lukas Czerner2017-09-151-2/+0Star
|/
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-0/+3
|\
| * scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal2017-08-171-0/+3
* | scsi: sd: remove duplicated setting of gd->minorsweiping zhang2017-08-251-1/+0Star
* | scsi: sd: Remove a useless comparisonBart Van Assche2017-08-251-1/+1
* | scsi: sd: Fix indentationBart Van Assche2017-08-251-1/+1
* | scsi: sd: sr: Convert two assignments into warning statementsBart Van Assche2017-08-251-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-44/+34Star
|\
| * scsi: sd: Use sysfs_match_string()Martin K. Petersen2017-06-261-42/+29Star
| * scsi: Protect SCSI device state changes with a mutexBart Van Assche2017-06-131-2/+5
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-07-061-1/+52
|\ \ | |/ |/|
| * sd: add support for TCG OPAL self encrypting disksChristoph Hellwig2017-06-291-1/+52
* | scsi: sd: Ignore sync cache failures when not supportedDerek Basehore2017-05-171-12/+28
* | scsi: sd: Write lock zone for REQ_OP_WRITE_ZEROESDamien Le Moal2017-05-121-4/+15
* | scsi: sd: Unlock zone in case of error in sd_setup_write_same_cmnd()Damien Le Moal2017-05-121-0/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-50/+77
|\