Documentation/filesystems/unionfs/odf.txt |    7 ++
 fs/unionfs/inode.c                        |    7 ++
 fs/unionfs/odf.c                          |   96 +++++++++++++++++++++++++++--
 fs/unionfs/odf.h                          |   11 +--
 fs/unionfs/rename.c                       |   85 +++++++++++++-------------
 fs/unionfs/super.c                        |    6 ++
 fs/unionfs/union.h                        |    1 
 7 files changed, 154 insertions(+), 59 deletions(-)

New commits:
commit 1848da470395d442507cd0dc32bba1fa583f3075
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 18:05:05 2007 -0400

    documentation: added info about /odf/sr in odf.txt

commit 71394271e7068401bc4a87fe376a13f126dace39
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 17:51:30 2007 -0400

    when an inode is dropped, check if it has an entry in /odf/sr and move it 
to /odf/reclaim

commit 86ff02dc06d436537cb83c9c6c352b63e6e96ef9
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 16:32:40 2007 -0400

    silly rename (move to /odf/sr) files to be removed that have i_count > 1

commit cc51d8467be3f5594b0b596b0e763fa82d5b7165
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 16:14:45 2007 -0400

    added odf/sr to odf structure, that will contain odf silly renamed files

commit 130556ca486b89418fc3491d3846391518205a66
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 16:08:01 2007 -0400

    rename bug:
    
    if the dst dentry exists at the start of the rename, then at the end
    we need to purge its inode's lower inode pointers if it is not used
    by anyone else, since it might remain in the cache and the odf might
    give this inode number to a new inode, resulting in the new inode
    having the old inode's pointers.

commit 017a32068a42f00dc7eacdac37e36a2b8a12b104
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 15:27:52 2007 -0400

    rename bug: return EXDEV when destinations parent is opaque at a branch to 
the left of
    source's start branch

commit b8b7915e2c8566773c66a7a338bf744ddc8995e4
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 22 12:33:10 2007 -0400

    link and rename invariants when new_dentry is negative and link/rename 
happens on
    a branch other than leftmost

_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to