aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-81/+139
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-1/+25
2024-01-29Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen1-80/+138
2024-01-29scsi: sd: Have midlayer retry read_capacity_10() errorsMike Christie1-23/+39
2024-01-29scsi: sd: Have pr commands retry UAsMike Christie1-0/+28
2024-01-29scsi: sd: Have midlayer retry sd_sync_cache() errorsMike Christie1-18/+17
2024-01-29scsi: sd: Have midlayer retry sd_spinup_disk() errorsMike Christie1-32/+45
2024-01-29scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()Mike Christie1-7/+9
2024-01-23scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang1-1/+1
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-26/+23
2024-01-08sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig1-4/+3
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig1-1/+1
2023-12-19sd: only call disk_clear_zoned when neededChristoph Hellwig1-1/+1
2023-12-19block: simplify disk_set_zonedChristoph Hellwig1-2/+5
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig1-25/+20
2023-11-24scsi: sd: Fix system start for ATA devicesDamien Le Moal1-1/+8
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen1-30/+23
2023-11-08scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie1-30/+23
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-21/+27
2023-11-01Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-6/+3
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-3/+36
2023-10-16scsi: 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-24scsi: 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-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen1-16/+43
2023-05-22scsi: sd: Set read/write command CDL indexDamien Le Moal1-6/+34
2023-05-22scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal1-5/+5
2023-05-22scsi: 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-11scsi: Add support for block PR read keys/reservationMike Christie1-0/+91
2023-04-11scsi: Move sd_pr_type to scsi_commonMike Christie1-25/+8
2023-04-11scsi: 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-06scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki1-1/+6
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-23/+6