fs/unionfs/commonfops.c |   22 +++++++++++++
 fs/unionfs/copyup.c     |    2 +
 fs/unionfs/inode.c      |   81 +++++++++++++++++++++++++++++++++++++----------
 fs/unionfs/rename.c     |   13 ++++++--
 fs/unionfs/super.c      |    9 +++++
 fs/unionfs/union.h      |   15 +--------
 fs/unionfs/unlink.c     |   16 +++++++--
 fs/unionfs/xattr.c      |   34 +++++++++++++++-----
 8 files changed, 144 insertions(+), 48 deletions(-)

New commits:
commit 7de01cabadbb93cc5ed7aecd76150eb59be783b5
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed May 30 20:14:07 2007 -0400

    bugfix: ensure dentry/inode/mnt validity after a successful ioctl
    
    We call unionfs_partial_lookup in our queryfile ioctl method, so we can find
    all instances of a lower object to report back to a suer.  This can violate
    the fanout invariants (e.g., a regular file should have only one lower
    object active at a time).  So we have to re-establish the invariants on the
    lower dentries, inodes, and mnts.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 2757f3b0bee4b7ce42881771355298979d50aeb7
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed May 30 20:09:07 2007 -0400

    bugfix: release superblock lock at end of ioctl method
    
    Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 99b87c1d5c97e082b28323d0134e1bd55022c8d9
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Wed May 30 20:41:07 2007 -0400

    bug fixes: revalidate dentries passed to all inode/super operations
    
    Be sure to properly revalidate all dentry chains passed to all inode and
    super_block operations.  Remove the older BUG_ON test is_valid_dentry().
    This should help improve cache-coherency.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
    
    Conflicts:
    
        fs/unionfs/inode.c
        fs/unionfs/union.h
        fs/unionfs/unlink.c

commit 12965bdf6ed5036e80d58b7847d03fe918b71b36
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Tue May 29 22:09:59 2007 -0400

    code consistency: ensure that every #endif has a matching comment
    
    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