git: hammer2 hammer2 - Flesh out hardlink infrastructure

Matthew Dillon dillon at crater.dragonflybsd.org
Wed May 16 21:21:01 PDT 2012


commit e708f8b9751c34fcd643140b82ec5dd765ecdefa
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed May 16 21:19:00 2012 -0700

    hammer2 - Flesh out hardlink infrastructure
    
    * Create the API function skeletons which will be used to implement the
      hardlink support infrastructure.
    
    * Add vfs.hammer2.hardlink_enable (default 0=disabled).  1=enable, -1=faked.
      This is mainly for debugging, hardlinks are not yet implemented as of this
      commit.

Summary of changes:
 sys/vfs/hammer2/hammer2.h        |   28 +++++--
 sys/vfs/hammer2/hammer2_inode.c  |  160 ++++++++++++++++----------------------
 sys/vfs/hammer2/hammer2_ioctl.c  |    3 +-
 sys/vfs/hammer2/hammer2_vfsops.c |    3 +
 sys/vfs/hammer2/hammer2_vnops.c  |  113 +++++++++++++++++++++++----
 5 files changed, 188 insertions(+), 119 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list