index
:
fio
for-each-td
io_uring-numa
issue-870
latency-probe
master
noaccess
random-fill-aes
randtrimwrite
refill
segmented-threads
test
fio - Flexible IO Tester
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zbd.c
Age
Commit message (
Expand
)
Author
2023-03-03
Refactor for_each_td() to catch inappropriate td ptr reuse
Horshack
2023-02-22
zbd: Make an error message more detailed
Bart Van Assche
2023-02-22
zbd: Report the zone capacity
Bart Van Assche
2023-02-14
zbd: initialize valid data bytes accounting at file setup
Shin'ichiro Kawasaki
2023-02-14
zbd: check write ranges for zone_reset_threshold option
Shin'ichiro Kawasaki
2023-02-14
zbd: account valid data bytes only for zone_reset_threshold option
Shin'ichiro Kawasaki
2023-02-14
zbd: rename the accounting 'sectors with data' to 'valid data bytes'
Shin'ichiro Kawasaki
2023-02-14
zbd: remove CHECK_SWD feature
Shin'ichiro Kawasaki
2023-02-14
zbd: refer file->last_start[] instead of sectors with data accounting
Shin'ichiro Kawasaki
2022-11-18
zbd: prevent experimental verify with zonemode=zbd
Shin'ichiro Kawasaki
2022-11-18
zbd: fix zone reset condition for verify
Shin'ichiro Kawasaki
2022-11-18
zbd, verify: verify before zone reset for zone_reset_threshold/frequency
Shin'ichiro Kawasaki
2022-11-18
zbd: allow block size not divisor of zone size
Shin'ichiro Kawasaki
2022-11-18
zbd: finish zones with remainder smaller than minimum write block size
Shin'ichiro Kawasaki
2022-11-18
zbd: add zbd_zone_remainder() helper function
Shin'ichiro Kawasaki
2022-06-02
zbd: Check for direct flag only if its block device
Ankit Kumar
2021-12-14
zbd: introduce zbd_offset_to_zone() helper
Damien Le Moal
2021-12-14
zbd: rename get_zone()
Damien Le Moal
2021-12-14
zbd: rename zbd_zone_idx() and zbd_zone_nr()
Damien Le Moal
2021-12-14
zbd: simplify zbd_open_zone()
Damien Le Moal
2021-12-14
zbd: simplify zbd_close_zone()
Damien Le Moal
2021-12-14
zbd: fix code style issues
Damien Le Moal
2021-12-14
zbd: introduce zbd_zone_align_file_sizes() helper
Damien Le Moal
2021-12-14
zbd: remove is_zone_open() helper
Damien Le Moal
2021-12-14
zbd: move and cleanup code
Damien Le Moal
2021-12-14
zbd: define local functions as static
Damien Le Moal
2021-10-17
zbd: Fix type of local variable min_bs
Shin'ichiro Kawasaki
2021-10-17
zbd: Remove cast to unsigned long long for printf
Shin'ichiro Kawasaki
2021-09-30
zbd: Fix unexpected job termination by open zone search failure
Shin'ichiro Kawasaki
2021-09-13
zbd: remove dead zone retrieval call
Jens Axboe
2021-09-08
zbd: Removing useless variable assignment
Erwan Velu
2021-08-06
zbd: Support zone reset by trim
Shin'ichiro Kawasaki
2021-08-06
zbd: Add min_bytes argument to zbd_find_zone()
Shin'ichiro Kawasaki
2021-08-04
zbd: Improve random zone index generation logic
Ankit Kumar
2021-06-29
zbd: ensure that global max open zones limit is respected
Niklas Cassel
2021-06-29
zbd: allow an unlimited global max open zones limit
Niklas Cassel
2021-06-29
zbd: create a local zbdi variable for f->zbd_info
Niklas Cassel
2021-06-14
zbd: change some f->zbd_info conditionals to asserts
Niklas Cassel
2021-06-14
zbd: remove zbd_zoned_model ZBD_IGNORE
Niklas Cassel
2021-06-14
zbd: allow zonemode=zbd with regular files by emulating zones
Niklas Cassel
2021-06-14
zbd: disallow pipes for zonemode=zbd
Niklas Cassel
2021-05-27
zbd: add a new --ignore_zone_limits option
Niklas Cassel
2021-05-14
ioengines: add get_max_open_zones zoned block device operation
Niklas Cassel
2021-05-14
zbd: only put an upper limit on max open zones once
Niklas Cassel
2021-04-12
zbd: avoid zone reset during asynchronous IOs in-flight
Shin'ichiro Kawasaki
2021-02-22
zbd: support 'z' suffix for zone granularity
Alexey Dobriyan
2021-02-22
zbd: fix check against 32-bit zone size
Alexey Dobriyan
2021-02-22
zbd: simplify zoneskip= validness check
Alexey Dobriyan
2021-01-29
zbd: relocate Coverity annotation
Dmitry Fomichev
2021-01-29
zbd: fix 32-bit compile warnings for logging
Jens Axboe
[next]