All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Hongling Zeng <zenghongling@kylinos.cn>
Cc: hch@infradead.org, cem@kernel.org, dchinner@redhat.com,
	linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org,
	zhongling0719@126.com
Subject: Re: [PATCH v3] xfs: use file target for post-log fsync fallback flush
Date: Thu, 30 Jul 2026 01:48:20 -0700	[thread overview]
Message-ID: <amsP1P4IFexdfg4X@infradead.org> (raw)
In-Reply-To: <20260730084236.173288-1-zenghongling@kylinos.cn>

On Thu, Jul 30, 2026 at 04:42:36PM +0800, Hongling Zeng wrote:
> xfs_file_fsync() has a fallback flush for the case where the log force
> was a no-op, for example fdatasync/O_DSYNC writes that do not require
> metadata updates. The current fallback path is expressed in terms of the
> main data device and explicitly excludes realtime inodes.
> 
> Realtime files with a separate realtime device are flushed before the log
> force, because their data must reach stable storage before the log commit.
> For the internal realtime device used by the zoned allocator, writes are
> out-of-place and update inode and bmap metadata from I/O completion, so
> the overwrite-without-metadata-update case does not apply in the same way.
> 
> Even so, the current fallback condition is inconsistent because it is
> expressed as "non-realtime inode on the main data device" rather than in
> terms of the inode's actual file data target.
> 
> Use xfs_inode_buftarg() to obtain the target that stores this file's
> data, and issue the fallback flush when the log force did not flush
> anything and the log target is the same as that file target.
> 
> This preserves existing behavior for regular files while making the
> fallback logic consistent for files whose data target is selected by the
> inode.
> 
> Fixes: bdc03eb5f98f ("xfs: allow internal RT devices for zoned mode")
> Signed-off-by: Hongling Zeng <zenghongling@kylinos.cn>
> Suggested-by: Christoph Hellwig <hch@infradead.org>

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>


      reply	other threads:[~2026-07-30  8:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-30  8:42 [PATCH v3] xfs: use file target for post-log fsync fallback flush Hongling Zeng
2026-07-30  8:48 ` Christoph Hellwig [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=amsP1P4IFexdfg4X@infradead.org \
    --to=hch@infradead.org \
    --cc=cem@kernel.org \
    --cc=dchinner@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    --cc=zenghongling@kylinos.cn \
    --cc=zhongling0719@126.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.