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

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

commit 91bd3ba5d7d2dd066840cf1c629e75de6689a95b
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 54370061ca1c41673df0f7e3f8f2a3911fc4b30b
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 b67bbd23188caf126f0d56f6c712a5213f9f3d9b
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 6099b801dfb63d47dfcae2201042586010fc2fad
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