TabFS/fs
Omar Rizwan b948c235b8 fs,extension: Make truncate work on cached file content.
We now remember the path of each cached file, so when someone
truncates that path, we can truncate all open instances of it in
cache. Important when someone pipes to stomp a file / opens with
O_TRUNC (which FUSE disaggregates into an open() and then a truncate()
call). Gets rid of the need for FUSE_CAP_ATOMIC_O_TRUNC, which never
worked on macOS anyway.

Fixes #40.
2021-04-06 13:48:48 -07:00
..
vendor vendor frozen 2020-12-27 18:20:34 -08:00
Makefile Fix FreeBSD support that broke when multithreading was implemented 2021-01-11 17:23:53 +01:00
tabfs.c fs,extension: Make truncate work on cached file content. 2021-04-06 13:48:48 -07:00