fs/unionfs/commonfops.c |   78 +++++++++++++++------------------
 fs/unionfs/copyup.c     |   14 +-----
 fs/unionfs/debug.c      |    2 -
 fs/unionfs/dentry.c     |   10 +++-
 fs/unionfs/dirfops.c    |   16 ++++---
 fs/unionfs/dirhelper.c  |   10 ----
 fs/unionfs/fanout.h     |    8 +++
 fs/unionfs/file.c       |   22 +++++----
 fs/unionfs/inode.c      |   68 ++++++++++++++++++-----------
 fs/unionfs/lookup.c     |  110 ++++++++++++++++++++++++++++-------------------
 fs/unionfs/main.c       |   25 ++++++-----
 fs/unionfs/mmap.c       |   18 ++++----
 fs/unionfs/rdstate.c    |    2 -
 fs/unionfs/rename.c     |    2 +
 fs/unionfs/super.c      |   40 +++++++++++------
 fs/unionfs/union.h      |   18 +++++---
 fs/unionfs/unlink.c     |    4 ++
 fs/unionfs/xattr.c      |    8 +++
 18 files changed, 254 insertions(+), 201 deletions(-)

New commits:
commit f4ed286a4926e2948ae70f47d6d91d63f49c39eb
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Jun 29 02:33:14 2007 -0400

    Unionfs: rename file->f_dentry references to file->f_path.dentry
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 71e24f517fef2c85ec4af26d88ac9005efe61159
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Jun 29 02:02:42 2007 -0400

    Unionfs: improved comment above unionfs_follow_link
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 38df434edee7b3cad2624e3a547cc3d6276f29ac
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Jun 29 02:00:24 2007 -0400

    Unionfs: Change the semantics of sb info's rwsem
    
    This rw semaphore is used to make sure that a branch management
    operation...
    
    1) will not begin before all currently in-flight operations complete
    
    2) any new operations do not execute until the currently running branch
    management operation completes
    
    Reworked the patch a bit, added comments, and fixed some bugs, from the
    version originally committed into the master branch.
    
    TODO: rename the functions unionfs_{read,write}_{,un}lock() to something
    more descriptive.
    
    Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 4f3b86059445009456dfbd5fee36dba370897945
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Jun 29 00:45:47 2007 -0400

    Unionfs: Remove superfluous check for NULL pointer
    
    Since we use containers and the struct inode is _inside_ the
    unionfs_inode_info structure, UNIONFS_I will always (given a non-NULL inode
    pointer), return a valid non-NULL pointer.
    
    Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
    
    Conflicts:
    
        fs/unionfs/super.c

commit 55ff5149a18d8898e8f392bd6982328475fda156
Author: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
Date:   Fri Jun 8 10:58:22 2007 -0400

    Unionfs: Change free_dentry_private_info to take a struct dentry
    
    This makes it more symmetric with new_dentry_private_info.
    
    Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>

commit a3a5bede8028a815539301ad7582747c527ecd3a
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Fri Jun 29 00:36:08 2007 -0400

    Unionfs: Cleanup new_dentry_private_data
    
    Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>
    
    Conflicts:
    
        fs/unionfs/lookup.c

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

Reply via email to