Re: [xfs-masters] [RFC: 2.6 patch] make the *FS_SECURITY options no longer user visible

2007-07-30 Thread Stephen Smalley
On Mon, 2007-07-30 at 09:29 +1000, David Chinner wrote: On Sun, Jul 29, 2007 at 05:02:09PM +0200, Adrian Bunk wrote: Please correct me if any of the following assumptions is wrong: - SELinux is currently the only user of filesystem security labels shipped with the Linux kernel - if a

Re: [RFC: 2.6 patch] make the *FS_SECURITY options no longer user visible

2007-07-30 Thread Serge E. Hallyn
Quoting Adrian Bunk ([EMAIL PROTECTED]): Please correct me if any of the following assumptions is wrong: - SELinux is currently the only user of filesystem security labels shipped with the Linux kernel - if a user has SELinux enabled he wants his filesystems to support security labels

[patch] i_version mount option

2007-07-30 Thread Jean noel Cordenner
hi, This patch apply on the top of the ext4 git tree. It adds a mount option to enable i_version feature for ext4. Signed-off-by: Jean noel Cordenner [EMAIL PROTECTED] Index: linux-2.6.22-ext4/fs/ext4/super.c === ---

Re: [RFC] basic delayed allocation in VFS

2007-07-30 Thread Mingming Cao
On Sun, 2007-07-29 at 20:24 +0100, Christoph Hellwig wrote: On Sun, Jul 29, 2007 at 11:30:36AM -0600, Andreas Dilger wrote: Sigh, we HAVE a patch that was only adding delalloc to ext4, but it was rejected because that functionality should go into the VFS. Since the performance improvement