[Devel] [PATCH rh7 0/4] ext4 project quota backport

Stanislav Kinsburskiy skinsbursky at virtuozzo.com
Fri Nov 6 07:41:29 PST 2015


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(-)

--



More information about the Devel mailing list