summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/ext/ext.go
AgeCommit message (Expand)Author
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2020-10-13[vfs2] Add FilesystemType.Release to avoid reference leaks.Dean Deng
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-03-27Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.Nicolas Lacasse
2020-01-27Update package locations.Adin Scannell
2019-11-25Minor VFS2 interface changes.Jamie Liu
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan