Age | Commit message (Expand) | Author |
2020-10-28 | Add logging option to leak checker. | Dean Deng |
2020-10-27 | Add SHA512 to merkle tree library | Chong Cai |
2020-10-26 | Add verity tests for deleted/renamed cases | Chong Cai |
2020-10-24 | Implement Seek in verity fs | Chong Cai |
2020-10-24 | Add leak checking to vfs2 structures that cannot use the refs_vfs2 template. | Dean Deng |
2020-10-23 | Internal change. | Chong Cai |
2020-10-23 | Implement Read in gvisor verity fs | Chong Cai |
2020-10-23 | Check for verity file/Merkle file when reopen | Chong Cai |
2020-10-15 | Change verity isEnable to be a member of dentry | Chong Cai |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |
2020-10-13 | [vfs2] Add FilesystemType.Release to avoid reference leaks. | Dean Deng |
2020-10-12 | Change verity mu to be per file system | Chong Cai |
2020-10-12 | Change Merkle tree library to use ReaderAt | Chong Cai |
2020-10-09 | Include stat in Verity hash | Chong Cai |
2020-10-01 | Add a verity test for modified parent Merkle file | Chong Cai |
2020-09-30 | Implement ioctl with measure in verity fs | Chong Cai |
2020-09-30 | Internal change. | Chong Cai |
2020-09-30 | Add verity fs tests | Chong Cai |
2020-09-24 | Add basic stateify annotations. | Adin Scannell |
2020-09-23 | Let underlying fs handle LockFD in verity fs | Chong Cai |
2020-09-23 | Set verity underlying fs mount as internal | Chong Cai |
2020-09-18 | Merge pull request #3972 from btw616:fix/comments | gVisor bot |
2020-09-17 | Change sizeofInt32 to string size | Chong Cai |
2020-09-17 | Set mode when creating Merkle tree file | Chong Cai |
2020-09-17 | fsimpl: improve the "implements" comments | Tiwei Bie |
2020-09-16 | Implement OpenAt() for verity fs | Chong Cai |
2020-09-16 | Implement PRead for verity fs | Chong Cai |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-15 | Implement gvisor verity fs ioctl with GETFLAGS | Chong Cai |
2020-09-08 | Add check for both child and childMerkle ENOENT | gVisor bot |
2020-09-08 | Implement ioctl with enable verity | gVisor bot |
2020-09-08 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-08-31 | Implement walk in gvisor verity fs | gVisor bot |
2020-08-22 | Implement GetFilesystem for verity fs | gVisor bot |
2020-08-17 | Add a skeleton for verity file system | gVisor bot |