mbox series

[GIT,PULL] vfs: new code for 6.2

Message ID 167095549511.1666109.751880057026708836.stg-ugh@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] vfs: new code for 6.2 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-6.2-merge-1

Message

Darrick J. Wong Dec. 13, 2022, 6:19 p.m. UTC
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@kernel.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(-)

Comments

pr-tracker-bot@kernel.org Dec. 13, 2022, 7:02 p.m. UTC | #1
The pull request you sent on Tue, 13 Dec 2022 10:19:17 -0800:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-6.2-merge-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a45a7db9bc7b9e36f213330dcb13356b86a5633a

Thank you!