Age | Commit message (Expand) | Author |
2019-12-08 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-12-03 | block: set the zone size in blk_revalidate_disk_zones atomically | Christoph Hellwig |
2019-11-26 | scsi: sd_zbc: Improve report zones error printout | Damien Le Moal |
2019-11-18 | scsi: sd_zbc: Remove set but not used variable 'buflen' | YueHaibing |
2019-11-12 | block: rework zone reporting | Christoph Hellwig |
2019-11-12 | scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer() | Damien Le Moal |
2019-11-12 | block: Enhance blk_revalidate_disk_zones() | Damien Le Moal |
2019-11-07 | scsi: sd_zbc: add zone open, close, and finish support | Ajay Joshi |
2019-11-05 | scsi: sd_zbc: Fix sd_zbc_complete() | Damien Le Moal |
2019-09-05 | sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disks | Damien Le Moal |
2019-08-04 | scsi: implement REQ_OP_ZONE_RESET_ALL | Chaitanya Kulkarni |
2019-07-20 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2019-07-16 | scsi: sd_zbc: Fix compilation warning | Damien Le Moal |
2019-07-11 | sd_zbc: Fix report zones buffer allocation | Damien Le Moal |
2019-07-11 | block: Kill gfp_t argument of blkdev_report_zones() | Damien Le Moal |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410 | Thomas Gleixner |
2019-05-21 | scsi: sd: switch remaining files to SPDX tags | Christoph Hellwig |
2019-02-15 | scsi: sd_zbc: Fix sd_zbc_report_zones() buffer allocation | Masato Suzuki |
2019-02-04 | scsi: sd_zbc: Fix zone information messages | Damien Le Moal |
2018-11-09 | scsi: return blk_status_t from scsi_init_io and ->init_command | Christoph Hellwig |
2018-10-25 | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal |
2018-10-25 | block: add a report_zones method | Christoph Hellwig |
2018-10-25 | scsi: sd_zbc: Fix sd_zbc_check_zones() error checks | Damien Le Moal |
2018-10-25 | scsi: sd_zbc: Reduce boot device scan and revalidate time | Damien Le Moal |
2018-10-25 | scsi: sd_zbc: Rearrange code | Damien Le Moal |
2018-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-07-10 | scsi: sd_zbc: Fix variable type and bogus comment | Damien Le Moal |
2018-07-02 | scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd() | Bart Van Assche |
2018-06-14 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-06-05 | scsi: sd_zbc: Fix sd_zbc_check_zone_size() error path | Damien Le Moal |
2018-04-19 | scsi: sd_zbc: Avoid that resetting a zone fails sporadically | Bart Van Assche |
2018-04-19 | scsi: sd_zbc: Let the SCSI core handle ILLEGAL REQUEST / ASC 0x21 | Bart Van Assche |
2018-04-03 | Merge branch 'fixes' into misc | James Bottomley |
2018-03-06 | scsi: sd_zbc: Fix potential memory leak | Damien Le Moal |
2018-03-01 | scsi: sd_zbc: Fix sd_zbc_get_seq_zones() kernel-doc header | Bart Van Assche |
2018-01-08 | scsi: sd: Remove zone write locking | Damien Le Moal |
2018-01-08 | scsi: sd_zbc: Initialize device request queue zoned data | Damien Le Moal |
2017-10-16 | scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics() | Damien Le Moal |
2017-10-16 | scsi: sd_zbc: Use well defined macros | Damien Le Moal |
2017-10-16 | scsi: sd_zbc: Rearrange code | Damien Le Moal |
2017-10-16 | scsi: sd_zbc: Fix comments and indentation | Damien Le Moal |
2017-10-16 | scsi: sd_zbc: Move ZBC declarations to scsi_proto.h | Damien Le Moal |
2017-08-16 | scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd() | Damien Le Moal |
2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2017-04-25 | scsi: sd_zbc: Do not write lock zones for reset | Damien Le Moal |
2017-04-25 | scsi: sd_zbc: Remove superfluous assignments | Bart Van Assche |
2017-04-25 | scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmnd | Damien Le Moal |
2017-04-08 | sd: implement REQ_OP_WRITE_ZEROES | Christoph Hellwig |