docs: move rate_cycle description
[fio.git] / zbd.c
2023-04-27 Niklas CasselRevert "zbd: Report the zone capacity"
2023-03-03 Jens AxboeMerge branch 'For_Each_Td_Private_Scope' of https:...
2023-03-03 HorshackRefactor for_each_td() to catch inappropriate td ptr...
2023-03-03 Vincent FuMerge branch 'fiologparser-fix' of https://github.com...
2023-02-28 Jens AxboeMerge branch 'doc-Clarify_Runtime_Param' of https:...
2023-02-28 Jens AxboeMerge branch 'Fix_Assert_TdIoQueue_Serialize_Overlap_Of...
2023-02-28 Jens AxboeMerge branch 'Fix_Bad_Hdr_Rand_Seed_For_Requeued_IO...
2023-02-24 Vincent FuMerge branch 'master' of https://github.com/bvanassche/fio
2023-02-22 Bart Van Asschezbd: Make an error message more detailed
2023-02-22 Bart Van Asschezbd: Report the zone capacity
2023-02-15 Vincent FuMerge branch 'Read_Stats_Not_Reported_For_Timed_Backlog...
2023-02-14 Shin'ichiro Kawasakizbd: initialize valid data bytes accounting at file...
2023-02-14 Shin'ichiro Kawasakizbd: check write ranges for zone_reset_threshold option
2023-02-14 Shin'ichiro Kawasakizbd: account valid data bytes only for zone_reset_thres...
2023-02-14 Shin'ichiro Kawasakizbd: rename the accounting 'sectors with data' to ...
2023-02-14 Shin'ichiro Kawasakizbd: remove CHECK_SWD feature
2023-02-14 Shin'ichiro Kawasakizbd: refer file->last_start[] instead of sectors with...
2022-11-18 Shin'ichiro Kawasakizbd: prevent experimental verify with zonemode=zbd
2022-11-18 Shin'ichiro Kawasakizbd: fix zone reset condition for verify
2022-11-18 Shin'ichiro Kawasakizbd, verify: verify before zone reset for zone_reset_th...
2022-11-18 Shin'ichiro Kawasakizbd: allow block size not divisor of zone size
2022-11-18 Shin'ichiro Kawasakizbd: finish zones with remainder smaller than minimum...
2022-11-18 Shin'ichiro Kawasakizbd: add zbd_zone_remainder() helper function
2022-06-02 Ankit Kumarzbd: Check for direct flag only if its block device
2022-02-03 Jens AxboeMerge branch 'fio_pr_alternate_epoch' of https://github...
2022-02-03 Jens AxboeMerge branch 'cifuzz-integration' of https://github...
2022-02-03 Jens AxboeMerge branch 'freebsd-comment-update' of https://github...
2022-02-03 Jens AxboeMerge branch 'master' of https://github.com/blah325/fio
2022-01-28 Jens AxboeMerge branch 'patch-1' of https://github.com/Nikratio/fio
2021-12-14 Damien Le Moalzbd: introduce zbd_offset_to_zone() helper
2021-12-14 Damien Le Moalzbd: rename get_zone()
2021-12-14 Damien Le Moalzbd: rename zbd_zone_idx() and zbd_zone_nr()
2021-12-14 Damien Le Moalzbd: simplify zbd_open_zone()
2021-12-14 Damien Le Moalzbd: simplify zbd_close_zone()
2021-12-14 Damien Le Moalzbd: fix code style issues
2021-12-14 Damien Le Moalzbd: introduce zbd_zone_align_file_sizes() helper
2021-12-14 Damien Le Moalzbd: remove is_zone_open() helper
2021-12-14 Damien Le Moalzbd: move and cleanup code
2021-12-14 Damien Le Moalzbd: define local functions as static
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
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...
next