| Age | Commit message (Expand) | Author |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-17 | Adapt my previous patch differently. read(2) wants EISDIR when the | maxv |
| 2014-02-16 | Fix tmpfs_read()'s return value; it should return EINVAL. Now consistent with | maxv |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-02-06 | Remove an annoying printf. And to answer the question: VFS_VGET() gets | hannken |
| 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-10 | Prevent a diagnostic assertion in tmpfs_rmdir() from being triggered | pedro |
| 2014-01-08 | Allocate direntp on the stack in tmpfs_dir_getdents(), thus saving | pedro |
| 2014-01-04 | Fix a race where thread1 runs VOP_REMOVE() and gets preempted in | hannken |
| 2014-01-03 | Fix a race where thread1 runs VOP_REMOVE() and gets preempted in | hannken |
| 2013-12-24 | It is not the task of tmpfs_open() to check for unlinked nodes. | 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 | Fix previous, add __diagused. | 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 |
| 2013-10-01 | tmpfs_remove: as per POSIX, "if the file's link count is not 0, the last | rmind |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-09-27 | Uncomment call to genfs_rename_cache_purge. | riastradh |
| 2012-09-25 | Check tmpfs_rmdired_p after tmpfs_vnode_get when walking up the tree. | riastradh |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-05-09 | Fix omitted VN_KNOTE(fvp, NOTE_RENAME) in tmpfs_rename. | riastradh |
| 2012-05-09 | Adapt tmpfs_rename to use genfs_rename. | riastradh |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-27 | in tmpfs_readdir(), skip the . and .. processing on removed directories, | chs |
| 2012-01-22 | tmpfs_access: simplify, no need to separate the logic. | rmind |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-11-18 | Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. | christos |
| 2011-09-27 | return TMPFS_MAXNAMLEN instead of NAME_MAX | christos |
| 2011-09-27 | define and use TMPFS_MAXNAMLEN instead of MAXNAMLEN | christos |
| 2011-08-27 | Finish and enable whiteout support for tmpfs: | hannken |
| 2011-08-18 | Fix tmpfs_rename locking. | riastradh |
| 2011-07-13 | Fix renaming over mismatched non-directory types in tmpfs. | riastradh |
| 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-30 | - tmpfs_getattr: perform tmpfs_update() before fetching the timestamps. | rmind |