stat: make add lat percentile functions inline
[fio.git] / zbd.c
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-10-17 Shin'ichiro Kawasakizbd: Fix type of local variable min_bs
2021-10-17 Shin'ichiro Kawasakizbd: Remove cast to unsigned long long for printf
2021-09-30 Shin'ichiro Kawasakizbd: Fix unexpected job termination by open zone search...
2021-09-13 Jens Axboezbd: remove dead zone retrieval call
2021-09-08 Jens AxboeMerge branch 'ft' of https://github.com/ErwanAliasr1/fio
2021-09-08 Erwan Veluzbd: Removing useless variable assignment
2021-08-06 Shin'ichiro Kawasakizbd: Support zone reset by trim
2021-08-06 Shin'ichiro Kawasakizbd: Add min_bytes argument to zbd_find_zone()
2021-08-04 Ankit Kumarzbd: Improve random zone index generation logic
2021-06-29 Niklas Casselzbd: ensure that global max open zones limit is respected
2021-06-29 Niklas Casselzbd: allow an unlimited global max open zones limit
2021-06-29 Niklas Casselzbd: create a local zbdi variable for f->zbd_info
2021-06-20 Jens AxboeMerge branch 'pkg_config_1' of https://github.com/kusum...
2021-06-14 Niklas Casselzbd: change some f->zbd_info conditionals to asserts
2021-06-14 Niklas Casselzbd: remove zbd_zoned_model ZBD_IGNORE
2021-06-14 Niklas Casselzbd: allow zonemode=zbd with regular files by emulating...
2021-06-14 Niklas Casselzbd: disallow pipes for zonemode=zbd
2021-06-03 Jens AxboeMerge branch 'fix/928' of https://github.com/larsks/fio
2021-05-27 Niklas Casselzbd: add a new --ignore_zone_limits option
2021-05-27 Jens AxboeMerge branch 'fix-libpmem' of https://github.com/lukasz...
2021-05-18 Jens AxboeMerge branch 'taras/nfs-upstream' of https://github...
2021-05-14 Jens AxboeMerge branch '2021-05-13/stat-fix-integer-overflow...
2021-05-14 Niklas Casselioengines: add get_max_open_zones zoned block device...
2021-05-14 Niklas Casselzbd: only put an upper limit on max open zones once
2021-04-12 Shin'ichiro Kawasakizbd: avoid zone reset during asynchronous IOs in-flight
2021-04-10 Jens AxboeMerge branch 'wip-rados-dont-zerowrite' of https:/...
2021-03-18 Jens AxboeMerge branch 'unified-merge' of https://github.com...
2021-03-18 Jens AxboeMerge branch 'add-librpma-engines' of https://github...
2021-03-17 Jens AxboeMerge branch 'free-dump-options' of https://github...
2021-03-17 Jens AxboeMerge branch 'patch-1' of https://github.com/ihsinme/fio
2021-03-06 Jens AxboeMerge branch 'clock_monotonic_unused' of https://github...
2021-02-22 Alexey Dobriyanzbd: support 'z' suffix for zone granularity
2021-02-22 Alexey Dobriyanzbd: fix check against 32-bit zone size
2021-02-22 Alexey Dobriyanzbd: simplify zoneskip= validness check
2021-01-30 Dmitry Fomichevzbd: relocate Coverity annotation
2021-01-29 Jens Axboezbd: fix 32-bit compile warnings for logging
2021-01-29 Dmitry Fomichevzbd: set thread errors in zbd_adjust_block()
2021-01-29 Dmitry Fomichevzbd: avoid failing assertion in zbd_convert_to_open_zone()
2021-01-29 Dmitry Fomichevzbd: improve replay range validation
2021-01-29 Dmitry Fomichevzbd: handle conventional start zone in zbd_convert_to_o...
2021-01-29 Dmitry Fomichevzbd: don't log "zone nnnn is not open" message
2021-01-29 Shin'ichiro Kawasakizbd: disable crossing from conventional to sequential...
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
next