Age | Commit message (Expand) | Author |
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 |
2020-11-13 | fs/tmpfs: use atomic operations to access inode.mode | Andrei Vagin |
2020-11-12 | Fix misuses of kernel.Task as context.Context. | Jamie Liu |
2020-11-12 | Add children names into verity hash | Chong Cai |
2020-11-12 | Rename kernel.TaskContext to kernel.TaskImage. | Jamie Liu |
2020-11-12 | Filter dentries with non-zero refs in VFS2 gofer/overlay checks. | Jamie Liu |
2020-11-11 | Read fsimpl/tmpfs timestamps atomically. | Jamie Liu |
2020-11-09 | Print a debug message if /sys/kernel/debug/kcov is available | Andrei Vagin |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-11-06 | Allow VFS2 gofer.dentries to have separate read and write FDs. | Jamie Liu |
2020-11-06 | [vfs] Return EEXIST when file already exists and rp.MustBeDir() is true. | Ayush Ranjan |
2020-11-06 | [vfs] overlayfs: Do not unlink non-existing whiteout during file creation. | Ayush Ranjan |
2020-11-06 | Avoid extra DecRef on kernfs root for "kept" dentries. | Dean Deng |
2020-11-03 | Fix more nogo tests | Ting-Yu Wang |