GIT: unionfs2-2.6.9.y: Changes to branch 'master'

Erez_Zadok ezk at fsl.cs.sunysb.edu
Tue Mar 25 21:41:28 EDT 2008


 Documentation/filesystems/unionfs/concepts.txt |   61 ++++++++++++++
 fs/unionfs/Makefile                            |    2 +-
 fs/unionfs/commonfops.c                        |   32 +++-----
 fs/unionfs/dentry.c                            |    2 +-
 fs/unionfs/dirfops.c                           |   18 +++--
 fs/unionfs/file.c                              |   30 ++++---
 fs/unionfs/inode.c                             |    3 +-
 fs/unionfs/lookup.c                            |   10 +--
 fs/unionfs/super.c                             |   26 ++++---
 fs/unionfs/union.h                             |   21 +++--
 fs/unionfs/unlink.c                            |  107 +++++++++++++++---------
 11 files changed, 207 insertions(+), 105 deletions(-)

New commits:
commit baf5e026f3d662d797aca0e33d4aedbd501e35e2
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Tue Mar 25 20:00:15 2008 -0400

    patch unionfs-version-update2.patch

commit 1ad3ddfad31c82f676951edd82eefdc3dde43ef9
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Tue Mar 25 19:54:49 2008 -0400

    Unionfs: do not over-decrement lower superblock refs on remount
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

commit 3a31f7d7d074e42338efc27d61ccb377fa768500
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Mon Mar 24 20:25:34 2008 -0400

    Unionfs: release 2.3
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

commit e5cc0af4edd917b232924941be4965abaf1fd140
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Sun Mar 23 02:50:57 2008 -0400

    Unionfs: document reasons for opaque directories
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

commit 28519c226a469cd616e5e5c65419f4f479219762
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Sun Mar 23 02:50:57 2008 -0400

    Unionfs: use noinline_for_stack
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

commit df7d2ebc3097b8220ad18310e5d018b6154c150f
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Sun Mar 23 02:55:08 2008 -0400

    Unionfs: use __func__ instead of __FUNCTION__
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

commit ab35c3ae2209981c7f825ac5d3f09f31d532cf71
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Sun Mar 23 02:50:57 2008 -0400

    Unionfs: don't copy parent inode times in setattr
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

commit 670663419eafaf4ffd6019ca8ec5fa74e6ba4b50
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Sun Mar 23 02:50:57 2008 -0400

    Unionfs: reduce number of whiteouts by deleting all instances of files
    
    Optimize the unlinking of non-dir objects in unionfs by deleting all
    possible lower inode objects from all writable lower branches.  This may
    consume a bit more processing, but on average reduces overall inode
    consumption and further saves a lot by reducing the total number of
    whiteouts needed.  We create a whiteout now only if we could not delete all
    lower objects, or if one of the lower branches was explicitly marked
    read-only.
    
    Signed-off-by: Himanshu Kanda <hkanda at cs.sunysb.edu>
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

commit 6b822deae47f0adc527af5bfad55897b236d3dde
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Sun Mar 23 02:53:56 2008 -0400

    Unionfs: lock our dentry in file operations
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>



More information about the unionfs-cvs mailing list