Documentation/filesystems/unionfs/concepts.txt |    4 ++--
 Documentation/filesystems/unionfs/issues.txt   |    2 +-
 Documentation/filesystems/unionfs/usage.txt    |   13 +++++++------
 fs/unionfs/Makefile                            |    2 +-
 fs/unionfs/commonfops.c                        |    4 ++--
 fs/unionfs/dentry.c                            |   14 +++++++-------
 fs/unionfs/fanout.h                            |    2 +-
 fs/unionfs/union.h                             |    4 ++++
 8 files changed, 25 insertions(+), 20 deletions(-)

New commits:
commit 46a0eacfb399327be595ceff1599b855aaf6e24d
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Thu Sep 20 00:14:44 2007 -0400

    Unionfs: release 2.1.4
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 92e537f22dd764f78d1d06f01126eff618034f5c
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed Sep 19 23:55:27 2007 -0400

    Unionfs: cache-coherency fixes
    
    Do not update mtime if there is no upper branch for the inode.  This
    prevents from calling unionfs_lower_inode_idx() with a negative index, which
    triggers a bug.
    
    Signed-off-by: Olivier Blin <[EMAIL PROTECTED]>
    Acked-by: Erez Zadok <[EMAIL PROTECTED]>

commit b72c09165dfd4d2d8e00d8adcc22ef5b7bc74397
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Thu Sep 20 00:59:05 2007 -0400

    Unionfs: display informational messages only if debug is on
    
    This is to avoid filling the console/logs with messages that are primarily
    of debugging use.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 9cf1999f7367578b2335be3cafbb34841ff20724
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed Sep 19 23:55:27 2007 -0400

    Unionfs: use int in unionfs_d_revalidate
    
    We have to use an int, even though unionfs_d_revalidate calls other routines
    that return only true/false, b/c ->d_revalidate is allowed to return a
    negative errno number.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 5f49ea173e2ebb7bea345ded7543e31f079aafb9
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed Sep 19 23:55:27 2007 -0400

    Unionfs: documentation updates/corrections
    
    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

Reply via email to