summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd_zbc.c
AgeCommit message (Expand)Author
2021-09-21scsi: sd_zbc: Support disks with more than 2**32 logical blocksBart Van Assche
2021-09-13scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZENaohiro Aota
2021-08-11scsi: sd: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen
2021-03-18scsi: sd_zbc: Place function name into headerLee Jones
2021-03-16scsi: sd_zbc: Update write pointer offset cacheJohannes Thumshirn
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-02-22scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcallocJohannes Thumshirn
2021-02-10sd_zbc: clear zone resources for non-zoned caseDamien Le Moal
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal
2020-09-15scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal
2020-09-15scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-08-04scsi: sd_zbc: Improve zone revalidationDamien Le Moal
2020-07-24scsi: sd_zbc: Don't limit max_zone_append sectors to max_hw_sectorsJohannes Thumshirn
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling
2020-07-08scsi: sd_zbc: Fix kdoc comment formatDamien Le Moal
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-05-12scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn
2020-05-12scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn
2020-02-24scsi: sd_sbc: Fix sd_zbc_report_zones()Damien Le Moal
2020-01-02scsi: sd_zbc: Rename sd_zbc_check_zones()Damien Le Moal
2020-01-02scsi: sd_zbc: Simplify sd_zbc_check_zones()Damien Le Moal
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