git: HAMMER Util - Add 'checkmap', adjust hammer show

看板DFBSD_commit作者時間16年前 (2010/04/16 12:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 6ed4c8865ecf2f58625468bb0845d3884828ea1f 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/6ed4c8865ecf2f58625468bb0845d3884828ea1f -- DragonFly BSD source repository
文章代碼(AID): #1Bn-42Jf (DFBSD_commit)