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

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

commit 677ead461448e2727557f32986f2117a79cbf662
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 93090734c46b798ead2d92c5c9aab295305ecf25
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 427f81663fc2655ff9f6f810496965d6dc3745ec
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 3f633657083a6c52b33bdfbb554ef9dc99f5ef45
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