summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds2024-01-111-26/+23
|\
| * sd: remove the !ZBC && blk_queue_is_zoned case in sd_read_block_characteristicsChristoph Hellwig2024-01-081-4/+3
| * block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig2023-12-271-1/+1
| * sd: only call disk_clear_zoned when neededChristoph Hellwig2023-12-191-1/+1
| * block: simplify disk_set_zonedChristoph Hellwig2023-12-191-2/+5
| * block: remove support for the host aware zone modelChristoph Hellwig2023-12-191-25/+20
* | scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-11-241-1/+8
|/
* Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen2023-11-141-30/+23
|\
| * scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie2023-11-081-30/+23
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-021-21/+27
|\|
| * scsi: core: Handle depopulation and restoration in progressDouglas Gilbert2023-10-161-0/+4
| * scsi: sd: Fix sshdr use in cache_type_storeMike Christie2023-10-131-4/+5
| * scsi: sd: Fix scsi_mode_sense caller's sshdr useMike Christie2023-10-131-2/+2
| * scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie2023-10-131-11/+13
| * scsi: sd: Fix sshdr use in read_capacity_16Mike Christie2023-10-131-4/+3
* | Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-11-011-6/+3
|\ \
| * | scsi: Remove scsi device no_start_on_resume flagDamien Le Moal2023-10-031-6/+3
* | | scsi: sd: Introduce manage_shutdown device flagDamien Le Moal2023-10-271-3/+36
|/ /
* | scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal2023-09-281-4/+13
* | scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal2023-09-281-18/+72
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-091-39/+27
|\
| * scsi: sd: Remove the number of forward declarationsBart Van Assche2023-08-241-39/+27
* | 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
|\