| Age | Commit message (Expand) | Author |
| 2020-12-04 | io/fs: add Sub | Russ Cox |
| 2020-11-19 | io/fs: make WalkDirFunc parameter name consistent with doc comment | fzipp |
| 2020-11-11 | io/fs: fix reference to WalkFunc | Russ Cox |
| 2020-11-06 | io/fs: add WalkDir | Russ Cox |
| 2020-10-23 | io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob | Russ Cox |
| 2020-10-20 | io/fs: add Glob and GlobFS | Russ Cox |
| 2020-10-20 | io/fs: add ReadDir and ReadDirFS | Russ Cox |
| 2020-10-20 | io/fs: add Stat and StatFS | Russ Cox |
| 2020-10-20 | io/fs: add ReadFile and ReadFileFS | Russ Cox |
| 2020-10-20 | io/fs: add FS, File, ReadDirFile; move DirEntry from os | Russ Cox |
| 2020-10-20 | io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs | Russ Cox |