看板 DFBSD_commit 關於我們 聯絡資訊
commit b46b99bf588cdc358c06a41e1707646558760cf0 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jun 20 10:31:39 2009 -0700 HAMMER UTILITY - reorg cache, add -C, document blockmap and show command. * Reorganize the way the local block cache works (in the utility, not the filesystem). Add the -C option to specify cache size and read-ahead. * Document the blockmap command and enhance the documentation for the show command. Summary of changes: sbin/hammer/cache.c | 9 ++++- sbin/hammer/hammer.8 | 51 ++++++++++++++++++++++++++-- sbin/hammer/hammer.c | 12 +++++++ sbin/hammer/hammer_util.h | 9 ++++- sbin/hammer/ondisk.c | 81 +++++++++++++++++++++++++++++++++++++------- 5 files changed, 144 insertions(+), 18 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b46b99bf588cdc358c06a41e1707646558760cf0 -- DragonFly BSD source repository