Commit Graph

15 Commits (master)

Author SHA1 Message Date
Mei Gui 36e01f1b3a
Add pid in all fuse ops (#92)
Expose PID as metadata in CreateFile, OpenFile and FlushFile operations

This will help us with kahing/goofys#273

Co-authored-by: Sai Teja Suram <pratap130492@gmail.com>
Co-authored-by: Sai Teja Suram <pts@avah.dev>
3 years ago
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75)
fixes #73
3 years ago
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 5 years ago
Aaron Jacobs e1eaeb5b64 Fix debug logging for in-process tests. 8 years ago
Aaron Jacobs 6d19754c38 Reference package timeutil in its new location. 8 years ago
Aaron Jacobs f52a6099c6 Pass along the test context to the server. 8 years ago
Aaron Jacobs a76742833c Plumb through the ogletest context. 8 years ago
Aaron Jacobs 6305cb930b Synchronize on ops in flight in tear-down, fixing forgetfs_test. 8 years ago
Aaron Jacobs 2cc1bfaafd Removed some references to FileSystem. 8 years ago
Aaron Jacobs d84d821a32 Updated the samples package. 8 years ago
Aaron Jacobs 6cc47f10ed Unlink mount points on tear-down. 8 years ago
Aaron Jacobs dff6fe8c82 Share unmount code. 8 years ago
Aaron Jacobs 9ae1064493 Fixed a comment. 8 years ago
Aaron Jacobs 0a588af19f Fixed some comments. 8 years ago
Aaron Jacobs f211ff829b Renamed testing.go to in_process.go. 8 years ago