zargony/fuse-rs

fuse writeback_cache support

kahing opened this issue · 0 comments

enabling means that filesystem may no longer receive writes in the same order as the application sends them, but the kernel may coalesce small writes into bigger writes. It's not clear if rust-fuse needs to do anything extra to support this, but after passing -owriteback_cache through to the mount options I don't observe any write size changes compared to without.