public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-04-12 02:52:00 to 2007-04-17 09:33:48 UTC [more...]

2.6.21-rc6 new aops patchset
 2007-04-17  9:33 UTC  (12+ messages)

[patch 00/10] (resend) mount ownership and unprivileged mount syscall
 2007-04-17  9:04 UTC  (29+ messages)
` [patch 01/10] add user mounts to the kernel
` [patch 02/10] allow unprivileged umount
` [patch 03/10] account user mounts
` [patch 04/10] add "permit user mounts" flag to namespaces
` [patch 05/10] add "permit user mounts in new namespace" clone flag
      ` [Devel] "
` [patch 06/10] propagate error values from clone_mnt
` [patch 07/10] allow unprivileged bind mounts
` [patch 08/10] put declaration of put_filesystem() in fs.h
` [patch 09/10] allow unprivileged mounts
` [patch 10/10] allow unprivileged fuse mounts

How to query mount propagation state?
 2007-04-17  7:38 UTC  (6+ messages)

[AppArmor 00/41] AppArmor security module overview
 2007-04-17  6:30 UTC  (80+ messages)
` [AppArmor 01/41] Pass struct vfsmount to the inode_create LSM hook
    ` [nameidata 1/2] Don't pass NULL nameidata to vfs_create
    ` [nameidata 2/2] Pass no useless nameidata to the create, lookup, and permission IOPs
` [AppArmor 02/41] Remove redundant check from proc_setattr()
` [AppArmor 03/41] Remove redundant check from proc_sys_setattr()
` [AppArmor 04/41] Pass struct file down to remove_suid and children
` [AppArmor 05/41] Add a vfsmount parameter to notify_change()
` [AppArmor 06/41] Pass struct vfsmount to the inode_setattr LSM hook
` [AppArmor 07/41] Add struct vfsmount parameter to vfs_mkdir()
` [AppArmor 08/41] Pass struct vfsmount to the inode_mkdir LSM hook
` [AppArmor 09/41] Add a struct vfsmount parameter to vfs_mknod()
` [AppArmor 10/41] Pass struct vfsmount to the inode_mknod LSM hook
` [AppArmor 11/41] Add a struct vfsmount parameter to vfs_symlink()
` [AppArmor 12/41] Pass struct vfsmount to the inode_symlink LSM hook
` [AppArmor 13/41] Pass struct vfsmount to the inode_readlink "
` [AppArmor 14/41] Add struct vfsmount parameters to vfs_link()
` [AppArmor 15/41] Pass the struct vfsmounts to the inode_link LSM hook
` [AppArmor 16/41] Add a struct vfsmount parameter to vfs_rmdir()
` [AppArmor 17/41] Pass struct vfsmount to the inode_rmdir LSM hook
` [AppArmor 18/41] call lsm hook before unhashing dentry in vfs_rmdir()
` [AppArmor 19/41] Add a struct vfsmount parameter to vfs_unlink()
` [AppArmor 20/41] Pass struct vfsmount to the inode_unlink LSM hook
` [AppArmor 21/41] Add struct vfsmount parameters to vfs_rename()
` [AppArmor 22/41] Pass struct vfsmount to the inode_rename LSM hook
` [AppArmor 23/41] Add a struct vfsmount parameter to vfs_setxattr()
` [AppArmor 24/41] Pass struct vfsmount to the inode_setxattr LSM hook
` [AppArmor 25/41] Add a struct vfsmount parameter to vfs_getxattr()
` [AppArmor 26/41] Pass struct vfsmount to the inode_getxattr LSM hook
` [AppArmor 27/41] Add a struct vfsmount parameter to vfs_listxattr()
` [AppArmor 28/41] Pass struct vfsmount to the inode_listxattr LSM hook
` [AppArmor 29/41] Add a struct vfsmount parameter to vfs_removexattr()
` [AppArmor 30/41] Pass struct vfsmount to the inode_removexattr LSM hook
` [AppArmor 31/41] Fix __d_path() for lazy unmounts and make it unambiguous; exclude unreachable mount points from /proc/mounts
` [AppArmor 32/41] Make d_path() consistent across mount operations
` [AppArmor 33/41] Add d_namespace_path() to obtain namespace relative pathnames
` [AppArmor 34/41] Enable LSM hooks to distinguish operations on file descriptors from operations on pathnames
` [AppArmor 35/41] Pass struct file down the inode_*xattr security LSM hooks
` [AppArmor 36/41] Export audit subsystem for use by modules
` [AppArmor 37/41] AppArmor: Main Part
` [AppArmor 38/41] AppArmor: Module and LSM hooks
` [AppArmor 39/41] AppArmor: Profile loading and manipulation, pathname matching
` [AppArmor 40/41] AppArmor: all the rest
` [AppArmor 41/41] Add AppArmor LSM to security/Makefile

AppArmor FAQ
 2007-04-17  0:20 UTC  (2+ messages)

[patch 00/10] mount ownership and unprivileged mount syscall (v3)
 2007-04-16 19:58 UTC  (14+ messages)
` [patch 01/10] add user mounts to the kernel
` [patch 02/10] allow unprivileged umount
` [patch 03/10] account user mounts
` [patch 04/10] allow per-mount flags to be set/cleared individually
` [patch 05/10] Add "permit user submounts" flag to vfsmount
` [patch 06/10] propagate error values from clone_mnt
` [patch 07/10] allow unprivileged bind mounts
` [patch 08/10] put declaration of put_filesystem() in fs.h
` [patch 09/10] allow unprivileged mounts
` [patch 10/10] allow unprivileged fuse mounts

[patch 0/8] unprivileged mount syscall
 2007-04-16 15:55 UTC  (23+ messages)

d_revalidate not being called enough on mountpoints?
 2007-04-16 14:18 UTC  (3+ messages)

[RFC] add FIEMAP ioctl to efficiently map file allocation
 2007-04-16 11:22 UTC  (11+ messages)

[PATCH]: ufs proper handling of zero link case
 2007-04-15 19:08 UTC 

[PATCH 0/17] fs: cleanup single page synchronous read interface
 2007-04-15 10:52 UTC  (20+ messages)
` [PATCH 15/17] sysv: convert dir_get_page to read_kmap_page
` [PATCH 14/17] reiserfs: convert reiserfs_get_page "
` [PATCH 13/17] reiser4: remove redundant read_mapping_page error checks
` [PATCH 9/17] minix: convert dir_get_page to read_kmap_page
` [PATCH 10/17] mtd: convert page_read "
` [PATCH 17/17] vxfs: convert vxfs_get_page "
` [PATCH 1/17] cramfs: use read_mapping_page
` [PATCH 7/17] jffs2: convert jffs2_gc_fetch_page to read_cache_page
` [PATCH 12/17] partition: remove redundant read_mapping_page error checks
` [PATCH 5/17] hfsplus: remove redundant read_mapping_page error check
` [PATCH 11/17] ntfs: convert ntfs_map_page to read_kmap_page
` [PATCH 16/17] ufs: convert ufs_get_page "

[PATCH] make iunique use a do/while loop rather than its obscure goto loop
 2007-04-13 19:55 UTC  (4+ messages)

extending VFS leases for NFSv4
 2007-04-12 19:38 UTC 

[PATCH 3/17] afs: convert afs_dir_get_page to read_kmap_page
 2007-04-12 19:43 UTC  (8+ messages)


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