summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2020-02-20Initial network namespace support.gVisor bot
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-02-11Ensure fsimpl/gofer.dentryPlatformFile.hostFileMapper is initialized.gVisor bot
2020-02-11Prevent DATA RACE in UnstableAttr.Adin Scannell
2020-02-10Add context to comments.Adin Scannell
2020-02-07Support listxattr and removexattr syscalls.Dean Deng
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-04VFS2 gofer clientJamie Liu
2020-02-04Add support for sentry internal pipe for gofer mountsFabricio Voznika
2020-01-31Internal change.gVisor bot
2020-01-30Enforce splice offset limitsMichael Pratt
2020-01-28fs/splice: don't report partial errors for special filesAndrei Vagin
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-21Rename DowngradableRWMutex to RWmutex.Ian Gudger
2020-01-21Add line break to /proc/net filesFabricio Voznika
2020-01-18Include the cgroup name in the superblock options in /proc/self/mountinfo.Nicolas Lacasse
2020-01-17Fix data race in MountNamespace.resolve.Nicolas Lacasse
2020-01-17Fix data race in tty.queue.readableSize.Nicolas Lacasse
2020-01-17Add explanation for implementation of BSD full file locks.Dean Deng
2020-01-16Remove unused rpcinet.Adin Scannell
2020-01-16Implement setxattr for overlays.Dean Deng
2020-01-16Add IfChange/ThenChange reminders in fs/procFabricio Voznika
2020-01-16Plumb getting/setting xattrs through InodeOperations and 9p gofer interfaces.Dean Deng
2020-01-16Add remaining /proc/* and /proc/sys/* filesFabricio Voznika
2020-01-09New sync package.Ian Gudger
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse
2019-12-19Make masterInodeOperations.Truncate take a pointer receiver.Nicolas Lacasse
2019-12-18Add Mems_allowed to /proc/PID/statusMichael Pratt
2019-12-17Merge pull request #1394 from zhuangel:bindlockgVisor bot
2019-12-16Merge pull request #1392 from zhuangel:bindleakgVisor bot
2019-12-16Implement checks for get/setxattr at the syscall layer.Dean Deng
2019-12-16Fix deadlock in overlay bindYong He
2019-12-16Fix UDS bind cause fd leak in goferYong He
2019-12-09Redirect TODOs to gvisor.devFabricio Voznika
2019-12-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-12-05Create correct file for /proc/[pid]/task/[tid]/ioZach Koopmans
2019-12-03Fix printing /proc/[pid]/io for /proc/[pid]/task/[tid]/io.Zach Koopmans
2019-11-26Allow open(O_TRUNC) and (f)truncate for proc files.Ian Lewis
2019-11-25Merge pull request #1176 from xiaobo55x:runsc_bootgVisor bot
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-20Pass OpenTruncate to gofer in Open call when opening file with O_TRUNC.Nicolas Lacasse
2019-11-18Merge pull request #1177 from xiaobo55x:fs_hostgVisor bot
2019-11-14Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer
2019-11-12Use overlay MountSource when binding socket in overlay.Nicolas Lacasse
2019-11-13Enable sentry/fs/host support on arm64.Haibo Xu
2019-11-13Enable runsc/boot support on arm64.Haibo Xu
2019-11-08Automated rollback of changelist 278417533Kevin Krakauer
2019-11-04Check that a file is a regular file with open(O_TRUNC).Kevin Krakauer