fio: ioengine flag cleanup
[fio.git] / zbd.c
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2024-02-12 Jens AxboeMerge branch 'vsock' of https://github.com/MPinna/fio
2024-02-08 Vincent FuMerge branch 'fix-offset' of https://github.com/onkrasn...
2024-02-07 Dmitry Fomichevzbd: use a helper to calculate zone index
2024-02-07 Dmitry Fomichevzbd: avoid assertions during sequential read I/O
2023-12-20 Shin'ichiro Kawasakizbd: avoid write with rwmixwrite=0 option
2023-10-19 Vincent FuMerge branch 'master' of https://github.com/shailevi23/fio
2023-10-19 Jens AxboeMerge branch 'fix_issue_1642' of https://github.com...
2023-10-19 zhuqingsong.0909fix assert failed when timeout during call rate_ddir.
2023-07-27 Jens AxboeMerge branch 'diskutil-fix-missing-headers' of https...
2023-07-20 Shin'ichiro Kawasakizbd: print max_active_zones limit error message
2023-07-20 Shin'ichiro Kawasakizbd: write to closed zones on the devices with max_acti...
2023-07-20 Shin'ichiro Kawasakizbd: get max_active_zones limit value from zoned devices
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2023-07-03 Jens AxboeMerge branch 'libaio/actual_min_algo_update' of https...
2023-06-10 Shin'ichiro Kawasakizbd: avoid Coverity defect report
2023-06-08 Shin'ichiro Kawasakizbd: fix write zone accounting of trim workload
2023-06-08 Shin'ichiro Kawasakizbd: fix write zone accounting of almost full zones
2023-06-08 Shin'ichiro Kawasakizbd: do not reset extra zones in open conditions
2023-06-08 Shin'ichiro Kawasakizbd: rename 'open zones' to 'write zones'
2023-05-23 Vincent FuMerge branch 'master' of https://github.com/bvanassche/fio
2023-05-22 Bart Van Asschezbd: Report the zone capacity
2023-05-19 Bart Van Asschezbd: Make an error message more detailed
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-04-22 Denis Proninfixed compiler warnings if NDEBUG enabled in core code
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
next