fs/unionfs/Makefile | 2 +-
fs/unionfs/dentry.c | 13 ++++++-----
fs/unionfs/inode.c | 6 ++++-
fs/unionfs/lookup.c | 52 ++++++++++++++++++++++++++++++--------------------
4 files changed, 44 insertions(+), 29 deletions(-)
New commits:
commit 69610ac0fa35caf151a7964f9d8079475240e9e1
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 22:02:01 2007 -0400
Unionfs: release 2.1.3
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit 3a3835badb6f32d1b8ab88da61043efdb2e5c661
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:19:29 2007 -0400
Unionfs: cache coherency after lower objects are removed
Prevent an oops if a lower file is deleted and then it is stat'ed from the
upper layer. Ensure that we return a negative dentry so the user will get
an ENOENT. Properly dput/mntput so we don't leak references at the lower
file system.
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit 2082ccfc82ab57ee6525eb85274eb3248849d721
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:15:37 2007 -0400
Unionfs: unionfs_lookup locking consistency
Ensure that our lookup locking is consistent and symmetric: if a lock
existed before calling lookup_backend, it should remain so; only if
performing a lookup of a known new dentry, should lookup_backend return a
newly-locked dentry-inode info (and only if there was no error). Document
this behavior. This cleanup allowed us to remove two unnecessary int
declarations.
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit 1b2d16e79f9ff617c4e7e9c641331c6ec81020b0
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:10:31 2007 -0400
Unionfs: use boolean type in unionfs_d_revalidate
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit 0178aa535c081e3f5d7294cec0a12e47d49e5122
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Mon Sep 10 20:09:41 2007 -0400
Unionfs: add missing newlines to printks
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs