summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)Author
2023-12-27block: rename and document BLK_DEF_MAX_SECTORSChristoph Hellwig
2023-12-19sd: only call disk_clear_zoned when neededChristoph Hellwig
2023-12-19block: simplify disk_set_zonedChristoph Hellwig
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-11-14Merge branch '6.7/scsi-staging' into 6.7/scsi-fixesMartin K. Petersen
2023-11-08scsi: sd: Fix sshdr use in sd_suspend_common()Mike Christie
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-11-01Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal
2023-10-16scsi: core: Handle depopulation and restoration in progressDouglas Gilbert
2023-10-13scsi: sd: Fix sshdr use in cache_type_storeMike Christie
2023-10-13scsi: sd: Fix scsi_mode_sense caller's sshdr useMike Christie
2023-10-13scsi: sd: Fix sshdr use in sd_spinup_diskMike Christie
2023-10-13scsi: sd: Fix sshdr use in read_capacity_16Mike Christie
2023-10-03scsi: Remove scsi device no_start_on_resume flagDamien Le Moal
2023-09-28scsi: sd: Do not issue commands to suspended disks on shutdownDamien Le Moal
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-08-24scsi: sd: Remove the number of forward declarationsBart Van Assche
2023-08-02ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen
2023-05-22scsi: sd: Set read/write command CDL indexDamien Le Moal
2023-05-22scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal
2023-05-22scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen
2023-04-11scsi: Add support for block PR read keys/reservationMike Christie
2023-04-11scsi: Move sd_pr_type to scsi_commonMike Christie
2023-04-11scsi: Rename sd_pr_commandMike Christie
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-06scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-21scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang
2023-02-21scsi: sd: Remove unused sd_cdb_cacheFengnan Chang
2023-02-03sd: factor out a sd_set_special_bvec helperChristoph Hellwig
2023-01-13scsi: sd: Convert to scsi_execute_cmd()Mike Christie
2022-12-01scsi: sd: Convert SCSI errors to PR errorsMike Christie
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki
2022-08-22scsi: sd: Revert "Rework asynchronous resume support"Bart Van Assche
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-07-22scsi: sd: Add a comment about limiting max_sectors to shost optimal limitJohn Garry
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry