]> www.infradead.org Git - users/willy/linux.git/commit
bcachefs: set fgf order hint before starting a buffered write
authorPankaj Raghav <p.raghav@samsung.com>
Fri, 14 Jun 2024 10:50:31 +0000 (10:50 +0000)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 14 Jul 2024 23:00:15 +0000 (19:00 -0400)
commitfebc33cb352afb8c8dc87286635c35cc644fbdb9
tree8567a290fd2692df2cc73695e90a9b77e27ff085
parent2b02b9552c7839840e4ce05244d20738515ab05c
bcachefs: set fgf order hint before starting a buffered write

Set the preferred folio order in the fgp_flags by calling
fgf_set_order(). Page cache will try to allocate large folio of the
preferred order whenever possible instead of allocating multiple 0 order
folios.

This improves the buffered write performance up to 1.25x with default
mount options and up to 1.57x when mounted with no_data_io option with
the following fio workload:

fio --name=bcachefs --filename=/mnt/test  --size=100G \
     --ioengine=io_uring --iodepth=16 --rw=write --bs=128k

Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io-buffered.c