public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-05-14 11:06:45 to 2007-05-16 17:28:19 UTC [more...]

[PATCH] AFS: Implement shared-writable mmap [try #2]
 2007-05-16 17:28 UTC  (8+ messages)

Software raid0 will crash the file-system, when each disk is 5TB
 2007-05-16 17:28 UTC  (6+ messages)

[PATCH 1/2] AFS: Fix afs_prepare_write()
 2007-05-16 17:26 UTC  (11+ messages)
` [PATCH 2/2] AFS: Implement shared-writable mmap

[PATCH resend] introduce I_SYNC
 2007-05-16 17:15 UTC  (2+ messages)

[patch 00/41] Buffered write deadlock fix and new aops for 2.6.21-mm2
 2007-05-16 17:22 UTC  (7+ messages)
` [patch 02/41] Revert 81b0c8713385ce1b1b9058e916edcf9561ad76d6
` [patch 17/41] ext2 convert to new aops
    ` [patch 30/41] reiserfs "

+ knfsd-exportfs-add-exportfsh-header-fix.patch added to -mm tree
 2007-05-16 17:03 UTC  (5+ messages)

[PATCH] LogFS take three
 2007-05-16 16:41 UTC  (43+ messages)
` Review status (Re: [PATCH] LogFS take three)

[PATCH 1 of 2] block_page_mkwrite() Implementation V2
 2007-05-16 13:41 UTC  (10+ messages)

[AppArmor 00/45] AppArmor security module overview
 2007-05-15  9:20 UTC  (42+ messages)
` [AppArmor 01/45] Pass struct vfsmount to the inode_create LSM hook
` [AppArmor 02/45] Pass struct path down to remove_suid and children
` [AppArmor 03/45] Add a vfsmount parameter to notify_change()
` [AppArmor 04/45] Pass struct vfsmount to the inode_setattr LSM hook
` [AppArmor 05/45] Add struct vfsmount parameter to vfs_mkdir()
` [AppArmor 06/45] Pass struct vfsmount to the inode_mkdir LSM hook
` [AppArmor 07/45] Add a struct vfsmount parameter to vfs_mknod()
` [AppArmor 08/45] Pass struct vfsmount to the inode_mknod LSM hook
` [AppArmor 10/45] Pass struct vfsmount to the inode_symlink "
` [AppArmor 11/45] Pass struct vfsmount to the inode_readlink "
` [AppArmor 12/45] Add struct vfsmount parameters to vfs_link()
` [AppArmor 15/45] Pass struct vfsmount to the inode_rmdir LSM hook
` [AppArmor 16/45] Call lsm hook before unhashing dentry in vfs_rmdir()
` [AppArmor 17/45] Add a struct vfsmount parameter to vfs_unlink()
` [AppArmor 20/45] Pass struct vfsmount to the inode_rename LSM hook
` [AppArmor 21/45] Add a struct vfsmount parameter to vfs_setxattr()
` [AppArmor 22/45] Pass struct vfsmount to the inode_setxattr LSM hook
` [AppArmor 23/45] Add a struct vfsmount parameter to vfs_getxattr()
` [AppArmor 24/45] Pass struct vfsmount to the inode_getxattr LSM hook
` [AppArmor 25/45] Add a struct vfsmount parameter to vfs_listxattr()
` [AppArmor 30/45] Make d_path() consistent across mount operations
` [AppArmor 31/45] Add d_namespace_path() to compute namespace relative pathnames
` [AppArmor 32/45] Enable LSM hooks to distinguish operations on file descriptors from operations on pathnames
` [AppArmor 33/45] Pass struct file down the inode_*xattr security LSM hooks
` [AppArmor 35/45] Allow permission functions to tell between parent and leaf checks
` [AppArmor 36/45] Export audit subsystem for use by modules
` [AppArmor 37/45] AppArmor: Main Part
` [AppArmor 38/45] AppArmor: Module and LSM hooks
` [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
` [AppArmor 40/45] AppArmor: all the rest
` [AppArmor 41/45] Add AppArmor LSM to security/Makefile
` [AppArmor 42/45] AppArmor: add lock subtyping so lockdep does not report false dependencies
` [AppArmor 43/45] Switch to vfs_permission() in do_path_lookup()
` [AppArmor 44/45] Switch to vfs_permission() in sys_fchdir()
` [AppArmor 45/45] Fix file_permission()

[RFC][PATCH] sys_fallocate() system call
 2007-05-16 12:37 UTC  (38+ messages)
` Interface for the new fallocate() "
                ` [PATCH 0/5] fallocate "
                  ` [PATCH 4/5] ext4: fallocate support in ext4
                  ` [PATCH 0/5][TAKE2] fallocate system call
                      ` [PATCH 1/5][TAKE2] fallocate() implementation on i86, x86_64 and powerpc
                      ` [PATCH 2/5][TAKE2] fallocate() on s390
                        ` [PATCH 2/5][TAKE2] fallocate() on s390 - glibc wrapper
                      ` [PATCH 3/5][TAKE2] ext4: Extent overlap bugfix
                      ` [PATCH 4/5][TAKE2] ext4: fallocate support in ext4
                      ` [PATCH 5/5][TAKE2] ext4: write support for preallocated blocks
                  ` [PATCH 0/5][TAKE3] fallocate system call
                      ` [PATCH 1/5][TAKE3] fallocate() implementation on i86, x86_64 and powerpc
                      ` [PATCH 2/5][TAKE3] fallocate() on s390
                      ` [PATCH 3/5][TAKE3] ext4: Extent overlap bugfix
                      ` [PATCH 4/5][TAKE3] ext4: fallocate support in ext4
                      ` [PATCH 5/5][TAKE3] ext4: write support for preallocated blocks

[RFC][PATCH 0/14] VFS based Union Mount(v1)
 2007-05-16  8:07 UTC  (45+ messages)
` [RFC][PATCH 2/14] Add a new mount flag (MNT_UNION) for union mount
` [RFC][PATCH 3/14] Add the whiteout file type
` [RFC][PATCH 5/14] Introduce union stack
` [RFC][PATCH 6/14] Union-mount dentry reference counting
` [RFC][PATCH 7/14] Union-mount mounting
` [RFC][PATCH 8/14] Union-mount lookup
` [RFC][PATCH 9/14] Union-mount readdir
` [RFC][PATCH 10/14] In-kernel file copy between union mounted filesystems
` [RFC][PATCH 11/14] VFS whiteout handling
` [RFC][PATCH 12/14] ext2 whiteout support
` [RFC][PATCH 13/14] ext3 "
` [RFC][PATCH 14/14] tmpfs "

[2.6.21] circular locking dependency found in QUOTA OFF
 2007-05-15 19:18 UTC  (6+ messages)

[PATCH] AFS: Write back dirty data on unmount
 2007-05-15 16:42 UTC 

[PATCH 0/2] file capabilities: Introduction
 2007-05-14 20:00 UTC  (9+ messages)
` [PATCH 2/2] file capabilities: accomodate >32 bit capabilities

[RFD Patch 0/4] AppArmor - Don't pass NULL nameidata to vfs_create/lookup/permission IOPs
 2007-05-14 13:51 UTC  (6+ messages)
` [RFD Patch 1/4] Pass no useless nameidata to the create, lookup, and permission IOPs
` [RFD Patch 2/4] Never pass a NULL nameidata to vfs_create()
` [RFD Patch 3/4] Dont use a NULL nameidata in xattr_permission()
` [RFD Patch 4/4] Pass nameidata2 to permission() from nfsd_permission()

[PATCH] AF_RXRPC: Make call state names available if CONFIG_PROC_FS=n
 2007-05-14 11:50 UTC 

[PATCH] AF_RXRPC: AF_RXRPC depends on IPv4
 2007-05-14 11:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox