DragonFly commits List (threaded) for 2012-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: hammer2 - Cleanup various races, better flush
commit f3843dc2f83458c3ed048c7b745306ef8946d82c
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Thu Dec 13 00:08:05 2012 -0800
hammer2 - Cleanup various races, better flush
* Cleanup various topological scan races
* Temporarily release the parent lock when diving a child.
* Start work on a chain movement (disconnect from parent) interlock,
which we need for stability during flushes, renames, and hardlink
operations. This will likely be rewritten.
Summary of changes:
sys/vfs/hammer2/hammer2.h | 9 +-
sys/vfs/hammer2/hammer2_ccms.h | 9 +-
sys/vfs/hammer2/hammer2_chain.c | 337 +++++++++++++++++++++++++++++----------
sys/vfs/hammer2/hammer2_inode.c | 114 ++++++++++----
sys/vfs/hammer2/hammer2_vnops.c | 13 +-
5 files changed, 354 insertions(+), 128 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f3843dc2f83458c3ed048c7b745306ef8946d82c
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]