messages from 2011-06-11 07:35:17 to 2011-06-17 20:20:15 UTC [more...]
[PATCH 3/3 v5] XFS TESTS: Add ENOSPC Hole Punch Test
2011-06-17 20:20 UTC (3+ messages)
pub/scm/linux/kernel/git/torvalds/linux-3.git?
2011-06-17 18:39 UTC
[PATCH 1/5] VFS: Do (nearly) lockless generic_file_llseek
2011-06-17 17:42 UTC (7+ messages)
` [PATCH 2/5] VFS: Use f_lock for SEEK_SET
` [PATCH 3/5] VFS: Add generic_file_llseek_size
` [PATCH 4/5] EXT4: Replace cut'n'pasted llseek code with generic_file_llseek_size
` [PATCH 5/5] NFS: Drop unnecessary locking in llseek
mmotm 2011-06-15-16-56 uploaded
2011-06-17 16:58 UTC (14+ messages)
` mmotm 2011-06-15-16-56 uploaded (UML build error)
` mmotm 2011-06-15-16-56 uploaded (mm/migrate)
` mmotm 2011-06-15-16-56 uploaded (mm/page_cgroup.c)
` [BUGFIX][PATCH][-rc3] Define a consolidated definition of node_start/end_pfn for build error in page_cgroup.c (Was "
[RFC][PATCH 00/76] Union Mount
2011-06-17 16:53 UTC (79+ messages)
` [PATCH 01/76] VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
` [PATCH 02/76] VFS: Add hard read-only users count to superblock
` [PATCH 03/76] VFS: Add CL_NO_SHARED flag to clone_mnt()/copy_tree()
` [PATCH 04/76] VFS: Add CL_NO_SLAVE "
` [PATCH 05/76] VFS: Add CL_MAKE_HARD_READONLY "
` [PATCH 06/76] VFS: Comment follow_mount() and friends
` [PATCH 07/76] VFS: Make lookup_hash() return a struct path
` [PATCH 08/76] whiteout/NFSD: Don't return information about whiteouts to userspace
` [PATCH 09/76] whiteout: Define flags and operations for opaque inodes
` [PATCH 10/76] whiteout: Add vfs_whiteout() and whiteout inode operation
` [PATCH 11/76] whiteout: Allow removal of a directory with whiteouts
` [PATCH 12/76] tmpfs: Add whiteout support
` [PATCH 13/76] ext2: Add ext2_dirent_in_use()
` [PATCH 14/76] ext2: Split ext2_add_entry() from ext2_add_link()
` [PATCH 15/76] ext2: Add whiteout support
` [PATCH 16/76] jffs2: "
` [PATCH 17/76] VFS: Basic fallthru definitions
` [PATCH 18/76] ext2: Add fallthru support
` [PATCH 19/76] tmpfs: "
` [PATCH 20/76] jffs2: "
` [PATCH 21/76] union-mount: Union mounts documentation
` [PATCH 22/76] union-mount: Introduce MNT_UNION and MS_UNION flags
` [PATCH 23/76] union-mount: Add CONFIG_UNION_MOUNT option
` [PATCH 24/76] union-mount: Create union_stack structure
` [PATCH 25/76] union-mount: Add two superblock fields for union mounts
` [PATCH 26/76] union-mount: Add union_alloc()
` [PATCH 27/76] union-mount: Add union_find_dir()
` [PATCH 28/76] union-mount: Create d_free_unions()
` [PATCH 29/76] union-mount: Free union stack on removal of topmost dentry from dcache
` [PATCH 30/76] union-mount: Create union_add_dir()
` [PATCH 31/76] union-mount: Add union_create_topmost_dir()
` [PATCH 32/76] union-mount: Create IS_MNT_UNION()
` [PATCH 33/76] union-mount: Create needs_lookup_union()
` [PATCH 34/76] union-mount: Create check_topmost_union_mnt()
` [PATCH 35/76] union-mount: Add clone_union_tree() and put_union_sb()
` [PATCH 36/76] union-mount: Create build_root_union()
` [PATCH 37/76] union-mount: Create prepare_mnt_union() and cleanup_mnt_union()
` [PATCH 38/76] union-mount: Prevent improper union-related remounts
` [PATCH 39/76] union-mount: Prevent topmost file system from being mounted elsewhere
` [PATCH 40/76] union-mount: Prevent bind mounts of union mounts
` [PATCH 41/76] union-mount: Implement union mount
` [PATCH 42/76] union-mount: Temporarily disable some syscalls
` [PATCH 43/76] union-mount: Basic infrastructure of __lookup_union()
` [PATCH 44/76] union-mount: Process negative dentries in __lookup_union()
` [PATCH 45/76] union-mount: Return files found in lower layers "
` [PATCH 46/76] union-mount: Build union stack "
` [PATCH 47/76] union-mount: Follow mount "
` [PATCH 48/76] union-mount: Add lookup_union()
` [PATCH 49/76] union-mount: Add do_lookup_union() wrapper for __lookup_union()
` [PATCH 50/76] union-mount: Call union lookup functions in lookup path
` [PATCH 51/76] union-mount: Create whiteout on unlink()
` [PATCH 52/76] union-mount: Create whiteout on rmdir()
` [PATCH 53/76] union-mount: Set opaque flag on new directories in unioned file systems
` [PATCH 54/76] union-mount: Copy up directory entries on first readdir()
` [PATCH 55/76] union-mount: Add generic_readdir_fallthru() helper
` [PATCH 56/76] fallthru: ext2 support for lookup of d_type/d_ino in fallthrus
` [PATCH 57/76] fallthru: tmpfs "
` [PATCH 58/76] fallthru: jffs2 "
` [PATCH 59/76] VFS: Split inode_permission() and create path_permission()
` [PATCH 60/76] VFS: Create user_path_nd() to lookup both parent and target
` [PATCH 61/76] union-mount: In-kernel file copyup routines
` [PATCH 62/76] union-mount: Implement union-aware access()/faccessat()
` [PATCH 63/76] union-mount: Implement union-aware link()
` [PATCH 64/76] union-mount: Implement union-aware rename()
` [PATCH 65/76] union-mount: Implement union-aware writable open()
` [PATCH 66/76] union-mount: Implement union-aware chown()
` [PATCH 67/76] union-mount: Implement union-aware truncate()
` [PATCH 68/76] union-mount: Implement union-aware chmod()/fchmodat()
` [PATCH 69/76] union-mount: Implement union-aware lchown()
` [PATCH 70/76] union-mount: Implement union-aware utimensat()
` [PATCH 71/76] union-mount: Implement union-aware setxattr()
` [PATCH 72/76] union-mount: Implement union-aware lsetxattr()
` [PATCH 73/76] union-mount: Pass mount flags to sget()
` [PATCH 74/76] union-mount: Duplicate the i_{, dir_}mutex lock classes and use for upper layer
` [PATCH 76/76] Temporary commit
` [PATCH 75/76] Ext2: Unionmount devel
[PATCH] coredump: call vfs_getattr() to get inode attributes
2011-06-17 14:48 UTC
[RFC PATCH 0/4] security_inode_init_security API change
2011-06-17 14:47 UTC (5+ messages)
` [RFC PATCH 1/4] security: modify security_inode_init_security to return an array of xattrs
` [RFC PATCH 2/4] evm: call evm_inode_init_security from security_inode_init_security
` [RFC PATCH 3/4] security: add security_inode_init_security function callback parameter
` [RFC PATCH 4/4] evm: call evm_inode_init_security from security_inode_init_security
[PATCH 2/3 v5] XFS TESTS: Expand 252 punch hole test
2011-06-17 12:08 UTC (2+ messages)
[PATCH 1/3 v5] XFS TESTS: Add Punch Hole to FSX
2011-06-17 12:02 UTC (2+ messages)
[PATCH] fs: file_table: fix coding style issues
2011-06-17 8:17 UTC
Fw: Re: [PATCH 0/7] overlay filesystem: request for inclusion
2011-06-17 7:38 UTC (14+ messages)
` "
[PATCH 0/12] Per superblock cache reclaim
2011-06-17 3:35 UTC (3+ messages)
[PATCH 0/7] overlay filesystem: request for inclusion
2011-06-17 1:49 UTC (28+ messages)
[PATCH] Fix infinite loop in search_binary_handler()
2011-06-16 22:11 UTC
[git pull] vfs patches for -rc4
2011-06-16 17:10 UTC
suse xfs patches
2011-06-16 15:09 UTC (3+ messages)
undefined behaviour in fs/jbd*/revoke.c:hash()
2011-06-16 0:29 UTC (2+ messages)
WARNING: at /home/ak/lsrc/git/linux-2.6/fs/fs-writeback.c:356
2011-06-16 0:05 UTC
GSoC HFSplus project
2011-06-15 16:01 UTC
lease/delegation/oplock semantics
2011-06-15 15:47 UTC (12+ messages)
` [PATCH 1/2] locks: introduce i_blockleases to close lease races
[PATCH] FS-Cache: Add a helper to bulk uncache pages on an inode
2011-06-15 15:01 UTC
3.0-rc3: WARNING: at fs/fs-writeback.c:356 writeback_single_inode+0x3e/0x18f()
2011-06-15 4:42 UTC
xfstests 252 failure
2011-06-14 19:37 UTC (4+ messages)
[PATCH 0/9] fsnotify: change locking order
2011-06-14 15:29 UTC (10+ messages)
` [PATCH 1/9] inotify, fanotify: replace fsnotify_put_group() with fsnotify_destroy_group()
` [PATCH 2/9] fsnotify: introduce fsnotify_get_group()
` [PATCH 3/9] fsnotify: use reference counting for groups
` [PATCH 4/9] fsnotify: take groups mark_lock before mark lock
` [PATCH 5/9] fanotify: add an extra flag to mark_remove_from_mask that indicates wheather a mark should be destroyed
` [PATCH 6/9] fsnotify: use a mutex instead of a spinlock to protect a groups mark list
` [PATCH 7/9] fsnotify: pass group to fsnotify_destroy_mark()
` [PATCH 8/9] fsnotify: introduce locked versions of fsnotify_add_mark() and fsnotify_remove_mark()
` [PATCH 9/9] fsnotify: dont put marks on temporary list when clearing marks by group
[PATCH 1/3] 9p: add 9P2000.L renameat operation
2011-06-14 15:14 UTC (5+ messages)
` [PATCH 3/3] 9p: add 9P2000.L unlinkat operation
` [V9fs-developer] "
[PATCH] writeback: trace global_dirty_state
2011-06-14 13:46 UTC (3+ messages)
fanotify coredump issue
2011-06-14 10:42 UTC (3+ messages)
[PATCH 0/3] bdi write bandwidth estimation
2011-06-14 3:45 UTC (6+ messages)
` [PATCH 1/3] writeback: account per-bdi accumulated written pages
` [PATCH 2/3] writeback: bdi write bandwidth estimation
` [PATCH 3/3] writeback: show bdi write bandwidth in debugfs
[PATCH] NFS: return -EAGAIN when skipped commit in nfs_commit_unstable_pages()
2011-06-14 2:30 UTC (3+ messages)
[PATCH] trace: Add tracepoints to fs subsystem
2011-06-14 0:42 UTC (3+ messages)
[PATCH] vfs: Fix data corruption after failed write in __block_write_begin()
2011-06-13 22:58 UTC
[PATCH 00/15] writeback fixes and cleanups for 3.0 (v5)
2011-06-13 13:42 UTC (4+ messages)
` [PATCH 11/15] writeback: skip balance_dirty_pages() for in-memory fs
LVM vs. Ext4 snapshots (was: [PATCH v1 00/30] Ext4 snapshots)
2011-06-13 8:50 UTC (13+ messages)
[PATCH] Add cloexec information to fdinfo
2011-06-13 2:54 UTC
[RFC] breakage in sysfs_readdir() and s_instances abuse in sysfs
2011-06-12 18:35 UTC (9+ 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).