git: hammer2 - Beef up bulkfree buffering
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun May 20 23:01:46 PDT 2018
commit 944ddad02f0c891fa0b5a736c0ff1ed0d4b22e47
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun May 20 22:59:37 2018 -0700
hammer2 - Beef up bulkfree buffering
* Beef up the bulkfree buffering to allow a lot more memory
to be used for the in-memory freemap copy.
* Add a -m mem[k,m,g] override option for hammer2 bulkfree.
* Reduce console spam.
Summary of changes:
sbin/hammer2/cmd_bulkfree.c | 3 +++
sbin/hammer2/cmd_service.c | 5 +++++
sbin/hammer2/hammer2.8 | 12 ++++++++++++
sbin/hammer2/hammer2.h | 1 +
sbin/hammer2/main.c | 28 +++++++++++++++++++++++++++-
sys/vfs/hammer2/hammer2_bulkfree.c | 29 +++++++++++++++++++----------
6 files changed, 67 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/944ddad02f0c891fa0b5a736c0ff1ed0d4b22e47
--
DragonFly BSD source repository
More information about the Commits
mailing list