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
Age
Commit message (
Expand
)
Author
2021-09-23
Create the cgroupfs mount point in sysfs.
Rahat Mahmood
2021-09-21
[lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer.
Ayush Ranjan
2021-09-20
[lisa] Plumb lisafs through runsc.
Ayush Ranjan
2021-09-07
Stub some memory control files.
Rahat Mahmood
2021-09-01
Propagate vfs.MkdirOptions.ForSyntheticMountpoint to overlay copy-up.
Jamie Liu
2021-08-30
Use specialFileFD handles in specialFileFD.Stat().
Jamie Liu
2021-08-27
Fix lock order violations: mm.mappingMu > Task.mu.
Nicolas Lacasse
2021-08-20
Allow gofer.specialFileFDs to be mmapped with a host FD.
Jamie Liu
2021-08-19
Cache verity dentries
Chong Cai
2021-08-19
Use MM-mapped I/O instead of buffered copies in gofer.specialFileFD.
Jamie Liu
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-08-11
Popluate verity directory children names
Chong Cai
2021-08-11
Initial cgroupfs support for subcontainers
Rahat Mahmood
2021-08-01
Merge pull request #6350 from sudo-sturbia:cgroupfs
gVisor bot
2021-07-28
Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.
Jamie Liu
2021-07-28
Lock gofer.dentry.dataMu before SetAttr RPC modifying file size.
Jamie Liu
2021-07-23
Clean up logic for when a VFS2 gofer regular file close causes a flushf.
Jamie Liu
2021-07-22
VFS2: remove ext code
Kevin Krakauer
2021-07-22
Delete unnecessary function.
Zyad A. Ali
2021-07-21
Use atomics when checking for parent setgid in VFS2 tmpfs file creation.
Jamie Liu
2021-07-15
Fix refcount increments in gofer.filesystem.Sync.
Fabricio Voznika
2021-07-13
Do not require O_PATH flag to enable verity
Chong Cai
2021-07-12
Fix deadlock in procfs
Fabricio Voznika
2021-07-12
Fix stdios ownership
Fabricio Voznika
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-07-08
devpts: Notify of echo'd input queue bytes only after locks have been released.
Etienne Perot
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-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-28
Allow VFS2 gofer client to mmap from sentry page cache when forced.
Jamie Liu
2021-06-24
Internal change.
Jamie Liu
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-17
Move tcpip.Clock impl to Timekeeper
Tamir Duberstein
2021-06-10
Minor VFS2 xattr changes.
Jamie Liu
2021-06-10
Fix lock ordering issue when enumerating cgroup tasks.
Rahat Mahmood
2021-06-10
Add /proc/sys/vm/max_map_count
Fabricio Voznika
2021-06-07
Implement RENAME_NOREPLACE for all VFS2 filesystem implementations.
Jamie Liu
2021-06-03
Initialize metrics at init
Tamir Duberstein
2021-05-26
Add verity getdents tests
Chong Cai
2021-05-25
Initialize Kernel.Timekeeper before network NS
Tamir Duberstein
2021-05-25
Use specific fmt verbs (avoid %v)
Tamir Duberstein
2021-05-25
setgid directories for VFS1 tmpfs, overlayfs, and goferfs
Kevin Krakauer
2021-05-18
Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metric
Nayana Bidari
2021-05-14
Add new metric for suspicious operations.
Nayana Bidari
2021-05-14
Resolve remaining O_PATH TODOs.
Dean Deng
2021-05-14
Don't read forwarding from netstack in sentry
Ghanan Gowripalan
[next]