summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/BUILD
AgeCommit message (Expand)Author
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