shmem: prepare shmem quota infrastructure
authorCarlos Maiolino <cem@kernel.org>
Tue, 25 Jul 2023 14:45:07 +0000 (16:45 +0200)
committerChristian Brauner <brauner@kernel.org>
Wed, 9 Aug 2023 07:15:39 +0000 (09:15 +0200)
commiteafc474e202978ac735c551d5ee1eb8c02e2be54
tree567514c47c5b202dcf8ff9735015ac31e730a98e
parent86be6b8bd834bece87e6adc5313cb41e1ba7fe81
shmem: prepare shmem quota infrastructure

Add new shmem quota format, its quota_format_ops together with
dquot_operations

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230725144510.253763-5-cem@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/Kconfig
include/linux/shmem_fs.h
include/uapi/linux/quota.h
mm/Makefile
mm/shmem_quota.c [new file with mode: 0644]