summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/ext/regular_file.go
AgeCommit message (Expand)Author
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-11Don't copy structs with sync.Mutex during initializationFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-15Minor vfs.FileDescriptionImpl fixes.Jamie Liu
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan