mbox series

[GIT,PULL] xfs: bug fixes for 5.7-rc1

Message ID 20200418155702.GV6742@magnolia (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] xfs: bug fixes for 5.7-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.7-fixes-3

Message

Darrick J. Wong April 18, 2020, 3:57 p.m. UTC
Hi Linus,

Please pull this handful of fixes for 5.7.  The three commits here fix
some livelocks and other clashes with fsfreeze, a potential corruption
problem, and a minor race between processes freeing and allocating space
when the filesystem is near ENOSPC.

This branch merges cleanly with master as of a few minutes ago, so
please let me know if anything strange happens.

--D

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.7-fixes-3

for you to fetch changes up to f0f7a674d4df1510d8ca050a669e1420cf7d7fab:

  xfs: move inode flush to the sync workqueue (2020-04-16 09:07:42 -0700)

----------------------------------------------------------------
Fixes for 5.7:
- Fix a partially uninitialized variable.
- Teach the background gc threads to apply for fsfreeze protection.
- Fix some scaling problems when multiple threads try to flush the
  filesystem when we're about to hit ENOSPC.

----------------------------------------------------------------
Brian Foster (1):
      xfs: acquire superblock freeze protection on eofblocks scans

Darrick J. Wong (2):
      xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
      xfs: move inode flush to the sync workqueue

 fs/xfs/xfs_icache.c  | 10 ++++++++++
 fs/xfs/xfs_ioctl.c   |  5 ++++-
 fs/xfs/xfs_mount.h   |  6 +++++-
 fs/xfs/xfs_reflink.c |  1 +
 fs/xfs/xfs_super.c   | 40 ++++++++++++++++++++++------------------
 5 files changed, 42 insertions(+), 20 deletions(-)

Comments

pr-tracker-bot@kernel.org April 18, 2020, 7:30 p.m. UTC | #1
The pull request you sent on Sat, 18 Apr 2020 08:57:02 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.7-fixes-3

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

Thank you!