cvs commit: src/sbin/hammer cmd_prune.c cmd_reblock.c cmd_show.c hammer.8 hammer.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun May 4 12:20:40 PDT 2008


dillon      2008/05/04 12:18:18 PDT

DragonFly src repository

  Modified files:
    sbin/hammer          cmd_prune.c cmd_reblock.c cmd_show.c 
                         hammer.8 hammer.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.5       +10 -4     src/sbin/hammer/cmd_prune.c
  1.2       +9 -3      src/sbin/hammer/cmd_reblock.c
  1.7       +85 -7     src/sbin/hammer/cmd_show.c
  1.12      +5 -0      src/sbin/hammer/hammer.8
  1.14      +19 -1     src/sbin/hammer/hammer.c


http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/cmd_prune.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/cmd_reblock.c.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/cmd_show.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.8.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/hammer/hammer.c.diff?r1=1.13&r2=1.14&f=u





More information about the Commits mailing list