Josef 'Jeff' Sipek ([email protected])

Number of posts: 291 (0.75 per day)
First post: 2006-09-01 01:35:33
Last post: 2007-09-26 01:03:48

Date List Subject
2007-06-29 07:26:43 linux-kernel [GIT PULL -mm] Unionfs cleanups and fixes
2007-06-17 19:15:58 linux-kernel [PATCH 09/16] Unionfs: mmap implementation
2007-06-17 19:15:12 linux-kernel [PATCH 05/16] Unionfs: call statfs on lower file system properly
2007-06-17 19:14:47 linux-kernel [PATCH 08/16] Unionfs: Remove unnecessary #define
2007-06-17 19:14:29 linux-kernel [PATCH 01/16] [PATCH] unionfs section mismatch
2007-06-17 19:14:08 linux-kernel [PATCH 10/16] Unionfs: merge find_new_branch_index and branch_id_to_idx into one function
2007-06-17 19:13:44 linux-kernel [PATCH 03/16] Unionfs: Retry lookup for different silly-renamed files
2007-06-17 19:13:25 linux-kernel [PATCH 07/16] Unionfs: Add standard copyright comment to include/linux/union_fs.h
2007-06-17 19:13:06 linux-kernel [PATCH 04/16] Unionfs: Set lower inodes correctly after branch management succeeds
2007-06-17 19:12:46 linux-kernel [PATCH 06/16] MAINTAINERS: Add Erez Zadok as a maintainer of Unionfs
2007-06-17 19:12:32 linux-kernel [GIT PULL -mm] Unionfs cleanups, fixes, and mmap
2007-06-17 19:12:09 linux-kernel [PATCH 02/16] Unionfs: Don't revalidate dropped dentries
2007-06-17 19:11:47 linux-kernel [PATCH 15/16] Unionfs: Change the semantics of sb info's rwsem
2007-06-17 19:11:31 linux-kernel [PATCH 11/16] Unionfs: Revalidate dentries passed to all inode/super operations
2007-06-17 19:11:10 linux-kernel [PATCH 14/16] Unionfs: Add BUG_ONs to unionfs_lower_*
2007-06-17 19:10:44 linux-kernel [PATCH 16/16] Unionfs: Remove superfluous check for NULL pointer
2007-06-17 19:10:13 linux-kernel [PATCH 12/16] Unionfs: Cleanup new_dentry_private_data
2007-06-17 19:09:46 linux-kernel [PATCH 13/16] Unionfs: Change free_dentry_private_info to take a struct dentry
2007-06-04 02:17:54 linux-kernel [PATCH -mm] Unionfs: Fix lock leak in unionfs_ioctl
2007-05-24 16:22:03 linux-kernel [PATCH 1/1] Documentation: Fix up docs still talking about i_sem
2007-05-24 02:01:30 linux-kernel [PATCH 1/5] fs: Introduce vfs_path_lookup
2007-05-24 02:01:04 linux-kernel [PATCH 3/5] nfsctl: Use vfs_path_lookup
2007-05-24 02:00:48 linux-kernel [PATCH 5/5] fs: Remove path_walk export
2007-05-24 02:00:26 linux-kernel [PATCH 4/5] fs: Mark link_path_walk static
2007-05-24 02:00:01 linux-kernel [PATCH 2/5] sunrpc: Use vfs_path_lookup
2007-05-24 01:59:45 linux-kernel [PATCH 0/5] New path lookup function (V4)
2007-05-24 01:40:40 linux-kernel [PATCH 1/1] eCryptfs: Move ecryptfs docs into Documentation/filesystems/
2007-05-24 00:46:36 linux-kernel [PATCH 18/21] Unionfs: Remove defunct unionfs_put_inode super op
2007-05-24 00:46:03 linux-kernel [PATCH 13/21] Unionfs: Don't leak resources when copyup fails partially
2007-05-24 00:45:23 linux-kernel [PATCH 02/21] Unionfs: Coding style fixes
2007-05-24 00:44:44 linux-kernel [PATCH 03/21] Unionfs: Every printk should prefix with "unionfs: " consistently
2007-05-24 00:43:46 linux-kernel [PATCH 06/21] Unionfs: Added numerous comments
2007-05-24 00:43:17 linux-kernel [PATCH 05/21] Unionfs: Cleanup of strings and comments
2007-05-24 00:42:47 linux-kernel [PATCH 08/21] Unionfs: Rename Unionfs's double_lock_dentry to avoid confusion
2007-05-24 00:42:27 linux-kernel [PATCH 10/21] Unionfs: Move unionfs_query_file to commonfops.c
2007-05-24 00:41:58 linux-kernel [PATCH 12/21] Unionfs: Prefix external functions with 'extern' properly
2007-05-24 00:41:38 linux-kernel [PATCH 11/21] Unionfs: Combine unionfs_write with __unionfs_write.
2007-05-24 00:40:56 linux-kernel [PATCH 07/21] Unionfs: Consistent pointer declaration spacing
2007-05-24 00:40:40 linux-kernel [PATCH 16/21] Unionfs: Disallow setting leftmost branch to readonly
2007-05-24 00:40:13 linux-kernel [PATCH 09/21] Unionfs: Rename our "do_rename" to __unionfs_rename
2007-05-24 00:39:47 linux-kernel [PATCH 17/21] Unionfs: Documentation update regarding overlapping branches and new lookup code
2007-05-24 00:39:30 linux-kernel [PATCH 19/21] Unionfs: Actually catch bad use of unionfs_mnt{get,put}
2007-05-24 00:39:04 linux-kernel [PATCH 14/21] Unionfs: Call realloc unconditionally
2007-05-24 00:38:43 linux-kernel [PATCH 20/21] Unionfs: Removed a trailing whitespace
2007-05-24 00:38:25 linux-kernel [PATCH 15/21] Unionfs: Use krealloc instead of open-coding the functionality
2007-05-24 00:37:58 linux-kernel [PATCH 21/21] Unionfs: Correctly decrement refcounts of mnt's upon branch management
2007-05-24 00:37:22 linux-kernel [PATCH 04/21] Unionfs: Add missing copyright notices
2007-05-24 00:36:53 linux-kernel [PATCH 01/21] Unionfs: Tiny documentation fixups
2007-05-24 00:36:31 linux-kernel [GIT PULL -mm] Unionfs cleanups and fixes
2007-05-06 22:14:31 linux-kernel [PATCH 1/1] nfsctl: Use vfs_path_lookup
2007-05-06 21:47:19 linux-kernel [PATCH 4/5] fs: Mark link_path_walk static