summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2021-09-27Add procfs files for SysV message queues.Zyad A. Ali
2021-09-16Limit most file mmaps to the range of an int64.Jamie Liu
2021-09-10Typo fix.Etienne Perot
2021-08-27Fix lock order violations: mm.mappingMu > Task.mu.Nicolas Lacasse
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
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-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-24Internal change.Jamie Liu
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-10Add /proc/sys/vm/max_map_countFabricio Voznika
2021-06-09Change TODO to NOTE.Nicolas Lacasse
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-14Don't read forwarding from netstack in sentryGhanan Gowripalan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-03-29[syserror] Split usermem packageZach Koopmans
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