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 ec09f954cd4ac5d00472dddef8100728da47c971
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Thu Sep 20 00:14:46 2007 -0400

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

commit 4f10533b8222f88146d4a1579863002d6b3e2529
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 f080ac20a7a75c4acb8eef9f9f9342828f900011
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 7f67ada58aef8b4eacb2244964a8ec6b0688d442
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 8d6da2a9da7e004ad60c0611e18e24534ee64976
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