summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-23scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen1-1/+3
2019-06-11Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen1-2/+1
2019-04-03scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche1-6/+13
2019-01-26scsi: sd: Fix cache_type_store()Ivan Mironov1-0/+6
2018-05-30scsi: sd: Keep disk read-only when re-reading partitionJeremy Cline1-1/+2
2018-05-02scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara1-0/+2
2017-12-20scsi: sd: change allow_restart to bool in sysfs interfaceweiping zhang1-1/+5
2017-12-20scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang1-1/+5
2017-10-12scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen1-5/+14
2017-07-05scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_typeDamien Le Moal1-1/+2
2017-04-21scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-21scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng1-1/+2
2017-03-12sd: get disk reference in sd_check_events()Hannes Reinecke1-2/+7
2016-10-28sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen1-4/+4
2016-04-20sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen1-20/+8
2016-04-12sd: Fix discard granularity when LBPRZ=1Martin K. Petersen1-1/+1
2016-03-04sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen1-1/+1
2016-02-25SCSI: fix crashes in sd and sr runtime PMAlan Stern1-2/+5
2015-12-22sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen1-3/+6
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-21/+48
2015-11-26block/sd: Fix device-imposed transfer length limitsMartin K. Petersen1-16/+30
2015-11-26sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen1-5/+18
2015-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2015-11-12sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi1-0/+1
2015-11-05Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+96
2015-10-21sd: implement the Persistent Reservation APIChristoph Hellwig1-0/+96
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams1-1/+0
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen1-3/+3
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-2/+2
2015-05-25sd: fix an error return in probe()Dan Carpenter1-1/+2
2015-05-18sd: Disable support for 256 byte/sector disksMark Hounschell1-14/+5
2015-04-16sd: Unregister integrity profileMartin K. Petersen1-0/+1
2015-04-11sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley1-4/+4
2015-03-19sd: don't grab a device references from driver methodsChristoph Hellwig1-44/+11
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+2
2015-02-02sd: Fix max transfer length for 4k disksBrian King1-2/+4
2015-01-09scsi: use per-cpu buffer for formatting senseHannes Reinecke1-5/+2
2014-12-30sd: tweak discard heuristics to work around QEMU SCSI issueMartin K. Petersen1-2/+3
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-1/+1
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+1
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig1-3/+3
2014-11-12sd: disable discard_zeroes_data for UNMAPMartin K. Petersen1-4/+6
2014-11-12sd: fix up ->compat_ioctlChristoph Hellwig1-20/+8
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-3/+3
2014-11-12scsi: remove scsi_show_result()Hannes Reinecke1-24/+26
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-4/+5
2014-11-12sd: remove scsi_print_sense() in sd_done()Hannes Reinecke1-1/+0
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+43