From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH 00/10] quotactl fixed and cleanups Date: Tue, 16 Feb 2010 03:44:46 -0500 Message-ID: <20100216084446.377980079@bombadil.infradead.org> Cc: swhiteho@redhat.com, linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com To: jack@suse.cz Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:55684 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755856Ab0BPIqx (ORCPT ); Tue, 16 Feb 2010 03:46:53 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: This is a first large batch of refactoring the generic quotactl code. I started looking at this for merging the FS interfaces for "VFS" and "XFS" style quotas now that we grow more filesystems wanting to support quota in a more advanced way than the generic implementation can, e.g. GFS2 and cifs. There will be another couple of patches do do the actual work which are not quite ready, but this is a large and useful enough batch to get review and possibly included first.