summaryrefslogtreecommitdiff
path: root/drivers/scsi/sd_zbc.c
AgeCommit message (Expand)Author
2023-12-19block: remove support for the host aware zone modelChristoph Hellwig
2023-07-05scsi: sd_zbc: Set zone limits before revalidating zonesDamien Le Moal
2023-06-16scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFTJohannes Thumshirn
2023-03-06scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki
2023-01-13scsi: zbc: Convert to scsi_execute_cmd()Mike Christie
2022-12-01scsi: sd: sd_zbc: Trace zone append emulationJohannes Thumshirn
2022-11-26scsi: sd: Use 16-byte SYNCHRONIZE CACHE on ZBC devicesShin'ichiro Kawasaki
2022-07-14treewide: Rename enum req_opf into enum req_opBart Van Assche
2022-07-06block: move zone related fields to struct gendiskChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zonesChristoph Hellwig
2022-07-06block: pass a gendisk to blk_queue_set_zonedChristoph Hellwig
2022-06-01scsi: sd_zbc: Prevent zone information memory leakDamien Le Moal
2022-04-25scsi: sd: sd_zbc: Hide gap zonesDamien Le Moal
2022-04-25scsi: sd: sd_zbc: Return early in sd_zbc_check_zoned_characteristics()Damien Le Moal
2022-04-25scsi: sd: sd_zbc: Introduce struct zoned_disk_infoBart Van Assche
2022-04-25scsi: sd: sd_zbc: Use logical blocks as unit when querying zonesDamien Le Moal
2022-04-25scsi: sd: sd_zbc: Verify that the zone size is a power of twoBart Van Assche
2022-04-25scsi: sd: sd_zbc: Improve source code documentationBart Van Assche
2022-02-22scsi: sd: Remove WRITE_SAME supportChristoph Hellwig
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-12-02scsi: sd_zbc: Clean up sd_zbc_parse_report() setting of wpNiklas Cassel
2021-12-02scsi: sd_zbc: Simplify zone full condition checkNiklas Cassel
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
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