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
/
pkg
/
sentry
/
vfs
/
inotify.go
Age
Commit message (
Expand
)
Author
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2020-11-03
[vfs2] Do not drop inotify waiters across S/R.
Dean Deng
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-13
Clean up inotify comments.
Dean Deng
2020-07-01
Port fallocate to VFS2.
Zach Koopmans
2020-06-26
Support inotify IN_ONESHOT.
Dean Deng
2020-06-23
Resolve remaining inotify TODOs.
Dean Deng
2020-06-23
Complete inotify IN_EXCL_UNLINK implementation in VFS2.
Dean Deng
2020-06-23
Support inotify in vfs2 gofer fs.
Dean Deng
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
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