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 5400066471b958d63d496c656c0650ab25c93d49
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed Aug 22 18:12:39 2007 -0400

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

commit 1b16d84b8fc4cbe81f9baa2d27217784bcbc0b5a
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Wed Aug 22 18:03:16 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 c1267ae656f4bbe52f3b65452271caf536565d3d
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Sun Aug 19 16:04:39 2007 -0400

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

commit 9518871c3dabef1c9d7c84fcb4f94d3066400b40
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Sun Aug 19 15:33:07 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