gvisor/runsc/fsgofer
Fabricio Voznika 37a217aca4 Implement setattr+clunk in 9P
This is to cover the common pattern: open->read/write->close,
where SetAttr needs to be called to update atime/mtime before
the file is closed.

Benchmark results:

BM_OpenReadClose/10240 CPU
setattr+clunk: 63783 ns
VFS2:          68109 ns
VFS1:          72507 ns

Updates #1198

PiperOrigin-RevId: 329628461
2020-09-01 19:22:12 -07:00
..
filter Fix mknod and inotify syscall test 2020-07-07 15:35:01 -07:00
BUILD Remove path walk from localFile.Mknod 2020-08-19 18:05:54 -07:00
fsgofer.go Implement setattr+clunk in 9P 2020-09-01 19:22:12 -07:00
fsgofer_amd64_unsafe.go Remove path walk from localFile.Mknod 2020-08-19 18:05:54 -07:00
fsgofer_arm64_unsafe.go Remove path walk from localFile.Mknod 2020-08-19 18:05:54 -07:00
fsgofer_test.go Move boot.Config to its own package 2020-08-19 18:37:42 -07:00
fsgofer_unsafe.go Remove path walk from localFile.Mknod 2020-08-19 18:05:54 -07:00