| Age | Commit message (Expand) | Author |
| 2023-04-29 | tmpfs: Assert no arithmetic overflow in directory node tn_size. | riastradh |
| 2023-04-29 | tmpfs: Refuse sizes that overflow round_page. | riastradh |
| 2023-04-29 | tmpfs: Nix trailing whitespace. No functional change intended. | riastradh |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-05-17 | PR kern/55268: tmpfs is slow | ad |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-05-12 | cache_enter_id(): give it a boolean parameter to indicate whether the cached | ad |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | ad |
| 2020-03-14 | tmpfs_reg_resize(): do nothing if newsize == oldsize. | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2019-09-18 | Add newly created vnodes to the namei cache. The rest of the filesystems | christos |
| 2019-01-01 | Add "void *extra" argument to vcache_new() so a file system may | hannken |
| 2018-05-28 | allow tmpfs files to be larger than 4GB. | chs |
| 2017-01-04 | Change tmpfs_chsize() to update mtime etc. even if "length == node->tn_size". | hannken |
| 2015-10-29 | Make sure that nde->td_node is NULL for asserts. | leot |
| 2015-07-07 | This enum is likely to be made unsigned by the compiler, so the assertion | justin |
| 2015-07-06 | Change tmpfs to vcache. | hannken |
| 2015-04-20 | Make vget always return vnode unlocked. | riastradh |
| 2014-09-08 | Store symlinks without a NUL terminator so that lstat(2) returns the | gson |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2014-01-08 | Allocate direntp on the stack in tmpfs_dir_getdents(), thus saving | pedro |
| 2014-01-03 | Fix a race where thread1 runs VOP_REMOVE() and gets preempted in | hannken |
| 2013-11-24 | - tmpfs_construct_node: prevent from the new node construction if the | rmind |
| 2013-11-23 | tmpfs_reg_resize: use size_t. | rmind |
| 2013-11-23 | - Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferred | rmind |
| 2013-11-21 | tmpfs_dir_getdotents: fix the recent regression, set the correct | rmind |
| 2013-11-18 | Make tmpfs_node_t::tn_gen a 32-bit number, keep it in sync with tmpfs_fid_t. | rmind |
| 2013-11-16 | tmpfs_dir_getdents: avoid leaking kernel memory to the userspace. | rmind |
| 2013-11-11 | tmpfs_alloc_node: use cprng_fast64(), the old random(9) shall be removed. | rmind |
| 2013-11-10 | Handle whiteout case in tmpfs_dir_detach() and tmpfs_unmount(). | rmind |
| 2013-11-10 | mark variable __diagused | christos |
| 2013-11-08 | tmpfs: replace the broken tmpfs_dircookie() logic which uses the node | rmind |
| 2013-11-01 | tmpfs: fix the zero-length symlink target case as NetBSD supports them. | rmind |
| 2013-10-31 | tmpfs_alloc_node: it is less error-prone to store the link path with | rmind |
| 2013-10-04 | - tmpfs_remove: check 'appendable' flag for the parent directory as well. | rmind |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-08-27 | Finish and enable whiteout support for tmpfs: | hannken |
| 2011-06-30 | Backout previous. May be I need more coffee. | enami |
| 2011-06-30 | - Use << PAGE_SHIFT rather than calling round_page again. | enami |
| 2011-06-16 | Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-29 | Fix non-DEBUG build. | rmind |
| 2011-05-29 | - Rework and document inode reference counting. Also document inode life | rmind |
| 2011-05-25 | tmpfs_update: comment out assert for now. | rmind |
| 2011-05-25 | tmpfs_dir_lookup: use 'name' variable in memcmp() as intended; fix warning. | rmind |
| 2011-05-24 | - tmpfs_lookup: cache (cnp->cn_flags & ISLASTCN) in const bool; de-indent. | rmind |