aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04scsi: sd: Improve sd_print_capacity()Damien Le Moal1-13/+13
2019-01-29scsi: sd: Protect against READ(6) or WRITE(6) with zero block transfer lengthBart Van Assche1-0/+4
2019-01-22scsi: sd: Rename 'SCpnt' into 'cmd'Bart Van Assche1-22/+22
2019-01-22scsi: sd: Clean up sd_setup_read_write_cmnd()Martin K. Petersen1-52/+28
2019-01-22scsi: sd: Create helper functions for read/write commandsMartin K. Petersen1-75/+92
2019-01-22scsi: sd: Simplify misaligned I/O checkMartin K. Petersen1-45/+12
2019-01-22scsi: sd: Be consistent about blocks vs. sectorsMartin K. Petersen1-86/+83
2019-01-22scsi: sd: Remove a local variableBart Van Assche1-2/+1
2019-01-08scsi: sd: Make protection lookup tables static and relocate functionsJohn Garry1-0/+62
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-47/+38
2018-12-12scsi: sd: use mempool for discard special pageJens Axboe1-4/+19
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig1-47/+38
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-2/+0
2018-10-25block: add a report_zones methodChristoph Hellwig1-12/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-1/+5
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
2018-09-26block: Move power management code into a new source fileBart Van Assche1-0/+1
2018-09-21scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn1-1/+2
2018-09-17scsi: sd: Contribute to randomness when running rotational deviceXuewei Zhang1-0/+3
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-17/+4
2018-08-21sd: Convert to new IDA APIMatthew Wilcox1-17/+4
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+7
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy1-3/+5
2018-06-26scsi: sd: Remove a superfluous assignmentBart Van Assche1-1/+0
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn1-7/+7
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