summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/overlay.go
AgeCommit message (Expand)Author
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-01-27Update package locations.Adin Scannell
2020-01-21Rename DowngradableRWMutex to RWmutex.Ian Gudger
2020-01-09New sync package.Ian Gudger
2019-11-21Import and structure cleanup.Adin Scannell
2019-06-27Cache directory entries in the overlayMichael Pratt
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-12Pass information about map writableness to filesystems.Rahat Mahmood
2018-12-05Add context to mount errorsMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-10fs: Allow overlays to revalidate files from the upper fs.Nicolas Lacasse
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-26Don't copy-up extended attributes that specifically configure a lower overlay.Nicolas Lacasse
2018-06-26Add KVM, overlay and host network to image testsFabricio Voznika
2018-06-13Fix failure to mount volume that sandbox process has no accessFabricio Voznika
2018-04-28Check in gVisor.Googler