fs/stack.c               |    6 +++---
 fs/unionfs/Makefile      |    2 +-
 fs/unionfs/commonfops.c  |    6 +++---
 fs/unionfs/copyup.c      |   17 +++++++++++++----
 fs/unionfs/debug.c       |    6 +++---
 fs/unionfs/dentry.c      |    6 +++---
 fs/unionfs/dirfops.c     |    6 +++---
 fs/unionfs/dirhelper.c   |    6 +++---
 fs/unionfs/fanout.h      |    6 +++---
 fs/unionfs/file.c        |    6 +++---
 fs/unionfs/inode.c       |    6 +++---
 fs/unionfs/lookup.c      |    6 +++---
 fs/unionfs/main.c        |    6 +++---
 fs/unionfs/mmap.c        |    6 +++---
 fs/unionfs/rdstate.c     |    6 +++---
 fs/unionfs/rename.c      |   35 ++++++++++++++++++++---------------
 fs/unionfs/sioq.c        |    6 +++---
 fs/unionfs/sioq.h        |    6 +++---
 fs/unionfs/subr.c        |    6 +++---
 fs/unionfs/super.c       |    6 +++---
 fs/unionfs/union.h       |    6 +++---
 fs/unionfs/unlink.c      |    6 +++---
 fs/unionfs/whiteout.c    |    6 +++---
 fs/unionfs/xattr.c       |    6 +++---
 include/linux/fs_stack.h |    6 +++---
 include/linux/union_fs.h |    6 +++---
 26 files changed, 103 insertions(+), 89 deletions(-)

New commits:
commit 888a4fcf164e432a908977fde477c524ad0c5a2d
Author: Erez Zadok <[email protected]>
Date:   Sun Jan 18 21:23:52 2009 -0500

    Unionfs: release 2.5.1
    
    Signed-off-by: Erez Zadok <[email protected]>

commit 0566bbf0119dfd7e5e4afed856a007bbae349b16
Author: Erez Zadok <[email protected]>
Date:   Sun Jan 18 22:34:44 2009 -0500

    Unionfs: update copyrights for 2009
    
    Signed-off-by: Erez Zadok <[email protected]>

commit 89d2c0141e00b0c6690f9d2daf2a74c9f80e0536
Author: Erez Zadok <[email protected]>
Date:   Sun Jan 18 21:02:21 2009 -0500

    Unionfs: create whiteout in correct dir after rename with copyup
    
    Fixes bug #625: a file renamed/moved into a directory, if resulted in a
    copyup with a whiteout creation, could cause the whiteout to be created in
    the wrong dir.
    
    Signed-off-by: Erez Zadok <[email protected]>

commit d1226ec298bdaf2e8f4bdd0ce15575aa3c4ab889
Author: Erez Zadok <[email protected]>
Date:   Mon Jan 12 23:03:08 2009 -0500

    Unionfs: handle partial copyup errors gracefully
    
    Don't leave any dentries behind if copying up the inode (or setting its
    permission, i.e., using TOMOYO) failed.
    
    CC: Tetsuo Handa <[email protected]>
    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