summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)Author
2020-05-19Merge tag 'v4.9.220' into 4.9-2.3.x-imxMarcel Ziswiler
2020-04-02scsi: sd: Fix optimal I/O size for devices that change reported valuesMartin K. Petersen
2020-01-23scsi: sd: Clear sdkp->protection_type if disk is reformatted without PIXiang Chen
2019-05-31Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen
2019-04-03scsi: sd: Quiesce warning if device does not report optimal I/O sizeMartin K. Petersen
2019-04-03scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
2019-03-23scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen
2019-01-23scsi: sd: Fix cache_type_store()Ivan Mironov
2018-12-12Merge tag 'v4.9.144' into 4.9-2.3.x-imxMarcel Ziswiler
2018-10-20scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn
2018-08-24block: better op and flags encodingChristoph Hellwig
2018-08-24block: split out request-only flags into a new namespaceChristoph Hellwig
2018-05-25scsi: sd: Keep disk read-only when re-reading partitionJeremy Cline
2018-05-01scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara
2017-12-20scsi: sd: change allow_restart to bool in sysfs interfaceweiping zhang
2017-12-20scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang
2017-10-12scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen
2017-07-05scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_typeDamien Le Moal
2017-04-21scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen
2017-04-21scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng
2016-09-15scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-18sd: don't use the ALL_TG_PT bit for reservationsChristoph Hellwig
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07block, fs, drivers: remove REQ_OP compat defs and related codeMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-06-01sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen
2016-05-22sd: get disk reference in sd_check_events()Hannes Reinecke
2016-04-12sd: switch to using blk_queue_write_cache()Jens Axboe
2016-04-12block: add offset in blk_add_request_payload()Ming Lin
2016-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2016-04-05scsi: Do not attach VPD to devices that don't support itHannes Reinecke
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-31sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytesMartin K. Petersen
2016-03-14sd: Fix discard granularity when LBPRZ=1Martin K. Petersen
2016-03-08sd: Fix discard granularity when LBPRZ=1Martin K. Petersen
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen
2016-01-26Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley
2016-01-26SCSI: fix crashes in sd and sr runtime PMAlan Stern
2016-01-20sd: Optimal I/O size is in bytes, not sectorsMartin K. Petersen
2015-12-21sd: Reject optimal transfer length smaller than page sizeMartin K. Petersen
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen
2015-11-25sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds