All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Vilain <sam@vilain.net>
To: Chris Stromsoe <cbs@cts.ucla.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: any FS with tree-based quota system?
Date: Tue, 14 Feb 2006 09:58:24 +1300	[thread overview]
Message-ID: <43F0F2F0.6020907@vilain.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0602130959270.28894@potato.cts.ucla.edu>

Chris Stromsoe wrote:
> I'm looking for a file system with a tree-based quota system.  XFS on 
> IRIX has projects, but that functionality didn't get ported over to 
> Linux that I can see.

Linux-VServer has some extra quota features, not quite what you're
asking for but perhaps relevant for looking at a patch playing with
quotas on a recent kernel.  The way it works is that you bind mount 
parts of the VFS to another part, and the new mount can have seperate
quota settings.

The most recent split out patch for that is at:
 
http://vserver.13thfloor.at/Experimental/del-2.6.16-rc1-vs2.1.0.9/40_quota.diff

(see it colourised in my gitweb -
http://vserver.utsl.gen.nz/gitweb/?p=vserver.git;a=commitdiff;h=04a1f42903356f18ebdb89613c50923e54506536
)

But it might not stand on its own just yet; it probably at least needs
the Bind Mount Extensions (bme) patch too; it's probably easiest to
apply the entire VServer patch for experimentation.

Sam.

  reply	other threads:[~2006-02-13 20:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-13 19:03 any FS with tree-based quota system? Chris Stromsoe
2006-02-13 20:58 ` Sam Vilain [this message]
2006-02-13 21:33 ` Nathan Scott
2006-02-13 23:11   ` Chris Stromsoe
2006-02-13 23:16     ` Nathan Scott
2006-02-13 23:17       ` Chris Stromsoe
2006-02-13 22:09 ` Neil Brown
2006-02-13 23:15   ` Chris Stromsoe
2006-02-14  2:38     ` Neil Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43F0F2F0.6020907@vilain.net \
    --to=sam@vilain.net \
    --cc=cbs@cts.ucla.edu \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.