| Age | Commit message (Expand) | Author |
| 2021-10-20 | Move a mis-placed KASSERT(). | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-07-19 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Use macros for the canned parts of device and fifo vnode op 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-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 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-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_inactive(): do like other file systems and truncate the file if it | ad |
| 2020-03-14 | tmpfs_reg_resize(): do nothing if newsize == oldsize. | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-03 | Omit obsolete comment and needless __diagused marker. | riastradh |
| 2019-10-04 | remove an always false check and its' "This can never happen?" comment. | mrg |
| 2019-09-18 | Add newly created vnodes to the namei cache. The rest of the filesystems | christos |
| 2019-07-14 | Fix uninitialized variable: if 'tvp' is NULL, '*tdep' is not initialized. | maxv |
| 2019-07-13 | Remove the roundups, they are incorrect and cause memcmp to wrongfully fail | maxv |
| 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 |
| 2018-05-28 | allow tmpfs files to be larger than 4GB. | chs |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 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-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 |
| 2017-01-11 | Remove RO check in tmpfs_putpages for now, the syncer doesn't like the | joerg |
| 2017-01-04 | Change tmpfs_chsize() to update mtime etc. even if "length == node->tn_size". | hannken |
| 2016-08-26 | In the event that loading the root vnode fails, bail out of | dholland |
| 2016-08-22 | Two fixes from rmind | skrll |
| 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 |