git: hammer2 hammer2 - Implement most of the hammer2_chain_*() function set

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Feb 10 18:22:01 PST 2012


commit 232a50f9150f78860b59e48313c35db1a3ae1304
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Feb 10 18:20:05 2012 -0800

    hammer2 - Implement most of the hammer2_chain_*() function set
    
    * Implement hammer2_chain_push/first/next/get/link/unlink.  Integrate
      the hammer2_inode into the chain topology.
    
    * Route both the reference count and the busy count through the chain
      structure.
    
    * Implement simplified I/O via the chain functions.
    
    * Indirect blocks not yet implemented in the chain functions.
    
    * Use the chain functions to locate both the super-root inode and the
      root-inode via its label.

Summary of changes:
 sys/vfs/hammer2/hammer2.h        |   25 +++-
 sys/vfs/hammer2/hammer2_chain.c  |  297 +++++++++++++++++++++++++++++++++++++-
 sys/vfs/hammer2/hammer2_disk.h   |    7 +-
 sys/vfs/hammer2/hammer2_inode.c  |   10 +-
 sys/vfs/hammer2/hammer2_vfsops.c |    6 +-
 5 files changed, 324 insertions(+), 21 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/232a50f9150f78860b59e48313c35db1a3ae1304


-- 
DragonFly BSD source repository





More information about the Commits mailing list