git: hammer2 hammer2 - Initial newfs_hammer2 implementation
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 8 22:29:54 PST 2012
commit b33a7e92438b9c9fc915e7c432666385051369db
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Feb 8 22:28:48 2012 -0800
hammer2 - Initial newfs_hammer2 implementation
* This is a rough start for the newfs_hammer2 implementation.
* Creates the volume header, super-root inode, and named root inode.
Summary of changes:
sbin/newfs_hammer2/Makefile | 12 +
sbin/newfs_hammer2/newfs_hammer2.8 | 180 +++++++++
sbin/newfs_hammer2/newfs_hammer2.c | 738 ++++++++++++++++++++++++++++++++++++
3 files changed, 930 insertions(+), 0 deletions(-)
create mode 100644 sbin/newfs_hammer2/Makefile
create mode 100644 sbin/newfs_hammer2/newfs_hammer2.8
create mode 100644 sbin/newfs_hammer2/newfs_hammer2.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b33a7e92438b9c9fc915e7c432666385051369db
--
DragonFly BSD source repository
More information about the Commits
mailing list