[PATCH 0/3] Add a new quotactl command to support 3 quota types in XFS
Chandra Seetharaman
sekharan at us.ibm.com
Tue Aug 6 17:27:06 CDT 2013
Hello All,
XFS now supports simultaneous use of 3 quota types (user, group,
and project).
In order to support this a new quotactl command is introduced
in this patch series.
Regards,
Chandra
---
Chandra Seetharaman (3):
quota: Add a new quotactl command Q_XGETQSTATV
xfs: Add support for the Q_XGETQSTATV
gfs2: Add support for the Q_XGETQSTATV
fs/gfs2/quota.c | 27 +++++++++++++
fs/quota/quota.c | 29 ++++++++++++++
fs/xfs/xfs_qm.h | 2 +
fs/xfs/xfs_qm_syscalls.c | 82 ++++++++++++++++++++++++++++++++++++++++
fs/xfs/xfs_quotaops.c | 13 ++++++
include/linux/quota.h | 1 +
include/uapi/linux/dqblk_xfs.h | 46 ++++++++++++++++++++++
7 files changed, 200 insertions(+), 0 deletions(-)
More information about the xfs
mailing list