Message ID | 20230725144510.253763-1-cem@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | shmem: Add user and group quota support for tmpfs | expand |
On Tue, 25 Jul 2023 16:45:03 +0200, cem@kernel.org wrote: > This is a new version of the implementation of tmpfs quota, below is the serie's > changelog, hopefully it make it easier to track down changes done on the past 3 > versions. > > I've rebased this series on Linus today's TOT, hopefully it prevents conflicts. > > I also removed Jan Kara's RwB from patch 4, due to changes in functions > definition. > > [...] Applied to the vfs.tmpfs branch of the vfs/vfs.git tree. Patches in the vfs.tmpfs branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.tmpfs [1/7] shmem: make shmem_inode_acct_block() return error https://git.kernel.org/vfs/vfs/c/fd612a41ed54 [2/7] shmem: make shmem_get_inode() return ERR_PTR instead of NULL https://git.kernel.org/vfs/vfs/c/91f1d62b97b4 [3/7] quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks https://git.kernel.org/vfs/vfs/c/641c3cdf05e0 [4/7] shmem: prepare shmem quota infrastructure https://git.kernel.org/vfs/vfs/c/8286a5c8264a [5/7] shmem: quota support https://git.kernel.org/vfs/vfs/c/9a9f8f590f6d [6/7] shmem: Add default quota limit mount options https://git.kernel.org/vfs/vfs/c/fbf5fbc5ed0e [7/7] shmem: fix quota lock nesting in huge hole handling https://git.kernel.org/vfs/vfs/c/5da76f81c519