messages from 2011-03-18 14:50:03 to 2011-03-24 13:43:11 UTC [more...]
[PATCH 00/74] Union mounts version something or other
2011-03-24 13:43 UTC (48+ messages)
` [PATCH 01/74] VFS: Comment follow_mount() and friends
` [PATCH 02/74] VFS: Make lookup_hash() return a struct path
` [PATCH 03/74] autofs4: Save autofs trigger's vfsmount in super block info
` [PATCH 04/74] Documentation: Fix trivial typo in filesystems/sharedsubtree.txt
` [PATCH 05/74] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 06/74] whiteout: Define opaque inode flags and operations
` [PATCH 07/74] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 08/74] whiteout: Allow removal of a directory with whiteouts
` [PATCH 09/74] whiteout: tmpfs whiteout support
` [PATCH 10/74] ext2: Add ext2_dirent_in_use()
` [PATCH 11/74] ext2: Split ext2_add_entry() from ext2_add_link()
` [PATCH 12/74] whiteout: ext2 whiteout support
` [PATCH 13/74] whiteout: jffs2 "
` [PATCH 14/74] fallthru: Basic fallthru definitions
` [PATCH 15/74] fallthru: ext2 fallthru support
` [PATCH 16/74] fallthru: tmpfs "
` [PATCH 17/74] fallthru: jffs2 "
` [PATCH 18/74] VFS: Add hard read-only users count to superblock
` [PATCH 19/74] VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
` [PATCH 20/74] VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree()
` [PATCH 21/74] VFS: Add CL_NO_SLAVE "
` [PATCH 22/74] VFS: Add CL_MAKE_HARD_READONLY "
` [PATCH 23/74] union-mount: Union mounts documentation
` [PATCH 24/74] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 25/74] union-mount: Add CONFIG_UNION_MOUNT option
` [PATCH 26/74] union-mount: Create union_stack structure
` [PATCH 27/74] union-mount: Add two superblock fields for union mounts
` [PATCH 28/74] union-mount: Add union_alloc()
` [PATCH 29/74] union-mount: Add union_find_dir()
` [PATCH 30/74] union-mount: Create d_free_unions()
` [PATCH 31/74] union-mount: Free union stack on removal of topmost dentry from dcache
` [PATCH 32/74] union-mount: Create union_add_dir()
` [PATCH 33/74] union-mount: Add union_create_topmost_dir()
` [PATCH 34/74] union-mount: Create IS_MNT_UNION()
` [PATCH 35/74] union-mount: Create needs_lookup_union()
` [PATCH 36/74] union-mount: Create check_topmost_union_mnt()
` [PATCH 37/74] union-mount: Add clone_union_tree() and put_union_sb()
` [PATCH 38/74] union-mount: Create build_root_union()
` [PATCH 39/74] union-mount: Create prepare_mnt_union() and cleanup_mnt_union()
` [PATCH 40/74] union-mount: Prevent improper union-related remounts
` [PATCH 41/74] union-mount: Prevent topmost file system from being mounted elsewhere
` [PATCH 42/74] union-mount: Prevent bind mounts of union mounts
` [PATCH 43/74] union-mount: Implement union mount
` [PATCH 44/74] union-mount: Temporarily disable some syscalls
` Union mounts comparison with overlay file system prototype?
[Patch 1/1] fsnotify,fanotify: adding flag for execution
2011-03-24 12:49 UTC
[2.6.38] Deadlock between rename_lock and vfsmount_lock
2011-03-24 0:10 UTC (9+ messages)
Discard request and write counters
2011-03-23 23:40 UTC (2+ messages)
vfs: inode lock breakup
2011-03-23 23:36 UTC (14+ messages)
` [PATCH 1/8] fs: protect inode->i_state with inode->i_lock
` [PATCH 2/8] fs: factor inode disposal
` [PATCH 3/8] fs: Lock the inode LRU list separately
` [PATCH 4/8] fs: remove inode_lock from iput_final and prune_icache
` [PATCH 5/8] fs: move i_sb_list out from under inode_lock
` [PATCH 6/8] fs: move i_wb_list "
` [PATCH 7/8] fs: rename inode_lock to inode_hash_lock
` [PATCH 8/8] fs: pull inode->i_lock up out of writeback_single_inode
` [PATCH 9/8] fs: simplify iget & friends
[git pull] vfs and procfs fixes
2011-03-23 21:11 UTC
[LSF/FS TOPIC] Ext4 snapshots status update
2011-03-23 20:19 UTC (3+ messages)
[GIT PULL] exofs: changes for v2.6.39 merge window
2011-03-23 14:46 UTC
[PATCH] fs/9p: Fix revalidate to return correct value
2011-03-23 14:24 UTC
[PATCH 0/6 v7] overlay filesystem - request for inclusion
2011-03-23 10:03 UTC (28+ messages)
` [PATCH 1/6 v7] vfs: add i_op->open()
` [PATCH 2/6 v7] vfs: export do_splice_direct() to modules
` [PATCH 3/6 v7] vfs: introduce clone_private_mount()
` [PATCH 4/6 v7] overlay filesystem prototype
` [PATCH 5/6 v7] overlayfs: add statfs support
` [PATCH 6/6 v7] overlay: overlay filesystem documentation
[PATCH] nfs4: Fix NULL dereference at d_alloc_and_lookup()
2011-03-23 9:27 UTC (5+ messages)
[PATCH v6 0/9] memcg: per cgroup dirty page accounting
2011-03-23 9:06 UTC (14+ messages)
[ext4] Multiple page-io submission (Option "mblk_io_submit")
2011-03-23 7:32 UTC (3+ messages)
[PATCH RFC 0/5] IO-less balance_dirty_pages() v2 (simple approach)
2011-03-23 4:41 UTC (4+ messages)
[PATCH 44/74] union-mount: Temporarily disable some syscalls
2011-03-23 2:05 UTC (31+ messages)
` [PATCH 45/74] union-mount: Basic infrastructure of __lookup_union()
` [PATCH 46/74] union-mount: Process negative dentries in __lookup_union()
` [PATCH 47/74] union-mount: Return files found in lower layers "
` [PATCH 48/74] union-mount: Build union stack "
` [PATCH 49/74] union-mount: Follow mount "
` [PATCH 50/74] union-mount: Add lookup_union()
` [PATCH 51/74] union-mount: Add do_lookup_union() wrapper for __lookup_union()
` [PATCH 52/74] union-mount: Call union lookup functions in lookup path
` [PATCH 53/74] union-mount: Create whiteout on unlink()
` [PATCH 54/74] union-mount: Create whiteout on rmdir()
` [PATCH 55/74] union-mount: Set opaque flag on new directories in unioned file systems
` [PATCH 56/74] union-mount: Copy up directory entries on first readdir()
` [PATCH 57/74] union-mount: Add generic_readdir_fallthru() helper
` [PATCH 58/74] fallthru: ext2 support for lookup of d_type/d_ino in fallthrus
` [PATCH 59/74] fallthru: tmpfs "
` [PATCH 60/74] fallthru: jffs2 "
` [PATCH 61/74] VFS: Split inode_permission() and create path_permission()
` [PATCH 62/74] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 63/74] union-mount: In-kernel file copyup routines
` [PATCH 64/74] union-mount: Implement union-aware access()/faccessat()
` [PATCH 65/74] union-mount: Implement union-aware link()
` [PATCH 66/74] union-mount: Implement union-aware rename()
` [PATCH 67/74] union-mount: Implement union-aware writable open()
` [PATCH 68/74] union-mount: Implement union-aware chown()
` [PATCH 69/74] union-mount: Implement union-aware truncate()
` [PATCH 70/74] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 71/74] union-mount: Implement union-aware lchown()
` [PATCH 72/74] union-mount: Implement union-aware utimensat()
` [PATCH 73/74] union-mount: Implement union-aware setxattr()
` [PATCH 74/74] union-mount: Implement union-aware lsetxattr()
[PATCH] Squashfs: Use vmalloc rather than kmalloc for zlib workspace
2011-03-22 23:20 UTC
[RFC] block integrity: Fix write after checksum calculation problem
2011-03-22 21:54 UTC (17+ messages)
[PATCH v2 0/5] eCryptfs key locking patches
2011-03-22 21:32 UTC (7+ messages)
` [PATCH v2 1/5] eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
` [PATCH v2 2/5] eCryptfs: modified size of keysig in the ecryptfs_key_sig structure
` [PATCH v2 3/5] eCryptfs: verify authentication tokens before their use
` [PATCH v2 4/5] eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock
` [PATCH v2 5/5] eCryptfs: write lock requested keys
Hello
2011-03-22 3:29 UTC
[PATCH] VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()
2011-03-22 0:51 UTC
(unknown),
2011-03-22 0:48 UTC (5+ messages)
` [PATCH 1/4] vfs: add d_prune dentry operation
` [PATCH 2/4] ceph: clear parent D_COMPLETE flag when on dentry prune
` [PATCH 3/4] ceph: compensate for dentry_unhash() calls in vfs_rmdir() and vfs_rename_dir()
` [PATCH 4/4] ceph: use new D_COMPLETE dentry flag
[PATCH] tmpfs: implement security.capability xattrs
2011-03-21 16:43 UTC (4+ messages)
[git pull] assorted vfs/fs patches
2011-03-21 16:18 UTC
[PATCH] FS: lookup_mnt() is only used in the core fs routines now
2011-03-21 14:28 UTC
[PATCH 1/2 v2] Btrfs: add datacow flag in inode flag
2011-03-21 8:54 UTC
[PATCH 1/2] overlayfs: optimize empty dir removal
2011-03-21 8:39 UTC (2+ messages)
` [PATCH 2/2] overlayfs: fix capabilities
[PATCH 1/2] overlayfs: fix a deadlock in ovl_dir_read_merged
2011-03-21 8:35 UTC (2+ messages)
[PATCH] code cleanup on fs/super.c
2011-03-21 4:43 UTC (5+ messages)
[PATCH V2] fs/9p: Use updated offset for writing
2011-03-20 17:59 UTC (3+ messages)
` [V9fs-developer] "
Again:request for integration inotify in FUSE and fs like CIFS
2011-03-20 15:55 UTC (5+ messages)
[CIFS] [PATCH] consistently use smb_buf_length as be32 for cifs (try 3)
2011-03-20 14:01 UTC (8+ messages)
[PATCH 1/6] fs/9p: Properly update inode attributes on link
2011-03-19 20:12 UTC (3+ messages)
` [PATCH 6/6] net/9p: Fix compile warning
[git pull] mnt_devname queue
2011-03-18 22:33 UTC (10+ messages)
` pstore: fix leaking ->i_private
` pstore: use mount option instead sysfs to tweak kmsg_bytes
[PATCH] [net/9p] Introduce basic flow-control for VirtIO transport
2011-03-18 22:49 UTC
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable
2011-03-18 19:32 UTC (3+ messages)
[PATCH 0/5] eCryptfs key locking patches
2011-03-18 16:02 UTC (8+ messages)
` [PATCH 1/5] eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix
` [PATCH 2/5] eCryptfs: modified size of keysig in the ecryptfs_key_sig structure
` [PATCH 4/5] eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock
[git pull] more vfs stuff
2011-03-18 15:54 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).