summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
AgeCommit message (Expand)Author
2021-09-23Create the cgroupfs mount point in sysfs.Rahat Mahmood
2021-09-21[lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer.Ayush Ranjan
2021-09-20[lisa] Plumb lisafs through runsc.Ayush Ranjan
2021-09-07Stub some memory control files.Rahat Mahmood
2021-09-01Propagate vfs.MkdirOptions.ForSyntheticMountpoint to overlay copy-up.Jamie Liu
2021-08-30Use specialFileFD handles in specialFileFD.Stat().Jamie Liu
2021-08-27Fix lock order violations: mm.mappingMu > Task.mu.Nicolas Lacasse
2021-08-20Allow gofer.specialFileFDs to be mmapped with a host FD.Jamie Liu
2021-08-19Cache verity dentriesChong Cai
2021-08-19Use MM-mapped I/O instead of buffered copies in gofer.specialFileFD.Jamie Liu
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-08-11Do not clear merkle files when creating dentryChong Cai
2021-08-11Popluate verity directory children namesChong Cai
2021-08-11Initial cgroupfs support for subcontainersRahat Mahmood
2021-08-01Merge pull request #6350 from sudo-sturbia:cgroupfsgVisor bot
2021-07-28Add Uid/Gid/Groups fields to VFS2 /proc/[pid]/status.Jamie Liu
2021-07-28Lock gofer.dentry.dataMu before SetAttr RPC modifying file size.Jamie Liu
2021-07-23Clean up logic for when a VFS2 gofer regular file close causes a flushf.Jamie Liu
2021-07-22VFS2: remove ext codeKevin Krakauer
2021-07-22Delete unnecessary function.Zyad A. Ali
2021-07-21Use atomics when checking for parent setgid in VFS2 tmpfs file creation.Jamie Liu
2021-07-15Fix refcount increments in gofer.filesystem.Sync.Fabricio Voznika
2021-07-13Do not require O_PATH flag to enable verityChong Cai
2021-07-12Fix deadlock in procfsFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-08devpts: Notify of echo'd input queue bytes only after locks have been released.Etienne Perot
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Sort children map before hashChong Cai
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-28Allow VFS2 gofer client to mmap from sentry page cache when forced.Jamie Liu
2021-06-24Internal change.Jamie Liu
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-17Move tcpip.Clock impl to TimekeeperTamir Duberstein
2021-06-10Minor VFS2 xattr changes.Jamie Liu
2021-06-10Fix lock ordering issue when enumerating cgroup tasks.Rahat Mahmood
2021-06-10Add /proc/sys/vm/max_map_countFabricio Voznika
2021-06-07Implement RENAME_NOREPLACE for all VFS2 filesystem implementations.Jamie Liu
2021-06-03Initialize metrics at initTamir Duberstein
2021-05-26Add verity getdents testsChong Cai
2021-05-25Initialize Kernel.Timekeeper before network NSTamir Duberstein
2021-05-25Use specific fmt verbs (avoid %v)Tamir Duberstein
2021-05-25setgid directories for VFS1 tmpfs, overlayfs, and goferfsKevin Krakauer
2021-05-18Delete /cloud/gvisor/sandbox/sentry/gofer/opened_write_execute_file metricNayana Bidari
2021-05-14Add new metric for suspicious operations.Nayana Bidari
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
2021-05-14Don't read forwarding from netstack in sentryGhanan Gowripalan