summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2019-10-15support /proc/net/snmpJianfeng Tan
2019-10-07Remove unnecessary context parameter for new pipes.Kevin Krakauer
2019-10-04Add sanity check that overlayCreate is called with an overlay parent inode.Nicolas Lacasse
2019-10-02Merge pull request #865 from tanjianfeng:fix-829gVisor bot
2019-10-02fs/proc: report PID-s from a pid namespace of the proc mountAndrei Vagin
2019-10-01Disable cpuClockTicker when app is idleMichael Pratt
2019-09-30splice: try another fallback option only if the previous one isn't supportedAndrei Vagin
2019-09-30Force timestamps to update when set via InodeOperations.SetTimestamps.Nicolas Lacasse
2019-09-24tty: fix sending SIGTTOU on tty writehenry.tjf
2019-09-20Implement /proc/net/tcp6Jianfeng Tan
2019-09-19Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-09-13gvisor: return ENOTDIR from the unlink syscallAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-30Remove support for non-incremental mapped accounting.Jamie Liu
2019-08-30Automated rollback of changelist 261387276Bhasker Hariharan
2019-08-29Implement /proc/net/udp.Rahat Mahmood
2019-08-29Add limit_host_fd_translation Gofer mount option.Jamie Liu
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-13Fix file mode check in pipeOperationsFabricio Voznika
2019-08-09ext: Move to pkg/sentry/fsimpl.Ayush Ranjan
2019-08-08ext: Benchmark tests.Ayush Ranjan
2019-08-08Return a well-defined socket address type from socket funtions.Rahat Mahmood
2019-08-07ext: Seek unit tests.Ayush Ranjan
2019-08-07ext: StatAt unit tests.Ayush Ranjan
2019-08-07ext: Read unit tests.Ayush Ranjan
2019-08-07ext: IterDirent unit tests.Ayush Ranjan
2019-08-07ext: vfs.FileDescriptionImpl and vfs.FilesystemImpl implementations.Ayush Ranjan
2019-08-02Job control: controlling TTYs and foreground process groups.Kevin Krakauer
2019-08-02Remove kernel.mounts.Nicolas Lacasse
2019-08-01tmpfs and ramfs Dirs should drop references on children in Release().Nicolas Lacasse
2019-07-30Cache pages in CachingInodeOperations.Read when memory evictions are delayed.Jamie Liu
2019-07-30ext: Migrate from using fileReader custom interface to using io.Reader.Ayush Ranjan
2019-07-30ext: block map file reader implementation.Ayush Ranjan
2019-07-30Add feature to launch Sentry from an open host FD.Zach Koopmans
2019-07-29Migrate from using io.ReadSeeker to io.ReaderAt.Ayush Ranjan
2019-07-29ext: extent reader implementation.Ayush Ranjan
2019-07-29ext: inode implementations.Ayush Ranjan
2019-07-25Automated rollback of changelist 255679453Fabricio Voznika
2019-07-24ext: filesystem boilerplate code.Ayush Ranjan
2019-07-24ext: Add tests for root directory inode.Ayush Ranjan
2019-07-24ext: testing environment setup with VFS2 support.Ayush Ranjan
2019-07-23ext: Inode creation logic.Ayush Ranjan
2019-07-23ext: Add ext2 and ext3 tiny images.Ayush Ranjan
2019-07-23ext: Added extent tree building logic.Ayush Ranjan
2019-07-17Take copyMu in RevalidateMichael Pratt
2019-07-17Separate O_DSYNC and O_SYNC.Jamie Liu
2019-07-17ext: disklayout: extents support.Ayush Ranjan
2019-07-17ext: Filesystem init implementation.Ayush Ranjan