summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2018-12-07Add period to commentMichael Pratt
2018-12-05Enforce directory accessibility before delete WalkMichael Pratt
2018-12-05Add context to mount errorsMichael Pratt
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-12-04sentry: save / restore netstack procfs configuration.Zhaozhong Ni
2018-12-04Enforce name length restriction on paths.Brian Geffon
2018-12-04Fix data race caused by unlocked call of Dirent.descendantOf.Nicolas Lacasse
2018-11-27Fix data race in fs.Async.Nicolas Lacasse
2018-11-20Parse the tmpfs mode before validating.Nicolas Lacasse
2018-11-15Allow setting sticky bit in tmpfs permissions.Nicolas Lacasse
2018-11-12Internal change.Googler
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-11-01modify modeRegexp to adapt the default spec of containerdJuan
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Fix typos in socket_testIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-15Refactor host.ConnectedEndpointIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
2018-10-15Clean up Rename and Unlink checks for EBUSY.Nicolas Lacasse
2018-10-15sentry: save fs.Dirent deleted info.Zhaozhong Ni
2018-10-11sentry: allow saving of unlinked files with open fds on virtual fs.Zhaozhong Ni
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-10-03Implement TIOCSCTTY ioctl as a noop.Nicolas Lacasse
2018-10-03Add S/R support for FIOASYNCIan Gudger
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-28Require AF_UNIX sockets from the goferMichael Pratt
2018-09-27Forward ioctl(TCSETSF) calls on host ttys to the host kernel.Nicolas Lacasse
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