[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <167095549511.1666109.751880057026708836.stg-ugh@magnolia>
Date: Tue, 13 Dec 2022 10:19:17 -0800
From: "Darrick J. Wong" <djwong@...nel.org>
To: djwong@...nel.org, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org
Cc: bfoster@...hat.com, linux-fsdevel@...r.kernel.org,
linux-xfs@...r.kernel.org
Subject: [GIT PULL] vfs: new code for 6.2
Hi Linus,
Please pull this branch with changes for vfs for 6.2-rc1.
As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts. Please let me know if you
encounter any problems.
The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:
Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-6.2-merge-1
for you to fetch changes up to a79168a0c00d710420c1758f6c38df89e12f0763:
fs/remap_range: avoid spurious writeback on zero length request (2022-11-30 08:41:01 -0800)
----------------------------------------------------------------
New VFS code for 6.2:
- Make some minor adjustments to the remap range preparation function to
skip file updates when the request length is adjusted downwards to
zero.
Signed-off-by: Darrick J. Wong <djwong@...nel.org>
----------------------------------------------------------------
Brian Foster (1):
fs/remap_range: avoid spurious writeback on zero length request
fs/remap_range.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists