From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: [PATCH] ext4: make quota as first class supported feature Date: Mon, 1 Aug 2011 10:00:34 -0400 Message-ID: <20110801140034.GC21388@thunk.org> References: <1311187218-30798-1-git-send-email-adityakali@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: Aditya Kali Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:60691 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751773Ab1HAOAi (ORCPT ); Mon, 1 Aug 2011 10:00:38 -0400 Content-Disposition: inline In-Reply-To: <1311187218-30798-1-git-send-email-adityakali@google.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Wed, Jul 20, 2011 at 11:40:18AM -0700, Aditya Kali wrote: > This patch is an attempt towards supporting quotas as first class > feature in ext4. It is based on the proposal at: > https://ext4.wiki.kernel.org/index.php/Design_For_1st_Class_Quota_in_Ext4 > ... > > Signed-off-by: Aditya Kali Thanks, added to the ext4 tree. - Ted