public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-04-09 15:55:39 to 2007-04-13 08:16:53 UTC [more...]

[AppArmor 00/41] AppArmor security module overview
 2007-04-13  8:17 UTC  (57+ messages)
` [AppArmor 01/41] Pass struct vfsmount to the inode_create LSM hook
` [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

[RFC] add FIEMAP ioctl to efficiently map file allocation
 2007-04-13  7:46 UTC  (5+ messages)

[patch 00/10] (resend) mount ownership and unprivileged mount syscall
 2007-04-13  7:12 UTC  (16+ 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
` [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

2.6.21-rc6 new aops patchset
 2007-04-12 23:45 UTC  (7+ messages)

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

[PATCH 0/17] fs: cleanup single page synchronous read interface
 2007-04-12 19:43 UTC  (31+ messages)
` [PATCH 9/17] minix: convert dir_get_page to read_kmap_page
` [PATCH 5/17] hfsplus: remove redundant read_mapping_page error check
` [PATCH 10/17] mtd: convert page_read to read_kmap_page
` [PATCH 1/17] cramfs: use read_mapping_page
` [PATCH 13/17] reiser4: remove redundant read_mapping_page error checks
` [PATCH 8/17] jfs: use locking read_mapping_page
` [PATCH 2/17] fs: introduce new read_cache_page interface
` [PATCH 11/17] ntfs: convert ntfs_map_page to read_kmap_page
` [PATCH 15/17] sysv: convert dir_get_page "
` [PATCH 16/17] ufs: convert ufs_get_page "
` [PATCH 12/17] partition: remove redundant read_mapping_page error checks
` [PATCH 14/17] reiserfs: convert reiserfs_get_page to read_kmap_page
` [PATCH 6/17] hfs: remove redundant read_mapping_page error check
` [PATCH 3/17] afs: convert afs_dir_get_page to read_kmap_page
` [PATCH 17/17] vxfs: convert vxfs_get_page "
` [PATCH 4/17] ext2: convert ext2_get_page "
` [PATCH 7/17] jffs2: convert jffs2_gc_fetch_page to read_cache_page

[PATCH] make iunique use a do/while loop rather than its obscure goto loop
 2007-04-11 21:58 UTC 

[patch 0/8] unprivileged mount syscall
 2007-04-11 20:57 UTC  (29+ messages)

[PATCH 0/8] AFS: Add security support and fix bugs
 2007-04-11 20:17 UTC  (12+ messages)
` [PATCH 1/8] AF_RXRPC: Use own workqueues
` [PATCH 2/8] AF_RXRPC: Lower dead call timeout and fix available call counting on connections
` [PATCH 3/8] AFS: Fix callback aggregator work item deadlock
` [PATCH 4/8] AFS: Correctly alter relocation state after update and show state in /proc
` [PATCH 5/8] AFS: Handle multiple mounts of an AFS superblock correctly
` [PATCH 6/8] AFS: AF_RXRPC key changes
` [PATCH 7/8] AFS: Permit key to be cached in nameidata
` [PATCH 8/8] AFS: Add security support

[PATCH 1/13] fs: convert core functions to zero_user_page
 2007-04-11 14:54 UTC  (18+ messages)
` [PATCH 11/13] reiserfs: use zero_user_page
` [PATCH 5/13] ext4: "
` [PATCH 6/13] gfs2: "
` [PATCH 13/13] fs: deprecate memclear_highpage_flush
` [PATCH 9/13] ocfs2: use zero_user_page
` [PATCH 8/13] ntfs: "
` [PATCH 2/13] affs: "
` [PATCH 7/13] nfs: "
` [PATCH 4/13] ext3: "
` [PATCH 3/13] ecryptfs: "
` [PATCH 12/13] xfs: "
` [PATCH 10/13] reiser4: "

calling write() from interrupt context
 2007-04-11 12:45 UTC 

ext3, BKL, journal replay, multiple non-bind mounts of same device
 2007-04-11  3:56 UTC  (2+ messages)

[PATCH 12/17] lockd: handle fl_notify callbacks
 2007-04-10 21:55 UTC  (2+ messages)

[PATCH 9/17] locks: add lock cancel command
 2007-04-10 21:53 UTC  (2+ messages)

[PATCH 8/17] locks: add fl_notify arguments for asynchronous lock return
 2007-04-10 21:49 UTC  (2+ messages)

[PATCH 1/2] fs: use memclear_highpage_flush to zero page data
 2007-04-10 21:22 UTC  (5+ messages)
` [PATCH 2/2] fs: use simple_prepare_write "

[GIT PULL -mm] Unionfs branch management code
 2007-04-10 17:35 UTC  (6+ messages)

Linux 2007 File System & IO Workshop notes & talks
 2007-04-10 13:23 UTC 

REISER4 FOR INCLUSION IN THE LINUX KERNEL
 2007-04-09 19:12 UTC  (6+ messages)
` Troll Of The Year (Was: REISER4 FOR INCLUSION IN THE LINUX KERNEL.)
  ` Troll Of The Year

mount options atime/diratime on cifs
 2007-04-09 18:40 UTC 

Reiser4. BEST FILESYSTEM EVER
 2007-04-09 18:35 UTC  (9+ messages)
                    ` Reiser4. BEST FILESYSTEM EVER - Christer Weinigel

[RFC][PATCH] sys_fallocate() system call
 2007-04-09 16:34 UTC  (10+ messages)
      ` Interface for the new fallocate() "


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