Documentation/filesystems/unionfs/issues.txt |    7 +-
 Documentation/filesystems/unionfs/usage.txt  |    2 +-
 fs/Kconfig                                   |    6 ++
 fs/stack.c                                   |    8 +-
 fs/unionfs/Makefile                          |   14 +---
 fs/unionfs/copyup.c                          |    7 +-
 fs/unionfs/main.c                            |  108 ++++++++++++++------------
 fs/unionfs/sioq.c                            |   14 ++--
 fs/unionfs/sioq.h                            |   14 ++--
 fs/unionfs/union.h                           |   76 ++++++++++---------
 include/linux/fs_stack.h                     |    8 +-
 11 files changed, 136 insertions(+), 128 deletions(-)

New commits:
commit 2ab750c35b998db05fa791861341634ecc3a2eb8
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed Aug 22 18:11:27 2007 -0400

    Unionfs: release 2.1.2
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 2de2fdf10f1fc738e89d31d977cbab9ed1a54d5a
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed Aug 22 18:02:04 2007 -0400

    Unionfs: imported fixes from korg branch's take-3 series
    
    - removed EACCES/EROFS text from issues.txt
    - updated sioq.[hc] copyright dates to 2006 (not earlier)
    - added small XXX comment to xattr copyup code (selinux CAP_FOWNER stuff) to
      say that entire copyup code should be moved to SIOQ.
    - copyup_xattr: renamed name_list_orig -> name_list_buf
    - multi-line static inline unionfs_xattr_kfree
    - rewrote unionfs_interpose a bit cleaner (no backward goto's, better
      variable names, use small util fxn, etc.)
    - introduced CONFIG_UNION_FS_DEBUG instead of hand-editing makefile
    - unionfs_mntget/put cleanups
    - bug fix to is_robranch_idx (thanks to Patrick Aussems).  Fixed bug #571.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit a394dd36aed5352e27619beedf45b9d6e4b784f3
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Sun Aug 19 15:59:48 2007 -0400

    Unionfs: release 2.1.1.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 646cd6d24146c9d0930e498996841a4671962f82
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Sun Aug 19 15:30:32 2007 -0400

    Unionfs: minor usage.txt documentation fix
    
    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