Please, ignore this patch set. It has compilation issue in XFS.
06.11.2015 16:41, Stanislav Kinsburskiy пишет:
This patch set is a back ported "ext4 project quota v15" series by Li Xi. The patch set is not upstream yet, but it looks like mostly accepted by maintainers and, hopefully, will be merged more or less soon in mostly the same shape. Below is a link to kernel patches (v15): http://thread.gmane.org/gmane.linux.kernel.api/14088 This kernel code is not functionally tested. To test it, patched user space utils are required. Patches for user space utils can be found here: https://github.com/ddn-lixi/project_quota_ext4_utils However, the patches doesn't apply on current quota-tools and e2fsprogs state. Jira link: https://jira.sw.ru/browse/PSBM-40727 --- Stanislav Kinsburskiy (4): ext4: adds project ID support ext4: adds project quota support ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support ext4: cleanup inode flag definitions fs/ext4/ext4.h | 77 ++++++---- fs/ext4/ialloc.c | 7 + fs/ext4/inode.c | 28 ++++ fs/ext4/ioctl.c | 366 ++++++++++++++++++++++++++++++++++++----------- fs/ext4/namei.c | 18 ++ fs/ext4/super.c | 57 +++++++ include/uapi/linux/fs.h | 32 ++++ 7 files changed, 463 insertions(+), 122 deletions(-) -- _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
