summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2021-03-25Use seqfile.SeqHandles correctly in VFS1 /proc/net/.Jamie Liu
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-22Avoid calling sync on each write in writethrough mode.Nicolas Lacasse
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-17Check for directory emptiness in VFS1 overlay rmdir().Jamie Liu
2021-02-11Assign controlling terminal when tty is opened and support NOCTTYKevin Krakauer
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09Collapse code that always returns errorTamir Duberstein
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Implement error on pointersTamir Duberstein
2021-01-22Implement F_GETLK fcntl.Dean Deng
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-23vfs1: don't allow to open socket filesAndrei Vagin
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-12-04Require sync.RWMutex to lock and unlock from the same goroutineMichael Pratt
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-11-19Require sync.Mutex to lock and unlock from the same goroutineMichael Pratt
2020-11-18Port filesystem metrics to VFS2.Jamie Liu
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-11-03Fix more nogo testsTing-Yu Wang
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-10-27Implement /proc/[pid]/memLennart
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-13Don't read beyond EOF when inserting into sentry page cache.Jamie Liu
2020-10-13[vfs2] Don't take reference in Task.MountNamespaceVFS2 and MountNamespace.Root.Dean Deng
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-10-07Add staticcheck and staticstyle analyzers.Adin Scannell
2020-09-29Add /proc/[pid]/cwdFabricio Voznika
2020-09-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-09-18Merge pull request #3989 from jinmouil:feature/fuse-fixgVisor bot
2020-09-18fuse: update design doc with I/O implementationJinmou Li
2020-09-16Merge pull request #3934 from avagin:feature/fusegVisor bot
2020-09-16Update fuse.md design doc with design detailsJinmou Li
2020-09-16Revert "fuse: add benchmarking support for FUSE"Andrei Vagin
2020-09-16fuse: add benchmarking support for FUSEBoyuan He & Ridwan Sharif
2020-09-14Correct FDSize in /proc/[pid]/status.Jamie Liu
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-11Fix host unix socket to not swallow EOF incorrectly.Bhasker Hariharan
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-09-02[vfs] Implement xattr for overlayfs.Ayush Ranjan
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01[go-marshal] Enable auto-marshalling for fs/tty.Ayush Ranjan
2020-08-27[go-marshal] Enable auto-marshalling for tundev.Ayush Ranjan
2020-08-25Return non-zero size for tmpfs statfs(2).Jamie Liu