summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd_zbc.c
AgeCommit message (Expand)Author
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-12-03block: set the zone size in blk_revalidate_disk_zones atomicallyChristoph Hellwig
2019-11-26scsi: sd_zbc: Improve report zones error printoutDamien Le Moal
2019-11-18scsi: sd_zbc: Remove set but not used variable 'buflen'YueHaibing
2019-11-12block: rework zone reportingChristoph Hellwig
2019-11-12scsi: sd_zbc: Cleanup sd_zbc_alloc_report_buffer()Damien Le Moal
2019-11-12block: Enhance blk_revalidate_disk_zones()Damien Le Moal
2019-11-07scsi: sd_zbc: add zone open, close, and finish supportAjay Joshi
2019-11-05scsi: sd_zbc: Fix sd_zbc_complete()Damien Le Moal
2019-09-05sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal
2019-08-04scsi: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-16scsi: sd_zbc: Fix compilation warningDamien Le Moal
2019-07-11sd_zbc: Fix report zones buffer allocationDamien Le Moal
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410Thomas Gleixner
2019-05-21scsi: sd: switch remaining files to SPDX tagsChristoph Hellwig
2019-02-15scsi: sd_zbc: Fix sd_zbc_report_zones() buffer allocationMasato Suzuki
2019-02-04scsi: sd_zbc: Fix zone information messagesDamien Le Moal
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal
2018-10-25block: add a report_zones methodChristoph Hellwig
2018-10-25scsi: sd_zbc: Fix sd_zbc_check_zones() error checksDamien Le Moal
2018-10-25scsi: sd_zbc: Reduce boot device scan and revalidate timeDamien Le Moal
2018-10-25scsi: sd_zbc: Rearrange codeDamien Le Moal
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-07-10scsi: sd_zbc: Fix variable type and bogus commentDamien Le Moal
2018-07-02scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd()Bart Van Assche
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-06-05scsi: sd_zbc: Fix sd_zbc_check_zone_size() error pathDamien Le Moal
2018-04-19scsi: sd_zbc: Avoid that resetting a zone fails sporadicallyBart Van Assche
2018-04-19scsi: sd_zbc: Let the SCSI core handle ILLEGAL REQUEST / ASC 0x21Bart Van Assche
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-06scsi: sd_zbc: Fix potential memory leakDamien Le Moal
2018-03-01scsi: sd_zbc: Fix sd_zbc_get_seq_zones() kernel-doc headerBart Van Assche
2018-01-08scsi: sd: Remove zone write lockingDamien Le Moal
2018-01-08scsi: sd_zbc: Initialize device request queue zoned dataDamien Le Moal
2017-10-16scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()Damien Le Moal
2017-10-16scsi: sd_zbc: Use well defined macrosDamien Le Moal
2017-10-16scsi: sd_zbc: Rearrange codeDamien Le Moal
2017-10-16scsi: sd_zbc: Fix comments and indentationDamien Le Moal
2017-10-16scsi: sd_zbc: Move ZBC declarations to scsi_proto.hDamien Le Moal
2017-08-16scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-25scsi: sd_zbc: Do not write lock zones for resetDamien Le Moal
2017-04-25scsi: sd_zbc: Remove superfluous assignmentsBart Van Assche
2017-04-25scsi: sd: sd_zbc: Rename sd_zbc_setup_write_cmndDamien Le Moal
2017-04-08sd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig