index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
inotify.cc
Age
Commit message (
Expand
)
Author
2020-06-01
Add inotify events for extended attributes and splice.
Dean Deng
2020-06-01
Fix inotify test.
Dean Deng
2020-05-29
Implement IN_EXCL_UNLINK inotify option in vfs2.
Dean Deng
2020-05-29
Port inotify to vfs2, with support in tmpfs.
Dean Deng
2020-02-10
Internal change.
Zach Koopmans
2020-01-21
Change to standard types.
Adin Scannell
2020-01-21
Merge pull request #1492 from majek:err_typo_in_netstack_tests
gVisor bot
2020-01-13
tests: fix errors detected by asan.
Andrei Vagin
2020-01-07
fs/splice: don't report a partialResult error if there is no data loss
Andrei Vagin
2019-06-28
Fix suggestions from clang.
Nicolas Lacasse
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-28
Setting timestamps should trigger an inotify event.
Nicolas Lacasse
2019-03-05
Add NoRandomSave to tests with correctness DisableSave
Michael Pratt
2019-01-24
Increase gofer coverage in tests
Fabricio Voznika
2018-12-27
Fix deadlock between epoll_wait and getdents
Fabricio Voznika
2018-12-21
inotify notifies watchers when control events bit are set
Fabricio Voznika
2018-12-10
Open source system call tests.
Brian Geffon