summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-21/+27
2023-11-02Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-6/+3
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-3/+36
2023-10-17scsi: core: Handle depopulation and restoration in progressDouglas Gilbert1-0/+4
2023-10-13scsi: sd: Fix sshdr use in cache_type_storeMike Christie1-4/+5
2023-10-13scsi: sd: Fix scsi_mode_sense caller's sshdr useMike Christie1-2/+2
2023-10-13scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie1-11/+13
2023-10-13scsi: sd: Fix sshdr use in read_capacity_16Mike Christie1-4/+3
2023-10-03scsi: Remove scsi device no_start_on_resume flagDamien Le Moal1-6/+3
2023-09-28scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal1-4/+13
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-18/+72
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-39/+27
2023-08-25scsi: sd: Remove the number of forward declarationsBart Van Assche1-39/+27
2023-08-02ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal1-3/+6
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-44/+145
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-9/+10
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-2/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-6/+6
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig1-5/+4
2023-05-23Merge patch series "Add Command Duration Limits support"Martin K. Petersen1-16/+43
2023-05-23scsi: sd: Set read/write command CDL indexDamien Le Moal1-6/+34
2023-05-23scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal1-5/+5
2023-05-23scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal1-5/+4
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen1-28/+102
2023-04-12scsi: Add support for block PR read keys/reservationMike Christie1-0/+91
2023-04-12scsi: Move sd_pr_type to scsi_commonMike Christie1-25/+8
2023-04-12scsi: Rename sd_pr_commandMike Christie1-6/+6
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+6
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-07scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki1-1/+6
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+6
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+55
2023-02-22scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang1-8/+5
2023-02-22scsi: sd: Remove unused sd_cdb_cacheFengnan Chang1-15/+1
2023-02-03sd: factor out a sd_set_special_bvec helperChristoph Hellwig1-19/+17
2023-01-14scsi: sd: Convert to scsi_execute_cmd()Mike Christie1-28/+55
2022-12-01scsi: sd: Convert SCSI errors to PR errorsMike Christie1-1/+34
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki1-4/+12
2022-08-23scsi: sd: Revert "Rework asynchronous resume support"Bart Van Assche1-66/+18
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+7
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-18/+66
2022-07-22scsi: sd: Add a comment about limiting max_sectors to shost optimal limitJohn Garry1-0/+5
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry1-0/+2
2022-07-08Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-1/+1
2022-07-08scsi: sd: Rework asynchronous resume supportBart Van Assche1-18/+66
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig1-3/+3
2022-06-28block: simplify disk shutdownChristoph Hellwig1-2/+2
2022-06-08scsi: sd: Fix interpretation of VPD B9h lengthTyler Erickson1-1/+1
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+2