perkeep/pkg/fs
Salmān Aljammāz 64220e06ff fs: set OpenDirectIO in stats files to avoid having them cached in kernel
bazil.org/fuse switched from having OpenDirectIO on to having it
off by default. This has the side effect of allowing OS X's kernel
to cache the filesystem's files in its UBC, giving us incorrect
stats from cammount's .camli_fs_stats directory. This change sets
it explicitly to get the correct behaviour again.

Updates #556

Change-Id: Ic6400a550e4874086cf5fb725d423fcfde47fd61
2014-12-26 18:09:32 +00:00
..
at.go third_party: Switch FUSE library to bazil.org/fuse 2014-01-24 13:28:08 -08:00
debug.go fs: set OpenDirectIO in stats files to avoid having them cached in kernel 2014-12-26 18:09:32 +00:00
fs.go fs: correct the permission bit setting 2014-11-09 13:53:23 +08:00
fs_test.go tests: make sure camlistored is running before cammount 2014-02-24 18:29:08 +01:00
mut.go fs: set OpenDirectIO in stats files to avoid having them cached in kernel 2014-12-26 18:09:32 +00:00
mut_test.go
recent.go Fix ReadDir for recent in cammount 2014-10-24 19:56:42 +02:00
ro.go third_party: Switch FUSE library to bazil.org/fuse 2014-01-24 13:28:08 -08:00
root.go third_party: Switch FUSE library to bazil.org/fuse 2014-01-24 13:28:08 -08:00
roots.go fs: handle directory permanode titles 2014-07-15 08:41:05 +02:00
time.go
time_test.go
util.go Use the absolute diskutil path for unmounting 2014-12-16 06:41:38 -08:00
xattr.go fs: make a copy of the value buffer when setting an xattr 2014-12-24 00:08:50 +00:00
z_test.go