mbox series

[GIT,PULL] xfs: bug fixes for 6.6

Message ID 87o7h1eb12.fsf@debian-BULLSEYE-live-builder-AMD64 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] xfs: bug fixes for 6.6 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-6.6-fixes-5

Message

Chandan Babu R Oct. 14, 2023, 10:44 a.m. UTC
Hi Linus,

Please pull this branch with changes for xfs for 6.6-rc6. The changes are
limited to only bug fixes whose summary is provided below.

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 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-6.6-fixes-5

for you to fetch changes up to cbc06310c36f73a5f3b0c6f0d974d60cf66d816b:

  xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE (2023-10-12 10:17:03 +0530)

----------------------------------------------------------------
Bug fixes for 6.6-rc6:

* Fix calculation of offset of AG's last block and its length.

* Update incore AG block count when shrinking an AG.

* Process free extents to busy list in FIFO order.

* Make XFS report its i_version as the STATX_CHANGE_COOKIE.

Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>

----------------------------------------------------------------
Chandan Babu R (1):
      Merge tag 'random-fixes-6.6_2023-10-11' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-6.6-fixesD

Darrick J. Wong (2):
      xfs: adjust the incore perag block_count when shrinking
      xfs: process free extents to busy list in FIFO order

Jeff Layton (1):
      xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE

Jiapeng Chong (1):
      xfs: Remove duplicate include

Shiyang Ruan (1):
      xfs: correct calculation for agend and blockcount

 fs/xfs/libxfs/xfs_ag.c      | 6 ++++++
 fs/xfs/scrub/xfile.c        | 1 -
 fs/xfs/xfs_extent_busy.c    | 3 ++-
 fs/xfs/xfs_iops.c           | 5 +++++
 fs/xfs/xfs_notify_failure.c | 6 +++---
 5 files changed, 16 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 14, 2023, 4:14 p.m. UTC | #1
The pull request you sent on Sat, 14 Oct 2023 16:14:27 +0530:

> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-6.6-fixes-5

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

Thank you!