DragonFlyBSD/src a8bb935sys/kern vfs_subr.c

kernel - remove BUF_TIMELOCK use in fast flush pass

* Remove the BUF_TIMELOCK call in the fast flush pass.  This call can
  cause unnecessary flush stalls due to clustered writes getting ahead
  of the vfsync scan.

* Significantly improves filesystem flush performance to SSDs.
DeltaFile
+13-4sys/kern/vfs_subr.c
+13-41 files

UnifiedSplitRaw