mbox series

[GIT,PULL,6/8] xfs: cleanups for quota mount

Message ID 172530248455.3348968.4210083940459711589.stg-ugh@frogsfrogsfrogs (mailing list archive)
State Accepted, archived
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/quota-cleanups-6.12_2024-09-02

Message

Darrick J. Wong Sept. 2, 2024, 6:43 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 2ca7b9d7b80810b2b45b78b8a4b4fa78a1ddc2dd:

xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c (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/quota-cleanups-6.12_2024-09-02

for you to fetch changes up to 2c4162be6c10d3bc4884c211ae4787fc84c4fe3c:

xfs: refactor loading quota inodes in the regular case (2024-09-01 08:58:20 -0700)

----------------------------------------------------------------
xfs: cleanups for quota mount [v4.2 6/8]

Refactor the quota file loading code in preparation for adding metadata
directory trees.  Did you know that quotarm works even when quota isn't active?

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

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

----------------------------------------------------------------
Darrick J. Wong (1):
xfs: refactor loading quota inodes in the regular case

fs/xfs/xfs_qm.c          | 46 +++++++++++++++++++++++++++++++++++------
fs/xfs/xfs_qm.h          |  3 +++
fs/xfs/xfs_qm_syscalls.c | 13 ++++++------
fs/xfs/xfs_quotaops.c    | 53 ++++++++++++++++++++++++++++--------------------
4 files changed, 80 insertions(+), 35 deletions(-)