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 de5c66047e24b4ff20eb1224fcc60f258c454d09
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Thu Sep 20 00:14:48 2007 -0400
Unionfs: release 2.1.4
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
commit aa70342e97e67c46d580470daef752e137d329dd
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 498cd7869578f5225e33fc9273a674b580f96da6
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 7ef0aa44a0204ba1adc110be024f30abe0c9dab8
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 22393b3102381202015b90e9fd72158249349678
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