History log of /dflybsd-src/sbin/hammer/cmd_reblock.c (Results 26 – 27 of 27)
Revision Date Author Comments
# 0006adae 04-May-2008 Matthew Dillon <dillon@dragonflybsd.org>

HAMMER Utilities: enhanced show, timeout option

* Enchange the show command when used with -vvv. The command now reports
directory entries and basic information about inodes.

* Add the [-t timeo

HAMMER Utilities: enhanced show, timeout option

* Enchange the show command when used with -vvv. The command now reports
directory entries and basic information about inodes.

* Add the [-t timeout] option. The idea is to use this to limit the amount
of time hammer spends reblocking or pruning a filesystem when running the
command from a cron job.

* Adjust the format of the softlink option to be more consistent.

show more ...


# 3f673d5c 18-Mar-2008 Matthew Dillon <dillon@dragonflybsd.org>

HAMMER utilities: Add the reblock command, adjust newfs_hammer.

* Implement 'hammer reblock'. This calls the reblock ioctl to force
a HAMMER filesystem to scan its B-Tree and reblock partially e

HAMMER utilities: Add the reblock command, adjust newfs_hammer.

* Implement 'hammer reblock'. This calls the reblock ioctl to force
a HAMMER filesystem to scan its B-Tree and reblock partially empty
big blocks.

* newfs_hammer must create the undo FIFO blockmap.

show more ...


12