zbd: use zone_lock() in zbd_process_swd()
[fio.git] / zbd.c
2021-01-29 Dmitry Fomichevzbd: use zone_lock() in zbd_process_swd()
2021-01-29 Aravind Rameshzbd: initialize sectors with data at start time
2021-01-29 Shin'ichiro Kawasakizbd: initialize min_zone and max_zone for all zone...
2021-01-29 Shin'ichiro Kawasakizbd: count sectors with data for write pointer zones
2021-01-29 Shin'ichiro Kawasakizbd: do not set zbd handlers for conventional zones
2021-01-29 Shin'ichiro Kawasakizbd: do not lock conventional zones on I/O adjustment
2021-01-29 Dmitry Fomichevzbd: don't unlock zone mutex after verify replay
2021-01-29 Dmitry Fomichevzbd: avoid zone buffer overrun
2021-01-29 Dmitry Fomichevzbd: skip offline zones in zbd_convert_to_open_zone()
2021-01-29 Dmitry Fomichevzbd: remove dependency on zone type during i/o
2021-01-29 Dmitry Fomichevzbd: introduce zone_unlock()
2021-01-29 Dmitry Fomichevzbd: add get_zone() helper function
2021-01-29 Dmitry Fomichevzbd: use zbd_zone_nr() more actively in the code
2021-01-29 Dmitry Fomichevzbd: return ENOMEM if zone buffer allocation fails
2021-01-12 Jens AxboeMerge branch 'osx_fix' of https://github.com/sitsofe/fio
2021-01-12 Jens AxboeMerge branch 'fuzz' of https://github.com/catenacyber/fio
2021-01-09 Jens AxboeMerge branch 'num2str-patch' of https://github.com...
2021-01-06 Jens AxboeChange ARRAY_SIZE to FIO_ARRAY_SIZE
2020-11-05 Jens AxboeMerge branch 'master' of https://github.com/albert...
2020-10-30 Shin'ichiro Kawasakizbd: Avoid excessive zone resets
2020-09-08 Jens AxboeMerge branch 'zbd' of https://github.com/bvanassche...
2020-09-08 Bart Van Asschezbd: Add a missing pthread_mutex_unlock() call
2020-09-01 Shin'ichiro Kawasakizbd: Initialize open zones list referring zone status...
2020-09-01 Shin'ichiro Kawasakizbd: Decrement open zones count at write command completion
2020-08-28 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-08-27 Aravind Rameshzbd: don't read past the WP on a read only workload...
2020-08-18 Jens AxboeMerge branch 'filelock_assert_fix' of https://github...
2020-08-13 Alexey Dobriyanzbd: use ->min_zone, ->max_zone in more places
2020-08-11 Dmitry Fomichevzbd: simplify zone reset code
2020-08-08 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-07-21 Jens Axboezbd: fix %lu -> %llu dprint() formatting
2020-07-21 Hans Holmbergoptions: Add zonecapacity option for zonemode=zbd
2020-07-21 Shin'ichiro Kawasakizbd: Support zone capacity smaller than zone size
2020-07-18 Jens AxboeMerge branch 'patch-1' of https://github.com/avlasov...
2020-07-17 Shin'ichiro Kawasakizbd: Fix initial zone write pointer of regular block...
2020-06-12 Jens AxboeMerge branch 'zbd' of https://github.com/bvanassche/fio
2020-06-10 Bart Van Asschezbd: Fix spelling of the "zonemode" job option
2020-06-10 Jens AxboeMerge branch 'latency_window' of https://github.com...
2020-06-10 Jens AxboeMerge branch 'nowait' of https://github.com/koct9i/fio
2020-06-10 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-06-04 Shin'ichiro Kawasakizbd: Fix max_open_zones checks
2020-05-28 Shin'ichiro Kawasakizbd: Fix compilation error on BSD
2020-05-21 Alexey Dobriyanzbd: make zbd_info->mutex non-recursive
2020-05-21 Alexey Dobriyanzbd: introduce per job maximum open zones limit
2020-05-21 Alexey Dobriyanzbd: don't lock zones outside working area
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
next