On Mon, 26 Aug 2024 at 23:20, Joanne Koong <joannelkoong@xxxxxxxxx> wrote: > > This patchset contains some minor clean up / refactoring for the fuse > writeback code. > > As a sanity check, I ran fio to check against crashes - > ./libfuse/build/example/passthrough_ll -o cache=always -o writeback -o > source=~/fstests ~/tmp_mount > fio --name=test --ioengine=psync --iodepth=1 --rw=randwrite --bs=1M --direct=0 > --size=2G --numjobs=2 --directory=/home/user/tmp_mount > > and (suggested by Miklos) fsx test - > sudo HOST_OPTIONS=fuse.config ./check -fuse generic/616 > generic/616 (soak buffered fsx test) without the -U (io_uring) flag > (verified this uses the fuse_writepages_fill path) Applied, thanks. Miklos