Erez Zadok ([email protected])

Number of posts: 510 (0.29 per day)
First post: 2005-01-14 01:14:14
Last post: 2009-12-06 03:44:35

Date List Subject
2008-01-10 15:01:12 linux-kernel [PATCH 02/29] VFS/eCryptfs: use simplified fs_stack API to fsstack_copy_attr_all
2008-01-10 15:00:37 linux-kernel [UNIONFS] 00/29 Unionfs and related patches pre-merge review (v2)
2008-01-10 02:20:22 linux-kernel [PATCH 1/4] Unionfs: merged several printk KERN_CONT together into one pr_debug
2008-01-10 02:17:57 linux-kernel [PATCH 4/4] Unionfs: ensure we have lower dentries in d_iput
2008-01-10 02:17:40 linux-kernel [PATCH 2/4] Unionfs: mmap fixes
2008-01-10 02:17:28 linux-kernel [PATCH 3/4] Unionfs: branch-management related locking fixes
2008-01-10 02:17:05 linux-kernel [GIT PULL -mm] 0/4 Unionfs updates/fixes/cleanups
2008-01-06 19:33:32 linux-kernel Re: [PATCH] block2mtd lockdep_init_map warning
2008-01-06 07:18:39 linux-kernel [PATCH] block2mtd lockdep_init_map warning
2008-01-03 18:36:44 linux-kernel Re: [PATCH 1/3] Unionfs: use printk KERN_CONT for debugging messages
2008-01-03 05:59:22 linux-kernel [PATCH 3/3] Unionfs: use VFS helpers to manipulate i_nlink
2008-01-03 05:58:55 linux-kernel [PATCH 2/3] Unionfs: locking fixes
2008-01-03 05:58:39 linux-kernel [GIT PULL -mm] 0/3 Unionfs updates/fixes/cleanups
2008-01-03 05:58:24 linux-kernel [PATCH 1/3] Unionfs: use printk KERN_CONT for debugging messages
2007-12-28 21:10:44 linux-kernel Re: [PATCH 0/4] unionfs: work better with tmpfs
2007-12-28 20:54:44 linux-kernel [PATCH 01/30] VFS/fs_stack: drop cast on inode passed to i_size_read
2007-12-28 20:54:29 linux-kernel [PATCH 02/30] VFS/fs_stack: use locking around i_size_write in 32-bit systems
2007-12-28 20:53:59 linux-kernel [PATCH 04/30] Unionfs: clarify usage.txt read/write behavior
2007-12-28 20:53:41 linux-kernel [PATCH 08/30] Unionfs: create new symlinks only in first branch
2007-12-28 20:53:27 linux-kernel [PATCH 18/30] Unionfs: remove unnecessary parent lock in create
2007-12-28 20:52:56 linux-kernel [PATCH 14/30] Unionfs: remove unnecessary conditional inode lock
2007-12-28 20:52:24 linux-kernel [PATCH 20/30] Unionfs: implement lockdep classes
2007-12-28 20:51:56 linux-kernel [PATCH 28/30] Unionfs: don't check dentry on error
2007-12-28 20:51:42 linux-kernel [PATCH 11/30] Unionfs: restructure unionfs_setattr and fix truncation order
2007-12-28 20:51:26 linux-kernel [PATCH 15/30] Unionfs: remove unnecessary lock when deleting whiteouts
2007-12-28 20:51:06 linux-kernel [PATCH 21/30] Unionfs: minor code rearrangement in rename
2007-12-28 20:50:46 linux-kernel [PATCH 29/30] Unionfs: implement d_iput method
2007-12-28 20:50:26 linux-kernel [PATCH 27/30] Unionfs: cleanup lower inodes after successful unlink
2007-12-28 20:49:55 linux-kernel [PATCH 26/30] Unionfs: initialize namelist variable in rename
2007-12-28 20:49:40 linux-kernel [PATCH 30/30] Unionfs: don't check parent dentries
2007-12-28 20:49:20 linux-kernel [PATCH 09/30] Unionfs: release special files on copyup
2007-12-28 20:48:52 linux-kernel [PATCH 16/30] Unionfs: remove unnecessary lock in read_inode
2007-12-28 20:48:38 linux-kernel [PATCH 17/30] Unionfs: remove unnecessary locking in follow-link
2007-12-28 20:48:20 linux-kernel [PATCH 10/30] Unionfs: mmap fixes
2007-12-28 20:47:56 linux-kernel [PATCH 24/30] Unionfs: update inode times after a successful open
2007-12-28 20:47:38 linux-kernel [PATCH 05/30] Unionfs: interpose cleanup and fix for spliced dentries
2007-12-28 20:47:23 linux-kernel [PATCH 25/30] Unionfs: minor cleanup in check_empty
2007-12-28 20:46:56 linux-kernel [PATCH 23/30] Unionfs: set our superblock a/m/ctime granularity
2007-12-28 20:46:40 linux-kernel [PATCH 07/30] Unionfs: create new special files only in first branch
2007-12-28 20:46:24 linux-kernel [PATCH 19/30] Unionfs: prevent false lockdep warnings in stacking
2007-12-28 20:46:06 linux-kernel [PATCH 22/30] Unionfs: handle on lower inodes in lookup
2007-12-28 20:45:48 linux-kernel [PATCH 06/30] Unionfs: initialize inode times for reused inodes
2007-12-28 20:45:19 linux-kernel [PATCH 12/30] Unionfs: remove custom read/write methods
2007-12-28 20:44:56 linux-kernel [PATCH 03/30] Unionfs: use locking around i_size_write in 32-bit systems
2007-12-28 20:44:19 linux-kernel [PATCH 13/30] Unionfs: prevent deadlock in cache coherency
2007-12-28 20:43:44 linux-kernel [GIT PULL -mm] 00/30 Unionfs+fsstack updates/fixes/cleanups
2007-12-25 21:50:26 linux-kernel checkpatch false ERROR: trailing statements should be on next line
2007-12-24 23:03:13 linux-kernel lockdep warning with LTP dio test (v2.6.24-rc6-125-g5356f66)
2007-12-23 20:24:03 linux-kernel vfs_rmdir "bug"?
2007-12-19 04:04:37 linux-kernel [PATCH] XFS: don't expose sysv device encoding in inode->i_rdev
2007-12-19 01:14:59 linux-kernel Re: [PATCH 3/4] unionfs: restructure unionfs_setattr