看板 DFBSD_commit 關於我們 聯絡資訊
commit 49db2664f3da187c4a656ca72ae664cdfeaf3b9b Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Apr 15 20:41:18 2010 -0700 HAMMER Util - Add 'checkmap', adjust hammer show * Add a checkmap function which scans the B-Tree, collects byte usage, and checks it against the blockmap. This is still experimental. * Adjust hammer show to flag zone mismatches instead of asserting. Summary of changes: sbin/hammer/blockmap.c | 12 ++- sbin/hammer/cmd_blockmap.c | 207 ++++++++++++++++++++++++++++++++++++++++++-- sbin/hammer/cmd_show.c | 42 +++++++--- sbin/hammer/hammer.8 | 7 ++ sbin/hammer/hammer.c | 5 + sbin/hammer/hammer.h | 1 + sbin/hammer/hammer_util.h | 3 +- sbin/hammer/ondisk.c | 2 +- 8 files changed, 255 insertions(+), 24 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/49db2664f3da187c4a656ca72ae664cdfeaf3b9b -- DragonFly BSD source repository