git: hammer2 hammer2 - Implement modify_tid and mirror_tid

Matthew Dillon dillon at crater.dragonflybsd.org
Mon May 14 22:41:45 PDT 2012


commit 4d5318eb8933065a36b48e09eca245f9db02eda9
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list