]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2024 18:23:49 +0000 (08:23 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Oct 2024 18:23:49 +0000 (08:23 -1000)
commita8b3be2617d677796e576cc64d4ad9de45dfaf14
tree1776216b078fe13b74864c28f545c2c059dc2e93
parent850925a8133c73c4a2453c360b2c3beb3bab67c9
parent4a201dcfa1ff0dcfe4348c40f3ad8bd68b97eb6c
Merge tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Carlos Maiolino:

 - Fix recovery of allocator ops after a growfs

 - Do not fail repairs on metadata files with no attr fork

* tag 'xfs-6.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: update the pag for the last AG at recovery time
  xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
  xfs: error out when a superblock buffer update reduces the agcount
  xfs: update the file system geometry after recoverying superblock buffers
  xfs: merge the perag freeing helpers
  xfs: pass the exact range to initialize to xfs_initialize_perag
  xfs: don't fail repairs on metadata files with no attr fork