From: "Theodore Tso" <tytso@mit.edu>
To: Daejun Park <daejun7.park@samsung.com>
Cc: "adilger.kernel@dilger.ca" <adilger.kernel@dilger.ca>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/2] ext4: reduce fast-commit write amplification for scattered writes
Date: Tue, 21 Jul 2026 10:44:49 -0400 [thread overview]
Message-ID: <al-FU9wu4bZ5Euqa@mit.edu> (raw)
In-Reply-To: <20260611044733epcms2p38013ae683a283555526f70e4eab6d2a9@epcms2p3>
On Thu, Jun 11, 2026 at 01:47:33PM -0500, Daejun Park wrote:
> ext4 fast commit tracks a single coalesced logical range per inode. When
> an inode is dirtied at several disjoint offsets between two commits (e.g.
> sparse/scattered random writes), that range is widened to span [min, max]
> of all the touched offsets, and ext4_fc_write_inode_data() then re-logs
> every extent inside that span -- including the unmodified ones. On sparse
> allocation this inflates fast-commit traffic and frequently overflows the
> fast-commit area, forcing a fallback to a full jbd2 commit.
>
> This series replaces the single range with a small, bounded set of disjoint
> ranges so that only the actually-modified regions are logged, while keeping
> the per-inode memory cost negligible:
>
> Based on v6.17-rc3.
Hi Daejun,
Unfortunately, this patch series doesn't apply on top of the latest
development branch of ext4. Li Chen has also been submitting changes
to the fast commit code and your changes are conflicting with his
work. Could you look at rebasing your patches against the mainline
development of the Linux kernel?
Many thanks,
- Ted
next prev parent reply other threads:[~2026-07-21 14:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20260611044733epcms2p38013ae683a283555526f70e4eab6d2a9@epcms2p3>
2026-06-11 4:47 ` Daejun Park
2026-07-21 14:44 ` Theodore Tso [this message]
[not found] ` <CGME20260611044733epcms2p38013ae683a283555526f70e4eab6d2a9@epcms2p1>
2026-07-22 2:53 ` Daejun Park
2026-06-11 4:48 ` [PATCH 1/2] ext4: track multiple disjoint fast-commit ranges per inode Daejun Park
2026-06-11 4:49 ` [PATCH 2/2] ext4: allocate the fast-commit range array lazily Daejun Park
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=al-FU9wu4bZ5Euqa@mit.edu \
--to=tytso@mit.edu \
--cc=adilger.kernel@dilger.ca \
--cc=daejun7.park@samsung.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®