From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Monakhov Subject: [PATCH 0/3] quota: RFC add extend quota types Date: Tue, 2 Feb 2010 18:00:22 +0300 Message-ID: <1265122826-5370-1-git-send-email-dmonakhov@openvz.org> Cc: jack@suse.cz, Dmitry Monakhov To: linux-fsdevel@vger.kernel.org Return-path: Received: from mailhub.sw.ru ([195.214.232.25]:2847 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752773Ab0BBPAe (ORCPT ); Tue, 2 Feb 2010 10:00:34 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Jens, and other people who are interesting in quota please take a look and comment the patch series. Currently only USER/GROUP quota are supported bu linux quota But sometimes it is reasonable to have other types of quota For example: 1) project_id in XFS 2) container_id in container(chroot) solutions. This patch series is aimed to extend quota interface to support different quota types. Last patch add the TREE quota type. This patch series does not contain fs-related part of tree-quota-type support, i've done this in order to not overweight the series. I'll add fs-related patches in the series on next round.