| Age | Commit message (Expand) | Author |
| 2022-11-10 | Tmpfs_mount() uses tmpfs_unmount() for cleanup if set_statvfs_info() fails. | hannken |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | ad |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-10-04 | remove an always false check and its' "This can never happen?" comment. | mrg |
| 2019-01-01 | Add "void *extra" argument to vcache_new() so a file system may | hannken |
| 2018-08-09 | FIx performance regression from rmind@: | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-01 | Change the protocol to update a mounted file system from read-write | hannken |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2017-01-27 | Run vflush() when going from read/write to read only. | hannken |
| 2016-08-26 | In the event that loading the root vnode fails, bail out of | dholland |
| 2016-03-12 | Implement most of mount -ur functionality for tmpfs. Remaining issue is | joerg |
| 2016-03-12 | Only recheck size/node limits on update mounts, if there actually have | joerg |
| 2015-07-06 | Change tmpfs to vcache. | hannken |
| 2015-07-06 | Use VFS_PROTOS() for tmpfs. | hannken |
| 2014-06-10 | Check for invalid mount arguments early and gracefully fail the mount. | martin |
| 2014-06-07 | Remove the hardcoded 4 MB free kernel memory limit and replace it | martin |
| 2014-04-30 | fix typo | christos |
| 2014-04-30 | handle MNT_UPDATE | christos |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | hannken |
| 2014-02-06 | Remove an annoying printf. And to answer the question: VFS_VGET() gets | hannken |
| 2014-01-04 | Fix a race where thread1 runs VOP_REMOVE() and gets preempted in | hannken |
| 2013-11-23 | - Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferred | rmind |
| 2013-11-10 | Handle whiteout case in tmpfs_dir_detach() and tmpfs_unmount(). | rmind |
| 2013-11-08 | tmpfs: replace the broken tmpfs_dircookie() logic which uses the node | rmind |
| 2011-09-27 | define and use TMPFS_MAXNAMLEN instead of MAXNAMLEN | christos |
| 2011-05-29 | - Rework and document inode reference counting. Also document inode life | rmind |
| 2011-05-24 | - Describe some locking. | rmind |
| 2011-05-24 | - tmpfs_alloc_node/tmpfs_free_node: move inode limiting into tmpfs_node_get() | rmind |
| 2011-05-19 | - tmpfs: do not create dirent/node pools per-mount, there is no need to. | rmind |
| 2011-04-02 | Fix file handle operations for tmpfs by removing a now bogus test and | hannken |
| 2010-06-26 | tmpfs_statvfs: hold accounting lock, since tmpfs_pages_avail() and | rmind |
| 2010-06-22 | Replace tmpfs_pool custom allocator code with a simpler layer for memory | rmind |
| 2008-07-29 | Solve the fstat-wants-to-look-at-kernel-data-structures in a nicer | pooka |
| 2008-07-28 | shuffle around some more defs for fstat | pooka |
| 2008-07-28 | Install mount argument structure header just like every other file system. | pooka |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-06 | Drop trailing whitespace. | jmmv |
| 2008-02-05 | Limit kva usage to 8TB and the number of inodes to 2G. Should fix | ad |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 2008-01-17 | Remove bogus KASSERT: we can't make any assumptions about a dirent's | pooka |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-11-10 | Back out the tmpfs changes; there appears to be a bug lurking. | ad |
| 2007-11-06 | Merge from vmlocking. | ad |
| 2007-10-23 | Fix typo: I'm pretty sure that in tmpfs_done(), both of the malloc(9) | dyoung |