summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
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
2019-07-17Merge pull request #533 from kevinGC:stub-dev-ttygVisor bot
2019-07-17Properly invalidate cache in rename and removeMichael Pratt
2019-07-16Merge pull request #474 from zhuangel:proctasksgVisor bot
2019-07-15Support /proc/net/devJianfeng Tan
2019-07-12Merge pull request #282 from zhangningdlut:chris_test_procgVisor bot
2019-07-11Fix license year and remove Read.Kevin
2019-07-11Add a stub for /dev/tty.Kevin
2019-07-11Added tiny ext4 image.Ayush Ranjan
2019-07-11ext: boilerplate code.Ayush Ranjan
2019-07-09ext4: disklayout: Directory Entry implementation.Ayush Ranjan
2019-07-08Don't try to execute a file that is not regular.Nicolas Lacasse
2019-07-08ext4: disklayout: inode impl.Ayush Ranjan
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell
2019-07-02Ext4: DiskLayout: Inode interface.Ayush Ranjan
2019-06-28Add finalizer on AtomicRefCount to check for leaks.Ian Gudger
2019-06-28Drop ashmem and binder.Adin Scannell
2019-06-28ext4: disklayout: SuperBlock interface implementations.Ayush Ranjan
2019-06-28Automated rollback of changelist 255263686Nicolas Lacasse
2019-06-28Superblock interface in the disk layout package for ext4.Ayush Ranjan
2019-06-28Fix deadloop in proc subtask listYong He
2019-06-27Complete pipe support on overlayfsFabricio Voznika
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-27Cache directory entries in the overlayMichael Pratt
2019-06-26Preserve permissions when checking lowerFabricio Voznika
2019-06-25Add TODO reminder to remove tmpfs caching optionsMichael Pratt
2019-06-24fs: synchronize concurrent writes into files with O_APPENDAndrei Vagin
2019-06-24Implement /proc/net/tcp.Rahat Mahmood
2019-06-24Return ENOENT when reading /proc/{pid}/task of an exited processchris.zn
2019-06-22Implement statx.Nicolas Lacasse
2019-06-21gvisor/fs: getdents returns 0 if offset is equal to FileMaxOffsetAndrei Vagin
2019-06-21ext4 block group descriptor implementation in disk layout package.Ayush Ranjan
2019-06-20Add package docs to seqfile and ramfsMichael Pratt
2019-06-19Add MountNamespace to task.Nicolas Lacasse
2019-06-18Attempt to fix TestPipeWritesAccumulateFabricio Voznika
2019-06-18gvisor/fs: don't update file.offset for sockets, pipes, etcAndrei Vagin
2019-06-13Plumb context through more layers of filesytem.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-06-06Copy up parent when binding UDS on overlayfsFabricio Voznika
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-05Shutdown host sockets on internal shutdownMichael Pratt
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-06-04Drop one dirent reference after referenced by fileYong He
2019-06-03gvisor/sock/unix: pass creds when a message is sent between unconnected socketsAndrei Vagin