seaweedfs/weed/filesys
chrislu 0da2dfd640 fuse: change to direct io mode
before and after:

chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192
8192+0 records in
8192+0 records out
1073741824 bytes transferred in 4.534068 secs (236816430 bytes/sec)
dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192  0.01s user 3.86s system 84% cpu 4.561 total
chrislu$ time dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192
8192+0 records in
8192+0 records out
1073741824 bytes transferred in 3.824072 secs (280784948 bytes/sec)
dd if=/dev/random of=/Users/chrislu/tmp/mm/testfile bs=131072 count=8192  0.01s user 3.22s system 83% cpu 3.857 total
2021-12-28 12:22:56 -08:00
..
meta_cache mount: streaming renaming folders 2021-10-17 04:22:42 -07:00
page_writer add stream writer 2021-12-24 22:38:22 -08:00
dir_link.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
dir_rename.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
dir.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
dirty_pages_continuous.go refactor 2021-12-23 17:48:34 -08:00
dirty_pages_stream.go bug: cleanup function was called twice 2021-12-27 20:53:02 -08:00
dirty_pages_temp_file.go add stream writer 2021-12-24 22:38:22 -08:00
file.go fuse: change to direct io mode 2021-12-28 12:22:56 -08:00
filehandle.go monitor write pattern: avoid timing due to locking 2021-12-28 01:10:35 -08:00
fscache_test.go go fmt 2020-08-29 22:28:33 -07:00
fscache.go reverting 7d57664c2d 2021-03-16 02:59:26 -07:00
page_writer_pattern.go add stream writer 2021-12-24 22:38:22 -08:00
page_writer.go monitor write pattern: avoid timing due to locking 2021-12-28 01:10:35 -08:00
unimplemented.go go fmt 2020-07-14 07:34:16 -07:00
wfs_filer_client.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
wfs_write.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
wfs.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
xattr.go Avoid xattr printed out as HTTP headers 2021-09-13 04:00:57 -07:00