From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chandra Seetharaman Subject: [PATCH 0/3] Add a new quotactl command to support 3 quota types in XFS Date: Tue, 6 Aug 2013 17:27:06 -0500 Message-ID: <1375828029-26360-1-git-send-email-sekharan@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel , Jan Kara , Steven Whitehouse , Abhijith Das To: xfs@oss.sgi.com Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com List-Id: linux-fsdevel.vger.kernel.org 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(-) _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs