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-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-24
Kernfs should not try to rename a file to itself.
Nicolas Lacasse
2021-02-24
Use mapped device number + topmost inode number for all files in VFS2 overlay.
Jamie Liu
2021-02-24
Add YAMA security module restrictions on ptrace(2).
Dean Deng
2021-02-11
Unconditionally check for directory-ness in overlay.filesystem.UnlinkAt().
Jamie Liu
2021-02-11
Internal change.
gVisor bot
2021-02-11
Assign controlling terminal when tty is opened and support NOCTTY
Kevin Krakauer
2021-02-10
Support setgid directories in tmpfs and kernfs
Kevin Krakauer
2021-02-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2021-02-09
pipe: writeLocked has to return ErrWouldBlock if the pipe is full
Andrei Vagin
2021-02-05
[vfs] Handle `.` and `..` as last path component names in kernfs Rename.
Ayush Ranjan
2021-02-04
Call kernfs.syntheticDir.InitRefs() on creation.
Nicolas Lacasse
2021-02-03
[vfs] Make sticky bit check consistent with Linux.
Ayush Ranjan
2021-01-29
Fix deadlock in specialFileFD.pwrite
Fabricio Voznika
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-28
[vfs] Fix rename implementation in OrderedChildren.
Ayush Ranjan
2021-01-26
Initialize timestamps for gofer synthetic children.
Dean Deng
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2021-01-20
Don't use task goroutine context in fsimpl tests.
Jamie Liu
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2021-01-20
Fix refcount increments in gofer.filesystem.Sync.
Jamie Liu
2021-01-14
Check for existence before permissions
Fabricio Voznika
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-05
fs/fuse: check that a task has a specified file descriptor
Andrei Vagin
2020-12-31
Add missing error checks for FileDescription.Init.
Dean Deng
2020-12-17
Set verityMu to be state nosave
Chong Cai
2020-12-17
Fix seek on /proc/pid/cmdline when task is zombie.
Nicolas Lacasse
2020-12-17
Set process group and session on host TTY
Fabricio Voznika
2020-12-15
Change violation mode to an enum
Chong Cai
2020-12-15
Internal change.
gVisor bot
2020-12-11
Internal change.
gVisor bot
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-12-10
Change merkle root file name to avoid collision
Chong Cai
2020-12-07
Fix error handling on fusefs mount.
Rahat Mahmood
2020-12-04
Overlay runsc regular file mounts with regular files.
Jamie Liu
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-12-02
Remove FileReadWriteSeeker from vfs.
Jamie Liu
2020-12-02
Clean up verity tests.
Dean Deng
2020-12-02
Add /proc/sys/kernel/sem.
Jing Chen
2020-11-24
Remove outdated TODO.
Dean Deng
2020-11-23
Don't evict gofer.dentries with inotify watches before saving.
Jamie Liu
2020-11-20
Refactor verity test for readability
Chong Cai
2020-11-19
Remove racy stringification of socket fds from /proc/net/*.
Rahat Mahmood
2020-11-18
[vfs] kernfs: Do not panic if destroyed dentry is cached.
Ayush Ranjan
2020-11-18
Port filesystem metrics to VFS2.
Jamie Liu
2020-11-17
fs/fuse: don't dereference fuse.DeviceFD.fs if it is nil
Andrei Vagin
2020-11-17
tmpfs: make sure that a dentry will not be destroyed before the open() call
Andrei Vagin
2020-11-17
Add consistent precondition formatting for verity
Chong Cai
2020-11-13
Have fuse.DeviceFD hold reference on fuse.filesystem.
Jamie Liu
2020-11-13
fs/tmpfs: change regularFile.size atomically
Andrei Vagin
[next]