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

git: hammer2 hammer2 - userland API / span work


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 8 Aug 2012 15:07:36 -0700 (PDT)

commit 81666e1b4808c520191163b4afd1425156d8632e
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Wed Aug 8 15:04:50 2012 -0700

    hammer2 - userland API / span work
    
    * Fix a stall bug in the streaming write code
    
    * Add some pretty-printing support for debug output.  Also remove
      a ton of debug messages.
    
    * Add a remote shell 'tree' command to dump the spanning tree.
    
    * Cleanup some of the state handling and error codes.

Summary of changes:
 sbin/hammer2/cmd_debug.c          |  110 +++++++++------
 sbin/hammer2/cmd_service.c        |   18 +--
 sbin/hammer2/hammer2.h            |    6 +-
 sbin/hammer2/msg.c                |  277 ++++++++++++++++++++++++++++++++-----
 sbin/hammer2/msg_lnk.c            |   60 +++++++-
 sys/vfs/hammer2/hammer2_msgops.c  |    4 +-
 sys/vfs/hammer2/hammer2_network.h |    7 +-
 7 files changed, 382 insertions(+), 100 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/81666e1b4808c520191163b4afd1425156d8632e


-- 
DragonFly BSD source repository



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