summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl
AgeCommit message (Expand)Author
2021-10-27Sychronize access to cpuset controller bitmaps.Rahat Mahmood
2021-10-26Simplify vfs.NewDisconnectedMount signature and callpoints.Ayush Ranjan
2021-10-26Obtain ref on root dentry in mqfs.GetFilesystem.Ayush Ranjan
2021-10-26Ensure statfs::f_namelen is set by VFS2 gofer statfs/fstatfs.Jamie Liu
2021-10-21Merge pull request #6345 from sudo-sturbia:mq/syscallsgVisor bot
2021-10-20Report correct error when restore failsFabricio Voznika
2021-10-19Do not return non-nil *lisafs.Inode to doCreateAt on error.Ayush Ranjan
2021-10-19Stub cpuset cgroup control files.Rahat Mahmood
2021-10-18Report ramdiskfs usage correctlyFabricio Voznika
2021-10-18Support distinction for RWMutex and read-only locks.Adin Scannell
2021-10-14Report total memory based on limit or hostFabricio Voznika
2021-10-08Remove redundant slice copy in lisafs gofer client.Ayush Ranjan
2021-10-08Disallow "trusted" namespace xattr in VFS2 gofer client.Ayush Ranjan
2021-09-28Use one mutex for both Registry and RegistryImpl.Zyad A. Ali
2021-09-28Implement Registry.FindOrCreate.Zyad A. Ali
2021-09-28Return FDs in RegistryImpl functions and use Views.Zyad A. Ali
2021-09-28Define mq.View and use it for mqfs.queueFD.Zyad A. Ali
2021-09-28Move filesystem creation from GetFilesystem to RegistryImpl.Zyad A. Ali
2021-09-27Add procfs files for SysV message queues.Zyad A. Ali
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-17Create mq.Registry and mqfs.RegistryImpl.Zyad A. Ali
2021-09-15Implement queueInode and queueFD in mqfs.Zyad A. Ali
2021-09-15Implement vfs.FilesystemType and kernfs.Filesystem for mqfs.Zyad A. Ali
2021-09-15Implement mqfs.rootInode.Zyad A. Ali
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