We require this patch set to backport ext4 project quota by Li Xi. Required for back porting of "ext4 project quota" itself: https://jira.sw.ru/browse/PSBM-40727
--- Jan Kara (5): ext4: don't use MAXQUOTAS value quota: Allow each filesystem to specify which quota types it supports ext4: Convert to private i_dquot field quota: Remove const from function declarations quota: Use function to provide i_dquot pointers Li Xi (1): vfs: Add general support to enforce project quota limits Stanislav Kinsburskiy (1): ext4: reserve code points for the project quota feature fs/ext4/ext4.h | 17 ++++++++-- fs/ext4/ext4_jbd2.h | 6 ++- fs/ext4/super.c | 30 +++++++++++------ fs/quota/dquot.c | 78 ++++++++++++++++++++++++++++---------------- fs/quota/quota.c | 13 ++++++- fs/quota/quotaio_v2.h | 6 ++- fs/super.c | 6 +++ include/linux/fs.h | 2 + include/linux/quota.h | 7 ++++ include/linux/quotaops.h | 8 ++--- include/uapi/linux/fs.h | 1 + include/uapi/linux/quota.h | 6 ++- 12 files changed, 126 insertions(+), 54 deletions(-) -- _______________________________________________ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/devel