summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: sd: Convert SCSI errors to PR errorsMike Christie2022-12-011-1/+34
* scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki2022-11-261-4/+12
* scsi: sd: Revert "Rework asynchronous resume support"Bart Van Assche2022-08-221-66/+18
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-0/+7
|\
| * scsi: sd: Add a comment about limiting max_sectors to shost optimal limitJohn Garry2022-07-221-0/+5
| * scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry2022-07-191-0/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-18/+66
|\ \
| * | Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-071-1/+1
| |\|
| * | scsi: sd: Rework asynchronous resume supportBart Van Assche2022-07-071-18/+66
* | | block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig2022-07-061-3/+3
* | | block: simplify disk shutdownChristoph Hellwig2022-06-281-2/+2
| |/ |/|
* | scsi: sd: Fix interpretation of VPD B9h lengthTyler Erickson2022-06-071-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-06-051-3/+2
|\
| * scsi: sd_zbc: Prevent zone information memory leakDamien Le Moal2022-06-011-1/+1
| * scsi: sd: Fix potential NULL pointer dereferenceDamien Le Moal2022-06-011-1/+0
| * scsi: sd: Don't call blk_cleanup_disk() in sd_probe()Christoph Hellwig2022-05-231-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-251-75/+118
|\|
| * scsi: sd: Reorganize DIF/DIX code to avoid calling revalidate twiceMartin K. Petersen2022-05-021-29/+33
| * scsi: sd: Optimal I/O size should be a multiple of reported granularityMartin K. Petersen2022-05-021-4/+41
| * scsi: sd: Switch to using scsi_device VPD pagesMartin K. Petersen2022-05-021-40/+40
| * scsi: sd: Use cached ATA Information VPD pageMartin K. Petersen2022-05-021-3/+5
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-2/+0
|/
* scsi: sd: Clean up gendisk if device_add_disk() failedWenchao Hao2022-04-061-0/+1
* scsi: sd: sd_read_cpr() requires VPD pagesMartin K. Petersen2022-04-061-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-97/+12
|\
| * scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter2022-03-011-2/+4
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-011-27/+1
| * scsi: sd: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-68/+7
* | sd: implement ->free_disk to simplify refcountingChristoph Hellwig2022-03-081-74/+16
* | sd: delay calling free_opal_devChristoph Hellwig2022-03-081-2/+1
* | sd: call sd_zbc_release_disk before releasing the scsi_device referenceChristoph Hellwig2022-03-081-1/+1
* | sd: rename the scsi_disk.dev fieldChristoph Hellwig2022-03-081-11/+11
* | scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig2022-03-081-2/+1
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-221-1/+1
|\
| * scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal2022-01-051-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-141-1/+0
|\|
| * scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche2021-11-291-1/+0
* | scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-291-1/+1
* | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-12/+12
* | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-051-7/+31
|\
| * scsi: sd: Add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+7
| * scsi: sd: Print write through due to no caching mode page as warningMartin Kepplinger2021-10-181-2/+3
| * scsi: core: pm: Only runtime resume if necessaryBart Van Assche2021-10-161-0/+6
| * scsi: sd: Rename sd_resume() into sd_resume_system()Bart Van Assche2021-10-161-3/+8
| * scsi: core: pm: Rely on the device driver core for async power managementBart Van Assche2021-10-161-1/+0
| * Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-5/+9
| |\
| * | scsi: sd: Fix sd_do_mode_sense() buffer length handlingDamien Le Moal2021-09-291-0/+7
* | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-0/+39
|\ \ \