Documentation/filesystems/unionfs/concepts.txt |   18 +++++++
 fs/unionfs/Makefile                            |    2 +-
 fs/unionfs/commonfops.c                        |   47 +++++++----------
 fs/unionfs/debug.c                             |    2 +-
 fs/unionfs/dentry.c                            |   31 +++++++----
 fs/unionfs/file.c                              |   18 ++-----
 fs/unionfs/inode.c                             |   29 ++++++-----
 fs/unionfs/mmap.c                              |   65 ++++++++---------------
 fs/unionfs/rdstate.c                           |    4 +-
 fs/unionfs/rename.c                            |    4 +-
 fs/unionfs/super.c                             |    6 +-
 fs/unionfs/union.h                             |    5 +-
 fs/unionfs/xattr.c                             |    8 ++--
 13 files changed, 116 insertions(+), 123 deletions(-)

New commits:
commit b554f1c1015f7161bc7f54fcd39b724059dd391f
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 22:55:39 2007 -0500

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

commit 61d267ddf489b88437fa54dec9a2e7b893b5b627
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 22:22:52 2007 -0500

    Unionfs: move debugging checks inside locks
    
    This is to ensure that the objects we want to check aren't being destroyed
    or changed by another thread.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit c3e945221df265c2b5b29823c558e3ff2f3e8ea6
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:45:43 2007 -0500

    Unionfs: fold do_readpage into unionfs_readpage
    
    Simplify the code and reduce stack pressure a bit.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit e786db385b840b09e1294a935a9016d99500b10c
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:45:43 2007 -0500

    Unionfs: remove unnecessary lower atime updates
    
    No need for this because our readpage calls vfs_read on the lower objects,
    which would update the atime as/if needed.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit ee7b1e58e5496cf792de10c91c63a38851ca7fae
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:45:43 2007 -0500

    Unionfs: debugging updates
    
    Don't perform dentry+inode checks unless both are valid.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit b35e97885769697e37b51fe2c3e17143238791dd
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:45:43 2007 -0500

    Unionfs: clear partial read in readpage
    
    Signed-off-by: Hugh Dickins <[EMAIL PROTECTED]>
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit a57d6269e964ee1485b4dd0bdc366d0a1e21ef41
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:47:24 2007 -0500

    Unionfs: writepage updates
    
    Don't set/reset the PageUptodate flag on our page.  Call flush_dcache_page
    on the lower page after copy_highpage, and set it uptodate.  Call
    set_page_dirty right before clear_page_dirty_for_io.
    
    CC: Hugh Dickins <[EMAIL PROTECTED]>
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 30d832b4d3ca6047f0c798e1fc273d495f05d242
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:45:43 2007 -0500

    Unionfs: update cache-coherency detection heuristics
    
    Use a small delay to reduce the number of times unionfs has to detect
    changed mtime's/ctime's, and also reduce the potential for false positives.
    See Documentation/filesystems/unionfs/concepts.txt for a detailed
    discussion.
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 646407b064b558d80a58eef20b2752155bb331bc
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:45:43 2007 -0500

    Unionfs: use i_size wrappers
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

commit 085a689b401b854d57fd9447e0f335b99a0bb2c9
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Mon Nov 12 20:45:43 2007 -0500

    Unionfs: flush and release updates
    
    Remove the totalopens counter which was intended to reduce unnecessary
    processing of d_deleted dentries.  Move that processing from file_release to
    flush.
    
    Cc: Hugh Dickins <[EMAIL PROTECTED]>
    
    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