git: hammer2 hammer2 - Add pfs_list, pfs_create, pfs_delete

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Apr 5 22:05:30 PDT 2012


commit ae183399278ee71fba31527cd18a7545ac9af2e4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Apr 5 22:04:42 2012 -0700

    hammer2 - Add pfs_list, pfs_create, pfs_delete
    
    * Add functions to manage PFSs created under the super-root.

Summary of changes:
 sbin/hammer2/Makefile                    |    2 +-
 sbin/hammer2/{cmd_remote.c => cmd_pfs.c} |  142 +++++++++++++--------
 sbin/hammer2/cmd_remote.c                |    6 +-
 sbin/hammer2/hammer2.h                   |    7 +
 sbin/hammer2/main.c                      |   21 +++-
 sbin/hammer2/subs.c                      |    2 +-
 sbin/newfs_hammer2/newfs_hammer2.c       |   26 +++--
 sys/vfs/hammer2/hammer2.h                |    5 +
 sys/vfs/hammer2/hammer2_disk.h           |   55 ++++++---
 sys/vfs/hammer2/hammer2_inode.c          |  162 +++++++++++++++++++++++-
 sys/vfs/hammer2/hammer2_ioctl.c          |  202 ++++++++++++++++++++++-------
 sys/vfs/hammer2/hammer2_ioctl.h          |   41 +++++-
 sys/vfs/hammer2/hammer2_vnops.c          |  150 ----------------------
 13 files changed, 528 insertions(+), 293 deletions(-)
 copy sbin/hammer2/{cmd_remote.c => cmd_pfs.c} (50%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ae183399278ee71fba31527cd18a7545ac9af2e4


-- 
DragonFly BSD source repository





More information about the Commits mailing list