]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/linux...
authorCarlos Maiolino <cem@kernel.org>
Mon, 13 Jan 2025 13:54:23 +0000 (14:54 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 13 Jan 2025 13:54:23 +0000 (14:54 +0100)
commit9a2ce7254c1ee252c9c7aa2d7d71b45ee31c862a
tree5c1dfdae3a4b486f3255cac3218f2f4bbae8a4b7
parent69bf6cd7f38d090f3fec92565af88f3b9b180354
parent2f63b20b7a26c9a7c76ea5a6565ca38cd9e31282
Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into for-next

xfs: refactor btrees to support records in inode root [v6.2 02/14]

Amend the btree code to support storing btree rcords in the inode root,
because the current bmbt code does not support this.

This has been running on the djcloud for months with no problems.  Enjoy!

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>