| Age | Commit message (Expand) | Author |
| 2022-06-01 | tmpfs_read: respect MNT_NOATIME. | hannken |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-12-13 | Disable use of UBC_FAULTBUSY in tmpfs_write() for now, | chs |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 2020-05-24 | tmpfs_write(): use UBC_FAULTBUSY when extending files, if possible, to avoid | ad |
| 2020-05-19 | PR kern/32166: pgo_get protocol is ambiguous | ad |
| 2020-05-17 | Minor correction to previous. | ad |
| 2020-05-17 | PR kern/55268: tmpfs is slow | ad |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-05-15 | PR kern/55268: tmpfs is slow | ad |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-03-14 | tmpfs_inactive(): do like other file systems and truncate the file if it | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-03-30 | Protect tmpfs_getpages() against reclaiming vnodes. | hannken |
| 2017-01-11 | Remove RO check in tmpfs_putpages for now, the syncer doesn't like the | joerg |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2016-03-12 | Backout previous - need coffee first | martin |
| 2016-03-12 | Mark a variable as __diagused. | martin |
| 2016-03-12 | do no access uninitialized variables in KASSERTs - fixes build | kardel |
| 2016-03-12 | Implement most of mount -ur functionality for tmpfs. Remaining issue is | joerg |
| 2015-07-06 | Change tmpfs to vcache. | hannken |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2014-09-08 | Store symlinks without a NUL terminator so that lstat(2) returns the | gson |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-05-26 | tmpfs_mknod: it is not our responsibility to call vput() on the directory | rmind |
| 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-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-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 | Fix previous, add __diagused. | rmind |
| 2013-11-23 | - Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferred | rmind |
| 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 |