Age | Commit message (Expand) | Author | Files | Lines |
2022-08-23 | scsi: sd: Revert "Rework asynchronous resume support" | Bart Van Assche | 1 | -5/+0 |
2022-07-08 | scsi: sd: Rework asynchronous resume support | Bart Van Assche | 1 | -0/+5 |
2022-06-02 | scsi: sd_zbc: Prevent zone information memory leak | Damien Le Moal | 1 | -2/+2 |
2022-05-02 | scsi: sd: Optimal I/O size should be a multiple of reported granularity | Martin K. Petersen | 1 | -0/+1 |
2022-04-26 | scsi: sd: sd_zbc: Hide gap zones | Damien Le Moal | 1 | -0/+5 |
2022-04-26 | scsi: sd: sd_zbc: Introduce struct zoned_disk_info | Bart Van Assche | 1 | -4/+18 |
2022-04-26 | scsi: sd: sd_zbc: Improve source code documentation | Bart Van Assche | 1 | -3/+2 |
2022-03-09 | sd: rename the scsi_disk.dev field | Christoph Hellwig | 1 | -2/+7 |
2022-03-09 | scsi: don't use disk->private_data to find the scsi_driver | Christoph Hellwig | 1 | -2/+1 |
2021-10-27 | scsi: sd: add concurrent positioning ranges support | Damien Le Moal | 1 | -0/+1 |
2020-10-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2020-10-03 | scsi: sd: Allow user to configure command retries | Mike Christie | 1 | -0/+1 |
2020-09-16 | scsi: sd: sd_zbc: Fix ZBC disk initialization | Damien Le Moal | 1 | -6/+0 |
2020-09-16 | scsi: sd: sd_zbc: Fix handling of host-aware ZBC disks | Damien Le Moal | 1 | -1/+1 |
2020-08-05 | scsi: sd_zbc: Improve zone revalidation | Damien Le Moal | 1 | -3/+8 |
2020-07-15 | scsi: sd_zbc: Remove unused inline functions | YueHaibing | 1 | -6/+0 |
2020-05-13 | scsi: sd_zbc: emulate ZONE_APPEND commands | Johannes Thumshirn | 1 | -5/+38 |
2019-12-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+3 |
2019-11-27 | scsi: sd_zbc: Improve report zones error printout | Damien Le Moal | 1 | -0/+3 |
2019-11-13 | block: rework zone reporting | Christoph Hellwig | 1 | -2/+2 |
2019-11-07 | scsi: sd_zbc: add zone open, close, and finish support | Ajay Joshi | 1 | -3/+5 |
2019-08-05 | scsi: implement REQ_OP_ZONE_RESET_ALL | Chaitanya Kulkarni | 1 | -2/+3 |
2019-07-12 | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal | 1 | -2/+1 |
2019-02-13 | scsi: sd: Fix typo in sd_first_printk() | Dietmar Hahn | 1 | -1/+1 |
2019-01-09 | scsi: sd: Make protection lookup tables static and relocate functions | John Garry | 1 | -62/+0 |
2018-11-10 | scsi: return blk_status_t from scsi_init_io and ->init_command | Christoph Hellwig | 1 | -3/+3 |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 1 | -4/+0 |
2018-10-25 | block: add a report_zones method | Christoph Hellwig | 1 | -6/+5 |
2018-07-30 | block: move dif_prepare/dif_complete functions to block layer | Max Gurtovoy | 1 | -9/+0 |
2018-04-19 | scsi: sd_zbc: Change the type of the ZBC fields into u32 | Bart Van Assche | 1 | -6/+6 |
2018-01-09 | scsi: sd: Remove zone write locking | Damien Le Moal | 1 | -11/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-06-29 | sd: add support for TCG OPAL self encrypting disks | Christoph Hellwig | 1 | -0/+2 |
2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+10 |
2017-04-25 | scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmnd | Damien Le Moal | 1 | -4/+4 |
2017-04-25 | scsi: sd: Improve sd_completed_bytes | Damien Le Moal | 1 | -0/+5 |
2017-04-08 | scsi: sd: Separate zeroout and discard command choices | Martin K. Petersen | 1 | -0/+8 |
2017-04-06 | scsi: scsi_error: count medium access timeout only once per EH run | Hannes Reinecke | 1 | -0/+1 |
2016-10-19 | sd: Implement support for ZBC devices | Hannes Reinecke | 1 | -0/+70 |
2016-09-15 | scsi: sd: Move DIF protection types to t10-pi.h | Christoph Hellwig | 1 | -21/+0 |
2016-09-15 | scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tuple | Christoph Hellwig | 1 | -9/+0 |
2016-06-02 | sd: Fix rw_max for devices that report an optimal xfer size | Martin K. Petersen | 1 | -0/+5 |
2016-04-01 | sd: Fix excessive capacity printing on devices with blocks bigger than 512 bytes | Martin K. Petersen | 1 | -1/+6 |
2015-11-26 | block/sd: Fix device-imposed transfer length limits | Martin K. Petersen | 1 | -0/+1 |
2014-11-12 | scsi: introduce sdev_prefix_printk() | Hannes Reinecke | 1 | -3/+3 |
2014-10-01 | sd: Honor block layer integrity handling flags | Martin K. Petersen | 1 | -2/+64 |
2014-07-18 | sd: Limit transfer length | Martin K. Petersen | 1 | -0/+3 |
2014-03-27 | [SCSI] sd: Quiesce mode sense error messages | Martin K. Petersen | 1 | -0/+6 |
2013-10-25 | [SCSI] Derive the FLUSH_TIMEOUT from the basic I/O timeout | James Bottomley | 1 | -1/+5 |
2013-06-27 | [SCSI] sd: Update WRITE SAME heuristics | Martin K. Petersen | 1 | -0/+1 |