Age | Commit message (Expand) | Author |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-11 | Report filesystem-specific mount options. | Rahat Mahmood |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-02-19 | Don't hold baseEndpoint.mu while calling EventUpdate(). | Nicolas Lacasse |
2021-02-17 | Add gohacks.Slice/StringHeader. | Jamie Liu |
2021-02-11 | Internal change. | gVisor bot |
2021-02-10 | Support setgid directories in tmpfs and kernfs | Kevin Krakauer |
2021-02-10 | Don't allow to umount the namespace root mount | Andrei Vagin |
2021-02-09 | Add cleanup TODO for integer-based proc files. | Dean Deng |
2021-02-03 | [vfs] Make sticky bit check consistent with Linux. | Ayush Ranjan |
2021-01-28 | Add O_PATH support in vfs2 | gVisor bot |
2021-01-26 | Move inotify events from syscall to vfs layer. | Dean Deng |
2021-01-26 | Do not generate extraneous IN_CLOSE inotify events. | Dean Deng |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2020-12-09 | Add //pkg/sync:generic_atomicptrmap. | Jamie Liu |
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-11-18 | Port filesystem metrics to VFS2. | Jamie Liu |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-11-03 | Fix more nogo tests | Ting-Yu Wang |
2020-11-03 | [vfs2] Do not drop inotify waiters across S/R. | Dean Deng |
2020-10-28 | Add logging option to leak checker. | Dean Deng |
2020-10-24 | Add leak checking to vfs2 structures that cannot use the refs_vfs2 template. | Dean Deng |
2020-10-23 | Support VFS2 save/restore. | Jamie Liu |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-13 | [vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root. | Dean Deng |
2020-10-13 | [vfs2] Add FilesystemType.Release to avoid reference leaks. | Dean Deng |
2020-10-12 | Change Merkle tree library to use ReaderAt | Chong Cai |
2020-10-12 | [vfs2] Don't leak disconnected mounts. | Dean Deng |
2020-10-02 | Convert uses of the binary package in kernel to go-marshal. | Rahat Mahmood |
2020-09-24 | Add basic stateify annotations. | Adin Scannell |
2020-09-23 | Add more descriptive comments on mount options. | Dean Deng |
2020-09-17 | Complete vfs2 implementation of fallocate. | Dean Deng |
2020-09-15 | Read vfs2 epoll events atomically. | Jamie Liu |
2020-09-09 | Unlock VFS.mountMu before FilesystemImpl calls for /proc/[pid]/{mounts,mounti... | Jamie Liu |
2020-09-08 | [vfs] overlayfs: Fix socket tests. | Ayush Ranjan |
2020-09-08 | Honor readonly flag for root mount | Fabricio Voznika |
2020-09-08 | [vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions. | Ayush Ranjan |
2020-09-02 | [vfs] Implement xattr for overlayfs. | Ayush Ranjan |
2020-08-28 | Implement StatFS for various VFS2 filesystems. | Rahat Mahmood |
2020-08-25 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-08-25 | Change "Fd" member to "FD" according to convension | gVisor bot |
2020-08-24 | Bump build constraints to 1.17 | Michael Pratt |
2020-08-24 | Update inotify documentation for gofer filesystem. | Dean Deng |
2020-08-21 | [vfs] Allow mountpoint to be an existing non-directory. | Ayush Ranjan |
2020-08-21 | Provide fdReader/Writer for FileDescription | gVisor bot |