gvisor/test
Andrei Vagin e9ea7230f7 fs: synchronize concurrent writes into files with O_APPEND
For files with O_APPEND, a file write operation gets a file size and uses it as
offset to call an inode write operation. This means that all other operations
which can change a file size should be blocked while the write operation doesn't
complete.

PiperOrigin-RevId: 254873771
2019-06-24 17:45:02 -07:00
..
syscalls fs: synchronize concurrent writes into files with O_APPEND 2019-06-24 17:45:02 -07:00
util Implement madvise(MADV_DONTFORK) 2019-06-20 12:56:00 -07:00
BUILD BUILD: Use runsc to generate version 2019-06-06 22:09:55 -07:00