summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/sys_file.go
AgeCommit message (Expand)Author
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-05-25setgid directories for VFS1 tmpfs, overlayfs, and goferfsKevin Krakauer
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-22Implement F_GETLK fcntl.Dean Deng
2020-12-23vfs1: don't allow to open socket filesAndrei Vagin
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-10-09syscalls: Don't leak a file on the error pathAndrei Vagin
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-01Fix panic when calling dup2().Nayana Bidari
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-30Fix SETOWN_EX return value.Dean Deng
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-02-25Fix DATA RACE in fs.MayDelete.Adin Scannell
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2019-12-05Implement F_GETOWN_EX and F_SETOWN_EX.Ian Gudger
2019-11-26Allow open(O_TRUNC) and (f)truncate for proc files.Ian Lewis
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-11-08Automated rollback of changelist 278417533Kevin Krakauer
2019-11-04Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-09-13gvisor: return ENOTDIR from the unlink syscallAndrei Vagin
2019-07-09Cleanup straggling syscall dependencies.Adin Scannell
2019-07-08Don't mask errors in createAt loop.Nicolas Lacasse
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-07-02Simplify (and fix) refcounts in createAt.Nicolas Lacasse
2019-07-01Check remaining traversal limit when creating a file through a symlink.Nicolas Lacasse
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-26Follow symlinks when creating a file, and create the target.Nicolas Lacasse
2019-06-19fileOp{On,At} should pass the remaning symlink traversal count.Nicolas Lacasse
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-29createAt should return all errors from FindInode except ENOENT.Nicolas Lacasse
2019-04-09syscalls: sendfile: limit the count to MAX_RW_COUNTLi Qiang