summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/inotify.go
AgeCommit message (Expand)Author
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-11-03[vfs2] Do not drop inotify waiters across S/R.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-13Clean up inotify comments.Dean Deng
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-06-26Support inotify IN_ONESHOT.Dean Deng
2020-06-23Resolve remaining inotify TODOs.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-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng