summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/verity
AgeCommit message (Expand)Author
2020-10-09Include stat in Verity hashChong Cai
2020-10-01Add a verity test for modified parent Merkle fileChong Cai
2020-09-30Implement ioctl with measure in verity fsChong Cai
2020-09-30Internal change.Chong Cai
2020-09-30Add verity fs testsChong Cai
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-23Let underlying fs handle LockFD in verity fsChong Cai
2020-09-23Set verity underlying fs mount as internalChong Cai
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot
2020-09-17Change sizeofInt32 to string sizeChong Cai
2020-09-17Set mode when creating Merkle tree fileChong Cai
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-16Implement OpenAt() for verity fsChong Cai
2020-09-16Implement PRead for verity fsChong Cai
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-15Implement gvisor verity fs ioctl with GETFLAGSChong Cai
2020-09-08Add check for both child and childMerkle ENOENTgVisor bot
2020-09-08Implement ioctl with enable veritygVisor bot
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-08-31Implement walk in gvisor verity fsgVisor bot
2020-08-22Implement GetFilesystem for verity fsgVisor bot
2020-08-17Add a skeleton for verity file systemgVisor bot