summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls
AgeCommit message (Expand)Author
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-03Adjust input file offset when sendfile only completes a partial write.Dean Deng
2020-09-01Fix panic when calling dup2().Nayana Bidari
2020-08-28Fix EOF handling for splice.Dean Deng
2020-08-27Fix vfs2 pipe behavior when splicing to a non-pipe.Dean Deng
2020-08-24Update inotify documentation for gofer filesystem.Dean Deng
2020-08-21Make mounts ReadWrite first, then later change to ReadOnly.Nicolas Lacasse
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-17Stop masking the IO error in handleIOError.Nicolas Lacasse
2020-08-12Release fd references on aio callback cancellation.Dean Deng
2020-08-05Release extra memfd reference.Dean Deng
2020-08-04Handle EOF in vfs2 sendfile.Dean Deng
2020-08-03Remove old TODO.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-08-03Add inotify events for fallocate and tests for fallocate/sendfile.Dean Deng
2020-07-31Clean up vfs2 fallocate.Dean Deng
2020-07-30Fix SETOWN_EX return value.Dean Deng
2020-07-27Merge pull request #2958 from lubinszARM:pr_vfs2_1gVisor bot
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-07-23Port sendfile to vfs2.Nicolas Lacasse
2020-07-07Fix mknod and inotify syscall testAyush Ranjan
2020-07-01Port vfs1 implementation of sync_file_range to vfs2.Dean Deng
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-07-01Complete async signal delivery support in vfs2.Dean Deng
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-26Support inotify IN_ONESHOT.Dean Deng
2020-06-23Support inotify in vfs2 gofer fs.Dean Deng
2020-06-23Port readahead to VFS2.Nicolas Lacasse
2020-06-19Fix bugs in vfs2 to make symlink tests pass.Dean Deng
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-16Miscellaneous VFS2 fixes.Jamie Liu
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-12vfs-arm64-1:add vfs2-syscall support to Arm64Bin Lu
2020-06-10Redirect TODOs to more specific issuesFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-06-01Add inotify events for extended attributes and splice.Dean Deng
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-15Remove debug log left behind by mistake.Bhasker Hariharan
2020-05-14Make utimes_test pass on VFS2.Jamie Liu
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-07Fix ARM64 build.Adin Scannell