]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: convert perag lookup to xarray
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Aug 2024 04:08:40 +0000 (07:08 +0300)
committerChandan Babu R <chandanbabu@kernel.org>
Tue, 3 Sep 2024 04:37:46 +0000 (10:07 +0530)
commit32fa4059fe6776d7db1e9058f360e06b36c9f2ce
tree6834df546a7aa906dd88547d13f58306917da84b
parentf9ffd095c89a07a8877ca0669ac164f8a6994afc
xfs: convert perag lookup to xarray

Convert the perag lookup from the legacy radix tree to the xarray,
which allows for much nicer iteration and bulk lookup semantics.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/libxfs/xfs_ag.c
fs/xfs/xfs_icache.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c