summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/inotify.cc
AgeCommit message (Expand)Author
2020-09-23Clean up inotify tests.Dean Deng
2020-08-21Fix Inotify tests in open source.Zach Koopmans
2020-08-07Tolerate EINTR from fallocate() in inotify test.Jamie Liu
2020-08-03Add inotify events for fallocate and tests for fallocate/sendfile.Dean Deng
2020-06-26Add tests for eventfd/timerfd/inotify operations that should return ESPIPE.Dean Deng
2020-06-26Support inotify IN_ONESHOT.Dean Deng
2020-06-23Complete inotify IN_EXCL_UNLINK implementation in VFS2.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-06-01Fix inotify test.Dean Deng
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-02-10Internal change.Zach Koopmans
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-13tests: fix errors detected by asan.Andrei Vagin
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2019-06-28Fix suggestions from clang.Nicolas Lacasse
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-28Setting timestamps should trigger an inotify event.Nicolas Lacasse
2019-03-05Add NoRandomSave to tests with correctness DisableSaveMichael Pratt
2019-01-24Increase gofer coverage in testsFabricio Voznika
2018-12-27Fix deadlock between epoll_wait and getdentsFabricio Voznika
2018-12-21inotify notifies watchers when control events bit are setFabricio Voznika
2018-12-10Open source system call tests.Brian Geffon