summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
AgeCommit message (Expand)Author
2019-01-28Fix data race in InodeSimpleAttributes.Unstable.Nicolas Lacasse
2019-01-28Drop the one-page limit for /proc/[pid]/{cmdline,environ}.Jamie Liu
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2019-01-24cleanup: extract the kernel from contextAdin Scannell
2019-01-18Display /proc/net entries for all network configurations.Rahat Mahmood
2019-01-17Allow fsync on a directory.Nicolas Lacasse
2019-01-14Remove fs.Handle, ramfs.Entry, and all the DeprecatedFileOperations.Nicolas Lacasse
2019-01-09Fix lock order violation.Nicolas Lacasse
2019-01-07Implement /proc/[pid]/smaps.Jamie Liu
2019-01-02Add /proc/net/psched contentFabricio Voznika
2018-12-27Fix deadlock between epoll_wait and getdentsFabricio Voznika
2018-12-21inotify notifies watchers when control events bit are setFabricio Voznika
2018-12-20Deflake gofer_test.Nicolas Lacasse
2018-12-17overlayBoundEndpoint must be recursive if there is an overlay in the lower.Nicolas Lacasse
2018-12-14Move fdnotifier package to reduce internal confusion.Adin Scannell
2018-12-14Mark sync.Mutex in TTYFileOperations as nosaveAndrei Vagin
2018-12-14Implement SO_SNDTIMEOIan Gudger
2018-12-12Filesystems shouldn't be saving references to Platform.Rahat Mahmood
2018-12-12Pass information about map writableness to filesystems.Rahat Mahmood
2018-12-10Implement MSG_WAITALLIan Gudger
2018-12-07sentry: turn "dynamically-created" procfs files into static creation.Zhaozhong Ni
2018-12-07Add period to commentMichael Pratt
2018-12-05Enforce directory accessibility before delete WalkMichael Pratt
2018-12-05Add context to mount errorsMichael Pratt
2018-12-04Max link traversals should be for an entire path.Brian Geffon
2018-12-04sentry: save / restore netstack procfs configuration.Zhaozhong Ni
2018-12-04Enforce name length restriction on paths.Brian Geffon
2018-12-04Fix data race caused by unlocked call of Dirent.descendantOf.Nicolas Lacasse
2018-11-27Fix data race in fs.Async.Nicolas Lacasse
2018-11-20Parse the tmpfs mode before validating.Nicolas Lacasse
2018-11-15Allow setting sticky bit in tmpfs permissions.Nicolas Lacasse
2018-11-12Internal change.Googler
2018-11-08Create stubs for syscalls upto Linux 4.4.Rahat Mahmood
2018-11-01modify modeRegexp to adapt the default spec of containerdJuan
2018-10-24Convert Unix transport to syserrIan Gudger
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-20Add more unimplemented syscall eventsFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Fix typos in socket_testIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-15Refactor host.ConnectedEndpointIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
2018-10-15Clean up Rename and Unlink checks for EBUSY.Nicolas Lacasse
2018-10-15sentry: save fs.Dirent deleted info.Zhaozhong Ni
2018-10-11sentry: allow saving of unlinked files with open fds on virtual fs.Zhaozhong Ni
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-10-03Implement TIOCSCTTY ioctl as a noop.Nicolas Lacasse
2018-10-03Add S/R support for FIOASYNCIan Gudger
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-28Require AF_UNIX sockets from the goferMichael Pratt