mbox series

[GIT,PULL] xfs: fixes for 5.2

Message ID 20190523153346.GG5141@magnolia (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] xfs: fixes for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.2-fixes-1

Message

Darrick J. Wong May 23, 2019, 3:33 p.m. UTC
Hi Linus,

Here's a bug fix for a minor accounting problem reported by a user.
It's survived a few days of fstests and merges cleanly with upstream as
of a few minutes ago.  Let me know if there are problems.

(Urgh, I just noticed that the tag message lists the wrong version.  If
that's going to be a problem I can retag and resend...)

--D

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.2-fixes-1

for you to fetch changes up to 5cd213b0fec640a46adc5e6e4dfc7763aa54b3b2:

  xfs: don't reserve per-AG space for an internal log (2019-05-20 11:25:39 -0700)

----------------------------------------------------------------
Fixes for 5.1:
- Fix an accounting mistake where we included the log space when
  calculating the reserve space for metadata expansion.

----------------------------------------------------------------
Darrick J. Wong (1):
      xfs: don't reserve per-AG space for an internal log

 fs/xfs/libxfs/xfs_ialloc_btree.c   | 9 +++++++++
 fs/xfs/libxfs/xfs_refcount_btree.c | 9 +++++++++
 fs/xfs/libxfs/xfs_rmap_btree.c     | 9 +++++++++
 3 files changed, 27 insertions(+)

Comments

pr-tracker-bot@kernel.org May 23, 2019, 6:25 p.m. UTC | #1
The pull request you sent on Thu, 23 May 2019 08:33:46 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-5.2-fixes-1

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

Thank you!