summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal2023-08-021-3/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-44/+145
|\
| * Merge patch series "Add Command Duration Limits support"Martin K. Petersen2023-05-221-16/+43
| |\
| | * scsi: sd: Set read/write command CDL indexDamien Le Moal2023-05-221-6/+34
| | * scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal2023-05-221-5/+5
| | * scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal2023-05-221-5/+4
| * | Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-221-28/+102
| |\ \ | | |/ | |/|
| | * scsi: Add support for block PR read keys/reservationMike Christie2023-04-111-0/+91
| | * scsi: Move sd_pr_type to scsi_commonMike Christie2023-04-111-25/+8
| | * scsi: Rename sd_pr_commandMike Christie2023-04-111-6/+6
* | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-9/+10
* | | scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig2023-06-121-1/+1
* | | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-2/+1
* | | block: pass a gendisk to ->openChristoph Hellwig2023-06-121-6/+6
* | | block: pass a gendisk on bdev_check_media_changeChristoph Hellwig2023-06-121-5/+4
|/ /
* | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+6
|\ \
| * | scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki2023-03-061-1/+6
| |/
* / drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-03-031-23/+6
|\
| * scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang2023-02-211-8/+5
| * scsi: sd: Remove unused sd_cdb_cacheFengnan Chang2023-02-211-15/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-221-28/+55
|\|
| * scsi: sd: Convert to scsi_execute_cmd()Mike Christie2023-01-131-28/+55
* | sd: factor out a sd_set_special_bvec helperChristoph Hellwig2023-02-031-19/+17
|/
* 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