summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)Author
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
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-06scsi: sd: Clean up gendisk if device_add_disk() failedWenchao Hao
2022-04-06scsi: sd: sd_read_cpr() requires VPD pagesMartin K. Petersen
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-08sd: implement ->free_disk to simplify refcountingChristoph Hellwig
2022-03-08sd: delay calling free_opal_devChristoph Hellwig
2022-03-08sd: call sd_zbc_release_disk before releasing the scsi_device referenceChristoph Hellwig
2022-03-08sd: rename the scsi_disk.dev fieldChristoph Hellwig
2022-03-08scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-02-22scsi: sd: Remove WRITE_SAME supportChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds
2021-11-01Merge tag 'for-5.16/scsi-ma-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-26scsi: sd: add concurrent positioning ranges supportDamien Le Moal
2021-10-22sd: implement ->get_unique_idChristoph Hellwig
2021-10-18scsi: sd: Add error handling support for add_disk()Luis Chamberlain
2021-10-18scsi: sd: Print write through due to no caching mode page as warningMartin Kepplinger
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-10-16scsi: sd: Fix crashes in sd_resume_runtime()Miles Chen
2021-10-16scsi: core: pm: Only runtime resume if necessaryBart Van Assche