summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/BUILD
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
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 EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-11-18Port filesystem metrics to VFS2.Jamie Liu
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-08-12Add reference leak checking to vfs2 tmpfs.inode.Dean Deng
2020-08-04Automated rollback of changelist 324906582Dean Deng
2020-08-04Add reference counting utility to VFS2.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-13Resolve remaining TODOs for tmpfs.Nicolas Lacasse
2020-04-21Remove filesystem structure from vfs.Dentry.Jamie Liu
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-06Add socket files to tmpfs VFS2.Dean Deng
2020-03-26Add BoundEndpointAt filesystem operation.Dean Deng
2020-01-31Implement file locks for regular tmpfs files in VFSv2.Dean Deng
2020-01-28Add //pkg/sentry/fsimpl/devtmpfs.Jamie Liu
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-24Add support for device special files to VFS2 tmpfs.Jamie Liu
2020-01-15Add timestamps to VFS2 tmpfs, and implement some of SetStat.Nicolas Lacasse
2020-01-09New sync package.Ian Gudger
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse