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 a982d3b5cc5b09021c18dd51ff39d4ae08e2d86c
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 1d6f142af885aa500084a4e96977ce32d3bad1b9
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 7df8b989ecab8c33db41b9750901af754540f070
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 99bd3ecddc80445310de4ab7bc5d6deb7773050e
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 486afb754b80503aaa139ed98bc733baa79fb8b0
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 a43c227f210405c34c79e691936ebd5bd4930093
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