messages from 2011-03-22 18:17:04 to 2011-03-28 16:39:40 UTC [more...]
[PATCH v4 00/11] EVM
2011-03-28 16:39 UTC (9+ messages)
` [PATCH v4 01/11] integrity: move ima inode integrity data management
` [PATCH v4 02/11] xattr: define vfs_getxattr_alloc and vfs_xattr_cmp
` [PATCH v4 03/11] evm: re-release
` [PATCH v4 04/11] evm: add support for different security.evm data types
` [PATCH v4 06/11] security: imbed evm calls in security hooks
` [PATCH v4 07/11] evm: inode post removexattr
` [PATCH v4 08/11] evm: imbed evm_inode_post_setattr
` [PATCH v4 09/11] evm: inode_post_init
[PATCH RFC 0/5] IO-less balance_dirty_pages() v2 (simple approach)
2011-03-28 15:08 UTC (9+ messages)
[PATCH] VFS: trivial: fix comment on s_maxbytes value warning check
2011-03-28 11:31 UTC
[PATCH v6] fat: Batched discard support for fat
2011-03-28 10:34 UTC
[BUG] ext4: cannot unfreeze a filesystem due to a deadlock
2011-03-28 8:06 UTC (9+ messages)
` [RFC][PATCH] "
[PATCH v5] fat: Batched discard support for fat
2011-03-28 7:33 UTC (6+ messages)
[GIT PULL] Please pull bugfixes for the NFS client
2011-03-28 7:04 UTC
[RFC PATCH 0/2] Introduce unlocked version of igrab
2011-03-28 6:01 UTC (10+ messages)
` [RFC PATCH 1/2] Add "
` [PATCH] fs: don't use igrab() while holding i_lock (was Re: [RFC PATCH 1/2] Add unlocked version of igrab.)
` [RFC PATCH 2/2] Use __igrab instead of igrab in nfs_inode_add_request
[Patch V2] proc: check error pointer returned by m_start()
2011-03-28 5:49 UTC (4+ messages)
NFS page states & writeback
2011-03-28 0:23 UTC (15+ messages)
[PATCH 1/5] fs/9p: Fix revalidate to return correct value
2011-03-27 22:24 UTC (12+ messages)
` [PATCH 2/5] fs/9p: Use write_inode for data sync on server
` [V9fs-developer] "
` [PATCH 3/5] 9p: revert tsyncfs related changes
` [V9fs-developer] "
` [PATCH 4/5] fs/9p: Fix error reported by coccicheck
` [V9fs-developer] "
` [PATCH 5/5] 9p: Fix sparse error
` [V9fs-developer] "
` [V9fs-developer] [PATCH 1/5] fs/9p: Fix revalidate to return correct value
[PATCH 3/3] cifs: don't allow mmap'ed pages to be dirtied while under writeback
2011-03-27 15:00 UTC
Compiling virtualbox with Linux 2.6.38
2011-03-27 11:50 UTC
BUG() in shrink_dcache_for_umount_subtree on nfs4 mount
2011-03-25 20:11 UTC
[PATCH 00/74] Union mounts version something or other
2011-03-25 12:12 UTC (52+ 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-25 9:56 UTC (4+ messages)
[PATCH RFC] consolidate *_le_bit operations [was: Re: linux-next: build failure after merge of the block tree]
2011-03-25 9:30 UTC
[git pull] last major vfs bits for -rc1
2011-03-25 1:38 UTC
[RFC] GSoC idea: implement HFS Plus Journal
2011-03-24 16:29 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 (6+ messages)
` [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 (21+ messages)
` [PATCH 1/6 v7] vfs: add i_op->open()
[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 (13+ messages)
[ext4] Multiple page-io submission (Option "mblk_io_submit")
2011-03-23 7:32 UTC (3+ 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 (12+ messages)
[PATCH v2 0/5] eCryptfs key locking patches
2011-03-22 21:32 UTC (2+ messages)
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).