fusego/fuseutil
Ka-Hing Cheung 1ab97fb2eb handle forget inline instead of in goroutine
when we are under memory pressure, or echo 3 > /proc/sys/vm/drop_caches,
kernel can send us many forget ops at the same time if we have lots of
inodes in memory. Running them all in goroutines can lead to even more
memory usage and eventually OOM.
2017-10-11 07:44:47 +11:00
..
dirent.go Fixed another dumb bug. 2015-07-29 10:20:53 +10:00
doc.go Fixed copyright notices. 2015-03-04 08:27:42 +11:00
file_system.go handle forget inline instead of in goroutine 2017-10-11 07:44:47 +11:00
not_implemented_file_system.go SetXattr support 2017-05-11 14:45:40 -07:00