linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] fuse: writeback clean up / refactoring
@ 2024-08-21 23:22 Joanne Koong
  2024-08-21 23:22 ` [PATCH v2 1/9] fuse: drop unused fuse_mount arg in fuse_writepage_finish() Joanne Koong
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Joanne Koong @ 2024-08-21 23:22 UTC (permalink / raw)
  To: miklos, linux-fsdevel; +Cc: josef, bernd.schubert, jefflexu, kernel-team

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

v1: https://lore.kernel.org/linux-fsdevel/20240819182417.504672-1-joannelkoong@gmail.com/
Changes from v1 -> v2:
* Added patches 2 and 4-9
* Add commit message to patch 1 (Jingbo)

Joanne Koong (9):
  fuse: drop unused fuse_mount arg in fuse_writepage_finish()
  fuse: refactor finished writeback stats updates into helper function
  fuse: update stats for pages in dropped aux writeback list
  fuse: clean up error handling in fuse_writepages()
  fuse: move initialization of fuse_file to fuse_writepages() instead of
    in callback
  fuse: convert fuse_writepages_fill() to use a folio for its tmp page
  fuse: move folio_start_writeback to after the allocations in
    fuse_writepage_locked()
  fuse: refactor out shared logic in fuse_writepages_fill() and
    fuse_writepage_locked()
  fuse: tidy up error paths in fuse_writepages_fill() and
    fuse_writepage_locked()

 fs/fuse/file.c | 192 ++++++++++++++++++++++++++-----------------------
 1 file changed, 102 insertions(+), 90 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2024-08-22 17:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21 23:22 [PATCH v2 0/9] fuse: writeback clean up / refactoring Joanne Koong
2024-08-21 23:22 ` [PATCH v2 1/9] fuse: drop unused fuse_mount arg in fuse_writepage_finish() Joanne Koong
2024-08-21 23:22 ` [PATCH v2 2/9] fuse: refactor finished writeback stats updates into helper function Joanne Koong
2024-08-21 23:22 ` [PATCH v2 3/9] fuse: update stats for pages in dropped aux writeback list Joanne Koong
2024-08-21 23:22 ` [PATCH v2 4/9] fuse: clean up error handling in fuse_writepages() Joanne Koong
2024-08-21 23:22 ` [PATCH v2 5/9] fuse: move initialization of fuse_file to fuse_writepages() instead of in callback Joanne Koong
2024-08-22  9:39   ` Miklos Szeredi
2024-08-21 23:22 ` [PATCH v2 6/9] fuse: convert fuse_writepages_fill() to use a folio for its tmp page Joanne Koong
2024-08-21 23:22 ` [PATCH v2 7/9] fuse: move folio_start_writeback to after the allocations in fuse_writepage_locked() Joanne Koong
2024-08-21 23:22 ` [PATCH v2 8/9] fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_locked() Joanne Koong
2024-08-22  9:58   ` Miklos Szeredi
2024-08-22 17:08     ` Joanne Koong
2024-08-21 23:22 ` [PATCH v2 9/9] fuse: tidy up error paths " Joanne Koong
2024-08-22  9:59   ` Miklos Szeredi
2024-08-22  9:03 ` [PATCH v2 0/9] fuse: writeback clean up / refactoring Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).