mbox series

[GIT,PULL] xfs: fixes for 5.2-rc4

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

Pull-request

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

Message

Darrick J. Wong June 6, 2019, 3:17 p.m. UTC
Hi Linus,

Here are a couple more bug fixes for 5.2.  They've survived a few days
of fstests and merge cleanly with upstream as of a few minutes ago.  Let
me know if there are problems.

--D

The following changes since commit 5cd213b0fec640a46adc5e6e4dfc7763aa54b3b2:

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

are available in the Git repository at:

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

for you to fetch changes up to 025197ebb08a77eea702011c479ece1229a9525b:

  xfs: inode btree scrubber should calculate im_boffset correctly (2019-06-03 09:18:40 -0700)

----------------------------------------------------------------
Changes since last update:
- Fix some forgotten strings in a log debugging function
- Fix incorrect unit conversion in online fsck code

----------------------------------------------------------------
Darrick J. Wong (2):
      xfs: fix broken log reservation debugging
      xfs: inode btree scrubber should calculate im_boffset correctly

 fs/xfs/scrub/ialloc.c |  3 ++-
 fs/xfs/xfs_log.c      | 11 +++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org June 6, 2019, 7:45 p.m. UTC | #1
The pull request you sent on Thu, 6 Jun 2019 08:17:27 -0700:

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

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

Thank you!