Age | Commit message (Expand) | Author |
2020-01-09 | New sync package. | Ian Gudger |
2019-12-30 | Add VFS2 support for device special files. | Jamie Liu |
2019-12-27 | Add VFS2 support for /proc/filesystems. | Jamie Liu |
2019-12-26 | Initial procfs implementation in VFSv2 | Fabricio Voznika |
2019-12-23 | Clean up vfs.FilesystemImpl methods that operate on parent directories. | Jamie Liu |
2019-12-20 | Add vfs.ResolvingPath.HandleJump(). | Jamie Liu |
2019-12-20 | Add vfs.Dentry.Children(). | Jamie Liu |
2019-12-20 | Move VFS2 file description status flags to vfs.FileDescription. | Jamie Liu |
2019-12-18 | Add VFS2 plumbing for extended attributes. | Jamie Liu |
2019-12-12 | Implement memmap.MappingIdentity for vfs.FileDescription. | Jamie Liu |
2019-12-11 | Add vfs.Pathname{WithDeleted,ForGetcwd}. | Jamie Liu |
2019-12-10 | Add most VFS methods for syscalls. | Jamie Liu |
2019-12-05 | Add vfs.CheckSetStat() and its dependencies. | Jamie Liu |
2019-11-25 | Minor VFS2 interface changes. | Jamie Liu |
2019-11-25 | Implement basic umounting for vfs2. | Jamie Liu |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-18 | Add vfs.GenericParseMountOptions(). | Jamie Liu |
2019-10-29 | Update build tags to allow Go 1.14 | Michael Pratt |
2019-10-19 | Add support for pipes in VFS2. | Kevin Krakauer |
2019-10-15 | Minor vfs.FileDescriptionImpl fixes. | Jamie Liu |
2019-10-04 | Change linux.FileMode from uint to uint16, and update VFS to use FileMode. | Kevin Krakauer |
2019-09-20 | Change vfs.Dirent.Off to NextOff. | Jamie Liu |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-08-16 | vfs: Remove vfs.DefaultDirectoryFD from embedding vfs.DefaultFD. | Ayush Ranjan |
2019-08-13 | Add vfs.DynamicBytesFileDescriptionImpl. | Jamie Liu |
2019-07-18 | Sentry virtual filesystem, v2 | Jamie Liu |