Message ID | 20241203014407.805916-1-yi.zhang@huaweicloud.com (mailing list archive) |
---|---|
Headers | show |
Series | jbd2: two straightforward fixes | expand |
On Tue, 03 Dec 2024 09:44:05 +0800, Zhang Yi wrote: > From: Zhang Yi <yi.zhang@huawei.com> > > Zhang Yi (2): > jbd2: increase IO priority for writing revoke records > jbd2: flush filesystem device before updating tail sequence > > fs/jbd2/commit.c | 4 ++-- > fs/jbd2/revoke.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > [...] Applied to the vfs.fixes branch of the vfs/vfs.git tree. Patches in the vfs.fixes branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.fixes [1/2] jbd2: increase IO priority for writing revoke records https://git.kernel.org/vfs/vfs/c/ac1e21bd8c88 [2/2] jbd2: flush filesystem device before updating tail sequence https://git.kernel.org/vfs/vfs/c/a0851ea9cd55
On Wed 04-12-24 12:00:55, Christian Brauner wrote: > On Tue, 03 Dec 2024 09:44:05 +0800, Zhang Yi wrote: > > From: Zhang Yi <yi.zhang@huawei.com> > > > > Zhang Yi (2): > > jbd2: increase IO priority for writing revoke records > > jbd2: flush filesystem device before updating tail sequence > > > > fs/jbd2/commit.c | 4 ++-- > > fs/jbd2/revoke.c | 2 +- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > [...] > > Applied to the vfs.fixes branch of the vfs/vfs.git tree. > Patches in the vfs.fixes branch should appear in linux-next soon. Traditionally, Ted takes jbd2 patches through his tree. For these two patches, chances for conflicts or unexpected effects are pretty low so I don't really care but I wanted to point that out :) Honza
On Wed, Dec 04, 2024 at 01:56:31PM +0100, Jan Kara wrote: > On Wed 04-12-24 12:00:55, Christian Brauner wrote: > > On Tue, 03 Dec 2024 09:44:05 +0800, Zhang Yi wrote: > > > From: Zhang Yi <yi.zhang@huawei.com> > > > > > > Zhang Yi (2): > > > jbd2: increase IO priority for writing revoke records > > > jbd2: flush filesystem device before updating tail sequence > > > > > > fs/jbd2/commit.c | 4 ++-- > > > fs/jbd2/revoke.c | 2 +- > > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > > > [...] > > > > Applied to the vfs.fixes branch of the vfs/vfs.git tree. > > Patches in the vfs.fixes branch should appear in linux-next soon. > > Traditionally, Ted takes jbd2 patches through his tree. For these two > patches, chances for conflicts or unexpected effects are pretty low so I > don't really care but I wanted to point that out :) Ah, ok.
From: Zhang Yi <yi.zhang@huawei.com> Zhang Yi (2): jbd2: increase IO priority for writing revoke records jbd2: flush filesystem device before updating tail sequence fs/jbd2/commit.c | 4 ++-- fs/jbd2/revoke.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)