DragonFly BSD
DragonFly commits List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: hammer2 hammer2 - Implement modify_tid and mirror_tid


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 May 2012 22:41:45 -0700 (PDT)

commit 4d5318eb8933065a36b48e09eca245f9db02eda9
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon May 14 22:36:32 2012 -0700

    hammer2 - Implement modify_tid and mirror_tid
    
    * Assign and propagate mirror_tid to the root on flush.
    
    * Set modify_tid for direct modifications
    
    * Code variable naming cleanup in hammer2_flush*() functions.

Summary of changes:
 sys/vfs/hammer2/hammer2.h        |   11 +-
 sys/vfs/hammer2/hammer2_chain.c  |  323 ++++++++++++++++++++++++-------------
 sys/vfs/hammer2/hammer2_disk.h   |    5 +-
 sys/vfs/hammer2/hammer2_vfsops.c |    6 +-
 sys/vfs/hammer2/hammer2_vnops.c  |    4 +-
 5 files changed, 226 insertions(+), 123 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4d5318eb8933065a36b48e09eca245f9db02eda9


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]