From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/8 v6] quota: Unify VFS and XFS quota interfaces Date: Wed, 4 Mar 2015 16:15:05 +0100 Message-ID: <1425482113-1977-1-git-send-email-jack@suse.cz> Cc: xfs@oss.sgi.com, cluster-devel@redhat.com, Jan Kara To: linux-fsdevel@vger.kernel.org Return-path: Received: from cantor2.suse.de ([195.135.220.15]:58983 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932695AbbCDPPW (ORCPT ); Wed, 4 Mar 2015 10:15:22 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hello, these are outstanding patches in my series unifying VFS and XFS quota interfaces so that XFS quotactls work for filesystems with VFS quotas and vice versa. This is useful so that userspace doesn't have to care that much about which filesystem it is using at least when using basic quota functionality. In particular we should be able to reuse project quota tests in xfstests for ext4. The patches are based on top of Linus' tree from today which already contains initial part of the original series. The patch series can also be pulled from 'quota_interface' branch of my tree [1]. Since all the patches (except one quota patch) have Reviewed-by tags, I'll push the patches to my tree in a few days and will send them to Linus for the next merge window unless someone objects. Honza [1] git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git