HAMMER utilities:
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 17 Jan 2008 04:59:50 +0000 (04:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 17 Jan 2008 04:59:50 +0000 (04:59 +0000)
commitd38ab0922d0b4422e23a8c5fadeefeaf27f2b608
treeb0321d0f4acf66178aaa933d670e7e13996f7acb
parent08b32afba53a1397fdcd85862079aa9bb997d3ef
HAMMER utilities:

* Add a 'show' command to the hammer utility.  This command dumps the B-Tree
  for a HAMMER filesystem, allowing me to see just how bad my spike code
  currently is.

* Remove the ClusterSize global (well, move it to newfs_hammer), the
  hammer utilities pull the cluster size out of the volume header.

* UsingSuperClusters is only used by newfs_hammer.  Super-cluster use
  can be controlled on a volume-by-volume basis so pull the information
  out of the volume header.
sbin/hammer/Makefile
sbin/hammer/cmd_show.c [new file with mode: 0644]
sbin/hammer/hammer.8
sbin/hammer/hammer.c
sbin/hammer/hammer.h
sbin/hammer/hammer_util.h
sbin/hammer/misc.c [copied from sbin/hammer/hammer.h with 76% similarity]
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.c