mbox series

[GIT,PULL] xfs: fixes for 5.17-rc6

Message ID 20220226050421.GZ8313@magnolia (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: fixes for 5.17-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.17-fixes-2

Message

Darrick J. Wong Feb. 26, 2022, 5:04 a.m. UTC
Hi Linus,

Please pull this branch containing bug fixes for XFS for 5.17-rc6.
There's nothing exciting, just more fixes for not returning
sync_filesystem error values (and eliding it when it's not necessary).

As usual, I did a test-merge with upstream master as of a few minutes
ago, and didn't see any conflicts.  Please let me know if you encounter
any problems.

--D

The following changes since commit cea267c235e1b1ec3bfc415f6bd420289bcb3bc9:

  xfs: ensure log flush at the end of a synchronous fallocate call (2022-02-01 14:14:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.17-fixes-2

for you to fetch changes up to b97cca3ba9098522e5a1c3388764ead42640c1a5:

  xfs: only bother with sync_filesystem during readonly remount (2022-02-09 21:07:24 -0800)

----------------------------------------------------------------
Bug fixes for 5.17-rc4:
 - Only call sync_filesystem when we're remounting the filesystem
   readonly readonly, and actually check its return value.

----------------------------------------------------------------
Darrick J. Wong (1):
      xfs: only bother with sync_filesystem during readonly remount

 fs/xfs/xfs_super.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 26, 2022, 7:08 p.m. UTC | #1
The pull request you sent on Fri, 25 Feb 2022 21:04:21 -0800:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.17-fixes-2

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

Thank you!