mbox series

[GIT,PULL,2/8] xfs: cleanups before adding metadata directories

Message ID 172530248037.3348968.17440606333983461893.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/8] xfs: atomic file content commits | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/metadir-cleanups-6.12_2024-09-02

Message

Darrick J. Wong Sept. 2, 2024, 6:42 p.m. UTC
Hi Chandan,

Please pull this branch with changes for xfs for 6.12-rc1.

As usual, 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.

--D

The following changes since commit 398597c3ef7fb1d8fa31491c8f4f3996cff45701:

xfs: introduce new file range commit ioctls (2024-09-01 08:58:19 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/metadir-cleanups-6.12_2024-09-02

for you to fetch changes up to 390b4775d6787706b1846f15623a68e576ec900c:

xfs: pass the icreate args object to xfs_dialloc (2024-09-01 08:58:19 -0700)

----------------------------------------------------------------
xfs: cleanups before adding metadata directories [v4.2 2/8]

Before we start adding code for metadata directory trees, let's clean up
some warts in the realtime bitmap code and the inode allocator code.

With a bit of luck, this should all go splendidly.

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

----------------------------------------------------------------
Christoph Hellwig (1):
xfs: match on the global RT inode numbers in xfs_is_metadata_inode

Darrick J. Wong (2):
xfs: validate inumber in xfs_iget
xfs: pass the icreate args object to xfs_dialloc

fs/xfs/libxfs/xfs_ialloc.c | 5 +++--
fs/xfs/libxfs/xfs_ialloc.h | 4 +++-
fs/xfs/scrub/tempfile.c    | 2 +-
fs/xfs/xfs_icache.c        | 2 +-
fs/xfs/xfs_inode.c         | 4 ++--
fs/xfs/xfs_inode.h         | 7 ++++---
fs/xfs/xfs_qm.c            | 2 +-
fs/xfs/xfs_symlink.c       | 2 +-
8 files changed, 16 insertions(+), 12 deletions(-)