Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH 00/11] Cleanup zbd code
@ 2021-12-10  2:15 Damien Le Moal
  2021-12-10  2:15 ` [PATCH 01/11] fio: Improve documentation of ignore_zone_limits option Damien Le Moal
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Damien Le Moal @ 2021-12-10  2:15 UTC (permalink / raw)
  To: fio, Jens Axboe

The patch series cleans up zbd.c code, improving code readability.      
Overall, no functional change is introduced.

Damien Le Moal (11):
  fio: Improve documentation of ignore_zone_limits option
  zbd: define local functions as static
  zbd: move and cleanup code
  zbd: remove is_zone_open() helper
  zbd: introduce zbd_verify_file_sizes()
  zbd: fix code style issues
  zbd: simplify zbd_close_zone()
  zbd: simplify zbd_open_zone()
  zbd: rename zbd_zone_idx() and zbd_zone_nr()
  zbd: rename get_zone()
  zbd: introduce zbd_get_zone_from_offset() helper

 HOWTO |   6 +
 fio.1 |   6 +-
 zbd.c | 960 +++++++++++++++++++++++++++++++---------------------------
 3 files changed, 524 insertions(+), 448 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2021-12-10 12:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10  2:15 [PATCH 00/11] Cleanup zbd code Damien Le Moal
2021-12-10  2:15 ` [PATCH 01/11] fio: Improve documentation of ignore_zone_limits option Damien Le Moal
2021-12-10 12:04   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 02/11] zbd: define local functions as static Damien Le Moal
2021-12-10 12:04   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 03/11] zbd: move and cleanup code Damien Le Moal
2021-12-10 12:04   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 04/11] zbd: remove is_zone_open() helper Damien Le Moal
2021-12-10 12:05   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 05/11] zbd: introduce zbd_verify_file_sizes() Damien Le Moal
2021-12-10 12:05   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 06/11] zbd: fix code style issues Damien Le Moal
2021-12-10 12:05   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 07/11] zbd: simplify zbd_close_zone() Damien Le Moal
2021-12-10 12:06   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 08/11] zbd: simplify zbd_open_zone() Damien Le Moal
2021-12-10 12:06   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 09/11] zbd: rename zbd_zone_idx() and zbd_zone_nr() Damien Le Moal
2021-12-10 12:07   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 10/11] zbd: rename get_zone() Damien Le Moal
2021-12-10 12:08   ` Niklas Cassel
2021-12-10  2:15 ` [PATCH 11/11] zbd: introduce zbd_get_zone_from_offset() helper Damien Le Moal
2021-12-10 12:09   ` Niklas Cassel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox