zbd: bump ZBD_MAX_OPEN_ZONES
[fio.git] / zbd.c
2020-05-20 Jens AxboeMerge branch 'testing' of https://github.com/vincentkfu/fio
2020-05-19 Jens AxboeMerge branch 'stephen/rate-ull' of https://github.com...
2020-05-18 Pierre LabatAllow more flexibility in zone start and span
2020-05-15 Damien Le Moalio_u: Optimize set_rw_ddir()
2020-05-15 Damien Le Moalzbd: Rename zbd_init()
2020-05-15 Damien Le Moalzbd: Optimize zbd_file_reset()
2020-05-15 Damien Le Moalzbd: Fix read with verify
2020-05-15 Damien Le Moalzbd: Fix potential deadlock on read operations
2020-04-17 Shin'ichiro Kawasakizbd: Fix I/O direction adjustment step for random read...
2020-04-13 Alexey Dobriyanzbd: fix sequential write pattern with verify= and...
2020-04-13 Shin'ichiro Kawasakizbd: Ensure first I/O is write for random read/write...
2020-04-13 Alexey Dobriyanzbd: fix zonemode=zbd with NDEBUG
2020-04-08 Jens AxboeMerge branch 'zbd-build' of https://github.com/vincentk...
2020-04-08 Damien Le Moalzbd: Fix missing mutex unlock and warnings detected...
2020-04-08 Vincent Fuzbd: fix Windows build errors
2020-04-08 Damien Le Moalzbd: Fix build errors on Windows and MacOS
2020-04-07 Jens AxboeMerge branch 'rdma-fixes' of https://github.com/dmonakh...
2020-04-07 Damien Le Moalioengines: Add zoned block device operations
2020-04-07 Damien Le Moalfio: Generalize zonemode=zbd
2020-04-07 Alexey Dobriyanzbd: fixup ->zone_size_log2 if zone size is not power...
2020-04-06 Damien Le Moalzbd: Fix potential zone lock deadlock
2020-04-02 Alexey Dobriyanfio: fix interaction between offset/size limited thread...
2020-03-18 Naohiro Aotazbd: use zone_lock to lock a zone
2020-03-18 Naohiro Aotazbd: reset one zone at a time
2020-03-18 Naohiro Aotazbd: avoid initializing swd when unnecessary
2020-01-07 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-06 Bart Van AsscheInclude "oslib/asprintf.h" where necessary
2019-10-08 Jens AxboeMerge branch 'replay-blktrace-fixes' of https://github...
2019-08-30 Damien Le Moalzbd: Improve job zonesize initialization checks
2019-08-30 Damien Le Moalzbd: Fix job zone size initialization
2019-08-29 Damien Le Moalzbd: Add support for zoneskip option
2019-08-29 Damien Le Moalzbd: Fix error message
2019-08-29 Damien Le Moalzbd: Fix initialization error message
2019-08-29 Damien Le Moalzbd: Cleanup zbd_init()
2019-08-14 Bart Van Asschezbd: Declare local functions 'static'
2019-04-25 Phillip Chenzbd random read conventional zones
2019-04-19 Damien Le Moalzbd: Fix zone report handling
2019-02-24 Damien Le Moalzbd: Avoid async I/O multi-job workload deadlock
2019-02-24 Damien Le Moalzbd: Fix zone locking for async I/O engines
2019-02-24 Shin'ichiro Kawasakizbd: Fix partition block device handling
2018-10-19 Jens AxboeMerge branch 'fix-init-read-iolog' of https://github...
2018-09-29 Bart Van Asschezbd: Avoid duplicating the code for calculating the...
2018-09-29 Bart Van Asschezbd: Restore zbd_check_swd()
2018-09-27 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2018-09-27 Bart Van Asschezbd: Fix zbd_zone_nr()
2018-09-26 Damien Le Moalzbd: Remove unused function and variable
2018-09-19 Jens AxboeMerge branch 'epoch-time-hist-logs' of https://github...
2018-09-17 Jens Axboezbd: fix various 32-bit compilation warnings
2018-09-12 Jens AxboeMerge branch 'histo-log-dup-timestamp' of https://githu...
2018-09-06 Jens AxboeMerge branch 'master' of https://github.com/damien...
2018-09-06 Damien Le Moalzbd: Use bytes unit
2018-09-06 Damien Le Moalzbd: Fix zbd_zone_idx()
2018-09-06 Damien Le Moalzbd: Improve read randomness
2018-08-24 Jens AxboeMerge branch 'zbd'
2018-08-24 Bart Van AsscheAdd support for resetting zones periodically
2018-08-24 Bart Van AsscheMake it possible to limit the number of open zones
2018-08-24 Bart Van AsscheCollect and show zone reset statistics
2018-08-24 Bart Van AsscheAdd support for zoned block devices