summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2020-09-16fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Andrei Vagin
2020-09-16fuse_open: add padding to open out requestBoyuan He
2020-09-16Implement FUSE_UNLINKBoyuan He
2020-09-16Fix comments of TODO issues.Craig Chi
2020-09-16Add comments for exported attributesCraig Chi
2020-09-16Implement FUSE_SETATTRCraig Chi
2020-09-16Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-16Implement FUSE_WRITEJinmou Li
2020-09-16Implement FUSE_CREATECraig Chi
2020-09-16Downgrade FUSE minor version support and clarify commentsJinmou Li
2020-09-16fuse: remove unused marshalling functionsCraig Chi
2020-09-16Support multiple FUSE kernel versions of FUSE_INIT response structCraig Chi
2020-09-16fuse: use safe go_marshal API for FUSERidwan Sharif
2020-09-16fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-16Implement FUSE_RMDIRRidwan Sharif
2020-09-16Implement FUSE_READJinmou Li
2020-09-16Implement FUSE_MKDIRBoyuan He
2020-09-16Implement FUSE_READLINKBoyuan He
2020-09-16Implement FUSE_SYMLINKBoyuan He
2020-09-16Implement FUSE_MKNODBoyuan He
2020-09-16Implement FUSE_RELEASE/RELEASEDIRBoyuan He
2020-09-16Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-16Implement FUSE_LOOKUPAndrei Vagin
2020-09-16Rename marshal.Task to marshal.CopyContext.Rahat Mahmood
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-09-15Implement gvisor verity fs ioctl with GETFLAGSChong Cai
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-08Implement ioctl with enable veritygVisor bot
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01[go-marshal] Enable auto-marshalling for fs/tty.Ayush Ranjan
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-27ip6tables: (de)serialize ip6tables structsKevin Krakauer
2020-08-26tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
2020-08-25Return non-zero size for tmpfs statfs(2).Jamie Liu
2020-08-25Expose 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-12ip6tables: ABI structs and constantsKevin Krakauer
2020-08-10Implement FUSE_GETATTRCraig Chi
2020-08-04Internal change.gVisor bot
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-29Add FUSE_INITJinmou Li
2020-07-27Add device implementation for /dev/fuseRidwan Sharif
2020-07-24Enable automated marshalling for netstack.Ayush Ranjan
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-07-01Update preadv2/pwritev2 flag handling in vfs2.Dean Deng
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng