index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
fsimpl
/
verity
/
filesystem.go
Age
Commit message (
Expand
)
Author
2021-08-19
Cache verity dentries
Chong Cai
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-08-12
[syserror] Convert remaining syserror definitions to linuxerr.
Zach Koopmans
2021-08-11
Do not clear merkle files when creating dentry
Chong Cai
2021-07-13
Do not require O_PATH flag to enable verity
Chong Cai
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
Sort children map before hash
Chong Cai
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-04-29
Remove outdated TODOs in verity
Chong Cai
2021-04-19
Change verity action to be a fs member
Chong Cai
2021-04-12
Add DecRef for verity FDs that were missing
Chong Cai
2021-04-09
Return integrity failure only if enabled
Chong Cai
2021-04-08
Set parent after child is verified
Chong Cai
2021-03-11
Clear Merkle tree files in RuntimeEnable mode
Chong Cai
2021-02-11
Internal change.
gVisor bot
2020-12-15
Change violation mode to an enum
Chong Cai
2020-12-02
Remove FileReadWriteSeeker from vfs.
Jamie Liu
2020-11-17
Add consistent precondition formatting for verity
Chong Cai
2020-11-12
Add children names into verity hash
Chong Cai
2020-11-02
Pass hashing algorithms in verity fs opts
Chong Cai
2020-10-27
Add SHA512 to merkle tree library
Chong Cai
2020-10-24
Implement Seek in 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-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-09-30
Internal change.
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-08
Add check for both child and childMerkle ENOENT
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-17
Add a skeleton for verity file system
gVisor bot