From: Miklos Szeredi <miklos@szeredi.hu>
To: Joanne Koong <joannelkoong@gmail.com>
Cc: linux-fsdevel@vger.kernel.org, josef@toxicpanda.com,
bernd.schubert@fastmail.fm, jefflexu@linux.alibaba.com,
kernel-team@meta.com
Subject: Re: [PATCH v2 0/9] fuse: writeback clean up / refactoring
Date: Thu, 22 Aug 2024 11:03:47 +0200 [thread overview]
Message-ID: <CAJfpegtYunMbKMHz1JMrCUttN9UEsVAp+9f+x0rvUx281WpjvA@mail.gmail.com> (raw)
In-Reply-To: <20240821232241.3573997-1-joannelkoong@gmail.com>
On Thu, 22 Aug 2024 at 01:25, Joanne Koong <joannelkoong@gmail.com> 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
Please also run fsx (originally fsx-linux) from the xfstest suite
which stresses the I/O subsystem very well.
Thanks,
Miklos
prev parent reply other threads:[~2024-08-22 9:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Miklos Szeredi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJfpegtYunMbKMHz1JMrCUttN9UEsVAp+9f+x0rvUx281WpjvA@mail.gmail.com \
--to=miklos@szeredi.hu \
--cc=bernd.schubert@fastmail.fm \
--cc=jefflexu@linux.alibaba.com \
--cc=joannelkoong@gmail.com \
--cc=josef@toxicpanda.com \
--cc=kernel-team@meta.com \
--cc=linux-fsdevel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).