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-10-27
Sychronize access to cpuset controller bitmaps.
Rahat Mahmood
2021-10-26
Simplify vfs.NewDisconnectedMount signature and callpoints.
Ayush Ranjan
2021-10-26
Obtain ref on root dentry in mqfs.GetFilesystem.
Ayush Ranjan
2021-10-26
Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.
Jamie Liu
2021-10-21
Merge pull request #6345 from sudo-sturbia:mq/syscalls
gVisor bot
2021-10-20
Report correct error when restore fails
Fabricio Voznika
2021-10-19
Do not return non-nil *lisafs.Inode to doCreateAt on error.
Ayush Ranjan
2021-10-19
Stub cpuset cgroup control files.
Rahat Mahmood
2021-10-18
Report ramdiskfs usage correctly
Fabricio Voznika
2021-10-18
Support distinction for RWMutex and read-only locks.
Adin Scannell
2021-10-14
Report total memory based on limit or host
Fabricio Voznika
2021-10-08
Remove redundant slice copy in lisafs gofer client.
Ayush Ranjan
2021-10-08
Disallow "trusted" namespace xattr in VFS2 gofer client.
Ayush Ranjan
2021-09-28
Use one mutex for both Registry and RegistryImpl.
Zyad A. Ali
2021-09-28
Implement Registry.FindOrCreate.
Zyad A. Ali
2021-09-28
Return FDs in RegistryImpl functions and use Views.
Zyad A. Ali
2021-09-28
Define mq.View and use it for mqfs.queueFD.
Zyad A. Ali
2021-09-28
Move filesystem creation from GetFilesystem to RegistryImpl.
Zyad A. Ali
2021-09-27
Add procfs files for SysV message queues.
Zyad A. Ali
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-17
Create mq.Registry and mqfs.RegistryImpl.
Zyad A. Ali
2021-09-15
Implement queueInode and queueFD in mqfs.
Zyad A. Ali
2021-09-15
Implement vfs.FilesystemType and kernfs.Filesystem for mqfs.
Zyad A. Ali
2021-09-15
Implement mqfs.rootInode.
Zyad A. Ali
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
[next]