Lines Matching +full:fail +full:- +full:fast
11 * Locally coherent cache for data and metadata with (potentially) byte-range locks.
13 is very simple and does not use byte-ranges, although they are sent in
23 * Fast and scalable multithreaded userspace server. Being in userspace it works
24 with any underlying filesystem and still is much faster than async in-kernel NFS one.
31 * Ability to add and/or remove servers from the working set at run-time.
35 POHMELFS is based on transactions, which are potentially long-standing objects that live
49 Only a few non-performance critical operations use the write-through cache and
54 Because of this feature, POHMELFS is extremely fast at metadata intensive
58 POHMELFS clients operate with a working set of servers and are capable of balancing read-only
60 Administrators can add or remove servers from the set at run-time via special commands (described
63 run-time.
69 will be disabled or mount will fail (if 'crypto_fail_unsupported' mount option is specified).