summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)Author
2023-10-27scsi: sd: Introduce manage_shutdown device 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
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen
2022-07-07scsi: sd: Rework asynchronous resume supportBart Van Assche
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-07scsi: sd: Fix interpretation of VPD B9h lengthTyler Erickson
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-06-01scsi: sd_zbc: Prevent zone information memory leakDamien Le Moal
2022-06-01scsi: sd: Fix potential NULL pointer dereferenceDamien Le Moal
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-23scsi: sd: Don't call blk_cleanup_disk() in sd_probe()Christoph Hellwig
2022-05-02scsi: sd: Reorganize DIF/DIX code to avoid calling revalidate twiceMartin K. Petersen
2022-05-02scsi: sd: Optimal I/O size should be a multiple of reported granularityMartin K. Petersen
2022-05-02scsi: sd: Switch to using scsi_device VPD pagesMartin K. Petersen
2022-05-02scsi: sd: Use cached ATA Information VPD pageMartin K. Petersen