git: hammer2 - cleanup, write path work
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Oct 1 17:01:58 PDT 2013
commit d7bfb2cbc2b575acb989d4aad0d2477b2f2fe693
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Sep 30 22:48:20 2013 -0700
hammer2 - cleanup, write path work
* Code synchronous and asynchronous b*write() in the write path based on
request flags, instead of just using bdwrite().
* Document a bunch of stuff.
* Remove dead code.
Summary of changes:
sys/vfs/hammer2/hammer2.h | 60 ++++++++++++++----
sys/vfs/hammer2/hammer2_flush.c | 6 +-
sys/vfs/hammer2/hammer2_vfsops.c | 27 +++++---
sys/vfs/hammer2/hammer2_vnops.c | 131 +++++++--------------------------------
4 files changed, 93 insertions(+), 131 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d7bfb2cbc2b575acb989d4aad0d2477b2f2fe693
--
DragonFly BSD source repository
More information about the Commits
mailing list