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-07-30 02:49:17 linux-kernel [PATCH 08/19] Unionfs: lookup overhaul using vfs_path_lookup
2008-07-30 02:48:52 linux-kernel [PATCH 04/19] Unionfs: create and consolidate helpers to iput lower objects
2008-07-30 02:48:36 linux-kernel [PATCH 05/19] Unionfs: create and consolidate helpers to path-put lower objects
2008-07-30 02:48:16 linux-kernel [PATCH 06/19] Unionfs: simplify stale-inode detection code
2008-07-30 02:47:51 linux-kernel [PATCH 03/19] Unionfs: move a rename helper closer to rename code
2008-07-30 02:47:34 linux-kernel [PATCH 02/19] Unionfs: simplify the macros used to get/set the dentry start/end branches
2008-07-30 02:47:18 linux-kernel [GIT PULL -mm] 00/19 fsstack+Unionfs updates/fixes/cleanups
2008-07-30 02:46:54 linux-kernel [PATCH 13/19] Unionfs: update copyrights
2008-07-30 02:46:39 linux-kernel [PATCH 17/19] Unionfs: permission no longer takes a nameidata parameter
2008-07-30 02:46:23 linux-kernel [PATCH 19/19] Unionfs: use new kmem_cache_create constructor prototype
2008-07-30 02:46:00 linux-kernel [PATCH 15/19] Unionfs: properly hash newly created inodes
2008-07-30 02:45:34 linux-kernel [PATCH 11/19] Unionfs: remove old lookup code
2008-07-30 02:44:57 linux-kernel [PATCH 10/19] Unionfs: cache coherency fixes
2008-07-30 02:44:37 linux-kernel [PATCH 14/19] Unionfs: minor checkpatch fixes
2008-07-30 01:15:52 linux-kernel Re: [Unionfs] Re: [PATCH -mm] unionfs: build fixes
2008-07-30 01:03:56 linux-kernel Re: [PATCH -mm] unionfs: build fixes
2008-07-22 17:31:22 linux-kernel Re: [RFC] Add a counter in task_struct for skipping permission check. (Was: Should LSM hooks be called by filesystem's requests?)
2008-07-02 00:00:47 linux-kernel Re: [PATCH] fsstack: fsstack_copy_inode_size locking
2008-06-30 18:23:38 linux-kernel Re: [PATCH] fsstack: fsstack_copy_inode_size locking
2008-06-30 18:12:15 linux-kernel Re: [PATCH] unionfs: fix memory leak
2008-06-02 18:14:27 linux-kernel Re: [RFC 0/7] [RFC] cramfs: fake write support
2008-06-02 15:48:57 linux-kernel Re: [RFC 0/7] [RFC] cramfs: fake write support
2008-06-02 04:38:16 linux-kernel Re: [RFC 0/7] [RFC] cramfs: fake write support
2008-06-02 03:51:39 linux-kernel Re: [RFC 0/7] [RFC] cramfs: fake write support
2008-06-02 03:26:31 linux-kernel Re: [RFC 0/7] [RFC] cramfs: fake write support
2008-04-04 15:42:14 linux-ext4 Re: ext3 lockdep warning in 2.6.25-rc6
2008-04-02 16:38:15 linux-ext4 Re: ext3 lockdep warning in 2.6.25-rc6
2008-04-01 21:27:14 linux-ext4 Re: ext3 lockdep warning in 2.6.25-rc6
2008-03-25 02:29:59 linux-kernel non-idempotent Makefile in 2.6.25-rc6?
2008-03-22 22:35:27 linux-kernel Re: ext3 lockdep warning in 2.6.25-rc6
2008-03-22 22:35:12 linux-ext4 Re: ext3 lockdep warning in 2.6.25-rc6
2008-03-22 14:38:46 linux-kernel ext3 lockdep warning in 2.6.25-rc6
2008-03-22 14:38:36 linux-ext4 ext3 lockdep warning in 2.6.25-rc6
2008-02-17 20:23:24 linux-kernel Re: [2.6 patch] make vfs_ioctl() static
2008-02-17 03:07:28 linux-kernel Re: unionfs_copy_attr_times oopses
2008-02-17 03:04:08 linux-kernel [PATCH 14/17] Unionfs: stop using iget() and read_inode()
2008-02-17 03:03:48 linux-kernel [PATCH 11/17] Unionfs: lock parents' branch configuration fixes
2008-02-17 03:03:32 linux-kernel [PATCH 15/17] Unionfs: embed a struct path into struct nameidata instead of nd dentrymnt
2008-02-17 03:03:10 linux-kernel [PATCH 06/17] Unionfs: extend dentry branch configuration lock in open
2008-02-17 03:02:49 linux-kernel [PATCH 05/17] Unionfs: initialize path_save variable
2008-02-17 03:02:32 linux-kernel [PATCH 13/17] Unionfs: use dget_parent in revalidation code
2008-02-17 03:02:01 linux-kernel [PATCH 08/17] Unionfs: improve debugging in copy_attr_times
2008-02-17 03:01:46 linux-kernel [PATCH 10/17] Unionfs: factor out revalidation routine
2008-02-17 03:01:27 linux-kernel [PATCH 12/17] Unionfs: branch management/configuration fixes
2008-02-17 03:01:04 linux-kernel [PATCH 16/17] Unionfs: use the new path_put
2008-02-17 03:00:46 linux-kernel [PATCH 17/17] VFS/Unionfs: use generic path_get/path_put functions
2008-02-17 03:00:29 linux-kernel [PATCH 04/17] Unionfs: uninline unionfs_copy_attr_times and unionfs_copy_attr_all
2008-02-17 02:59:57 linux-kernel [PATCH 02/17] Unionfs: ensure consistent lower inodes types
2008-02-17 02:59:42 linux-kernel [PATCH 09/17] Unionfs: revalidation code cleanup and refactoring
2008-02-17 02:59:26 linux-kernel [PATCH 07/17] Unionfs: follow_link locking fixes
2008-02-17 02:58:58 linux-kernel [PATCH 03/17] Unionfs: document behavior when the lower topology changes