summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2018-09-18Short-circuit Readdir calls on overlay files when the dirent is frozen.Nicolas Lacasse
2018-09-17Allow kernel.(*Task).Block to accept an extract only channelIan Gudger
2018-09-14Reuse readlink parameter, add sockaddr max.Michael Pratt
2018-09-14Make gVisor hard link check match Linux's.Nicolas Lacasse
2018-09-07runsc: Support multi-container exec.Nicolas Lacasse
2018-09-05Imported FD in exec was leakingFabricio Voznika
2018-09-04/proc/PID/mounts is not tab-delimitedMichael Pratt
2018-09-04Distinguish Element and Linker for ilist.Adin Scannell
2018-08-31Do not use fs.FileOwnerFromContext in fs/proc.file.UnstableAttr().Jamie Liu
2018-08-30fs: Add empty dir at /sys/class/power_supply.Nicolas Lacasse
2018-08-29fs: Fix renameMu lock recursion.Nicolas Lacasse
2018-08-29fs: Drop reference to over-written file before renaming over it.Nicolas Lacasse
2018-08-28fs: Don't bother saving negative dirents.Nicolas Lacasse
2018-08-28fs: Add tests for dirent ref counting with an overlay.Nicolas Lacasse
2018-08-28sentry: optimize dirent weakref map save / restore.Zhaozhong Ni
2018-08-27Add /proc/sys/kernel/shm[all,max,mni].Brian Geffon
2018-08-27fs: Fix remote-revalidate cache policy.Nicolas Lacasse
2018-08-27sentry: mark fsutil.DirFileOperations as savable.Zhaozhong Ni
2018-08-27runsc: Terminal resizing support.Kevin Krakauer
2018-08-24runsc: Terminal support for "docker exec -ti".Nicolas Lacasse
2018-08-24fs: Drop unused WaitGroup in Dirent.destroy.Nicolas Lacasse
2018-08-23sentry: mark idMapSeqHandle as savable.Zhaozhong Ni
2018-08-22sentry: mark S/R stating errors as save rejections / fs corruptions.Zhaozhong Ni
2018-08-22fs: Hold Dirent.mu when calling Dirent.flush().Nicolas Lacasse
2018-08-21sentry: do not release gofer inode file state loading lock upon error.Zhaozhong Ni
2018-08-20sysfs: Add (empty) cpu directories for each cpu in /sys/devices/system/cpu.Nicolas Lacasse
2018-08-16fs: Support possible and online knobs for cpuChenggang Qin
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-14TTY: Fix data race where calls into tty.queue's waiter were not synchronized.Kevin Krakauer
2018-08-14Fix `ls -laR | wc -l` hanging.Kevin Krakauer
2018-08-14Fix bind() on overlays.Nicolas Lacasse
2018-08-13Prevent renames across walk fast path.Adin Scannell
2018-08-10fs: Allow overlays to revalidate files from the upper fs.Nicolas Lacasse
2018-08-10cache policy: Check policy before returning a negative dirent.Nicolas Lacasse
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-07fs: Add new cache policy "remote_revalidate".Nicolas Lacasse
2018-08-07sentry: make epoll.pollEntry wait for the file operation in restore.Zhaozhong Ni
2018-08-06Make ramfs.File savableMichael Pratt
2018-08-03stateify: make explicit mode no longer optional.Zhaozhong Ni
2018-08-02Update comment referenceMichael Pratt
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-31proc: show file flags in fdinfoAndrei Vagin
2018-07-27Added the O_LARGEFILE flag.Justine Olshan
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-26Don't copy-up extended attributes that specifically configure a lower overlay.Nicolas Lacasse
2018-07-24Typo fix.Kevin Krakauer
2018-07-19fs: Pass context to Revalidate() function.Nicolas Lacasse
2018-07-19ConfigureMMap on an overlay file delegates to the upper if there is no lower.Nicolas Lacasse