Commit graph

14 commits

Author SHA1 Message Date
chrislu eb058e931a add file size 2022-01-15 19:18:20 -08:00
chrislu d2cd6a6f6e adjust logs 2022-01-15 19:06:02 -08:00
chrislu 50d9383c3b adjust logging 2022-01-15 18:48:05 -08:00
chrislu cbffbd9025 fix 2022-01-15 15:06:36 -08:00
chrislu ab61386d29 fix checking 2022-01-15 15:01:36 -08:00
chrislu 4d06e18554 fix compilation 2022-01-15 14:51:15 -08:00
chrislu cb25d100b7 add debug zero 2022-01-15 14:49:59 -08:00
chrislu 2c95008a1a Revert "temp"
This reverts commit 98e11895de.
2022-01-15 06:45:51 -08:00
chrislu 98e11895de temp 2022-01-15 06:42:36 -08:00
chrislu 2422556456 monitor write pattern: avoid timing due to locking 2021-12-28 01:10:35 -08:00
chrislu 083d8e9ece add stream writer
this should improve streaming write performance, which is common in many cases, e.g., copying large files.

This is additional to improved random read write operations: 3e69d19380...19084d8791
2021-12-24 22:38:22 -08:00
chrislu f77ca41769 refactor 2021-12-23 17:48:34 -08:00
chrislu 032df784ed chunked file works now 2021-12-23 17:17:32 -08:00
chrislu 9a73319b45 mount: different write strategy for streaming write and random write 2021-12-21 17:28:55 -08:00