Age | Commit message (Expand) | Author |
2020-09-16 | fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Andrei Vagin |
2020-09-16 | fuse_open: add padding to open out request | Boyuan He |
2020-09-16 | Implement FUSE_UNLINK | Boyuan He |
2020-09-16 | Fix comments of TODO issues. | Craig Chi |
2020-09-16 | Add comments for exported attributes | Craig Chi |
2020-09-16 | Implement FUSE_SETATTR | Craig Chi |
2020-09-16 | Add fh support for revise attr and fstat(2) test | Craig Chi |
2020-09-16 | Implement FUSE_WRITE | Jinmou Li |
2020-09-16 | Implement FUSE_CREATE | Craig Chi |
2020-09-16 | Downgrade FUSE minor version support and clarify comments | Jinmou Li |
2020-09-16 | fuse: remove unused marshalling functions | Craig Chi |
2020-09-16 | Support multiple FUSE kernel versions of FUSE_INIT response struct | Craig Chi |
2020-09-16 | fuse: use safe go_marshal API for FUSE | Ridwan Sharif |
2020-09-16 | fuse: Implement IterDirents for directory file description | Ridwan Sharif |
2020-09-16 | Implement FUSE_RMDIR | Ridwan Sharif |
2020-09-16 | Implement FUSE_READ | Jinmou Li |
2020-09-16 | Implement FUSE_MKDIR | Boyuan He |
2020-09-16 | Implement FUSE_READLINK | Boyuan He |
2020-09-16 | Implement FUSE_SYMLINK | Boyuan He |
2020-09-16 | Implement FUSE_MKNOD | Boyuan He |
2020-09-16 | Implement FUSE_RELEASE/RELEASEDIR | Boyuan He |
2020-09-16 | Implement FUSE_OPEN/OPENDIR | Boyuan He |
2020-09-16 | Implement FUSE_LOOKUP | Andrei Vagin |
2020-09-16 | Rename marshal.Task to marshal.CopyContext. | Rahat Mahmood |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-15 | Add support for OCI seccomp filters in the sandbox. | Ian Lewis |
2020-09-15 | Implement gvisor verity fs ioctl with GETFLAGS | Chong Cai |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-08 | Implement ioctl with enable verity | gVisor bot |
2020-09-01 | Refactor tty codebase to use master-replica terminology. | Ayush Ranjan |
2020-09-01 | [go-marshal] Enable auto-marshalling for fs/tty. | Ayush Ranjan |
2020-08-28 | Implement StatFS for various VFS2 filesystems. | Rahat Mahmood |
2020-08-27 | ip6tables: (de)serialize ip6tables structs | Kevin Krakauer |
2020-08-26 | tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN. | Nicolas Lacasse |
2020-08-25 | Return non-zero size for tmpfs statfs(2). | Jamie Liu |
2020-08-25 | Expose basic coverage information to userspace through kcov interface. | Dean Deng |
2020-08-25 | [go-marshal] Enable auto-marshalling for host tty. | Ayush Ranjan |
2020-08-12 | ip6tables: ABI structs and constants | Kevin Krakauer |
2020-08-10 | Implement FUSE_GETATTR | Craig Chi |
2020-08-04 | Internal change. | gVisor bot |
2020-07-31 | iptables: support SO_ORIGINAL_DST | Kevin Krakauer |
2020-07-29 | Add FUSE_INIT | Jinmou Li |
2020-07-27 | Add device implementation for /dev/fuse | Ridwan Sharif |
2020-07-24 | Enable automated marshalling for netstack. | Ayush Ranjan |
2020-07-23 | Implement get/set_robust_list. | Nicolas Lacasse |
2020-07-23 | Marshallable socket opitons. | Ayush Ranjan |
2020-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-15 | Fix minor bugs in a couple of interface IOCTLs. | Bhasker Hariharan |
2020-07-01 | Update preadv2/pwritev2 flag handling in vfs2. | Dean Deng |
2020-06-27 | Port GETOWN, SETOWN fcntls to vfs2. | Dean Deng |