summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)Author
2019-10-29scsi: sd: Ignore a failure to sync cache due to lack of authorizationOliver Neukum
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-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-29scsi: sd: use mempool for discard special pageJens Axboe
2018-11-04scsi: sd: Remember that READ CAPACITY(16) succeededMartin K. Petersen
2018-10-20scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn
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-12-20scsi: core: Fix a scsi_show_rq() NULL pointer dereferenceBart Van Assche
2017-10-02scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen
2017-10-02scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen
2017-09-15scsi: sd: Remove unnecessary condition in sd_read_block_limits()Lukas Czerner
2017-09-07Merge branch 'fixes' into miscJames Bottomley
2017-08-25scsi: sd: remove duplicated setting of gd->minorsweiping zhang
2017-08-25scsi: sd: Remove a useless comparisonBart Van Assche
2017-08-25scsi: sd: Fix indentationBart Van Assche
2017-08-25scsi: sd: sr: Convert two assignments into warning statementsBart Van Assche
2017-08-16scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2017-06-29sd: add support for TCG OPAL self encrypting disksChristoph Hellwig
2017-06-26scsi: sd: Use sysfs_match_string()Martin K. Petersen
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche
2017-05-16scsi: sd: Ignore sync cache failures when not supportedDerek Basehore
2017-05-11scsi: sd: Write lock zone for REQ_OP_WRITE_ZEROESDamien Le Moal
2017-05-11scsi: sd: Unlock zone in case of error in sd_setup_write_same_cmnd()Damien Le Moal
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-25scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmndDamien Le Moal
2017-04-25scsi: sd: Cleanup sd_done sense data handlingChristoph Hellwig
2017-04-24scsi: sd: Improve sd_completed_bytesDamien Le Moal
2017-04-24scsi: sd: Fix function descriptionsDamien Le Moal
2017-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-04-08scsi: sd: Remove LBPRZ dependency for discardsMartin K. Petersen
2017-04-08scsi: sd: Separate zeroout and discard command choicesMartin K. Petersen
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08sd: implement unmapping Write ZeroesChristoph Hellwig
2017-04-08sd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08sd: split sd_setup_discard_cmndChristoph Hellwig
2017-04-07scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen
2017-04-07scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng
2017-04-06scsi: sd: Return SUCCESS in sd_eh_action() after device offlineHannes Reinecke
2017-04-06scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke
2017-03-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara