| Age | Commit message (Expand) | Author |
| 2022-08-06 | s/blity/bility/ in various words, mainly in comments. | andvar |
| 2022-03-27 | dedup the eofs link/symlink methods | christos |
| 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-09-29 | s/occurence/occurrence/ | msaitoh |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2017-05-26 | Eliminate crusty debugging sludge. | riastradh |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-17 | Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). | hannken |
| 2017-04-17 | Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to | hannken |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 2014-10-11 | Define filesystem attributes with vfs dependency. | uebayasi |
| 2014-10-04 | Change filecore to vcache. | hannken |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-06-03 | Introduce two helper functions to centralise the namecache statistics | joerg |
| 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-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 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 |
| 2013-12-25 | At least fetch the mount data pointer before using it. | mlelstv |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-10-20 | remove unused | christos |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-19 | blkoff() -> filecore_blkoff() | dholland |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-06-09 | Remove few references to simple_lock. | rmind |
| 2011-05-23 | Convert some simple_lock(9) uses to mutex(9) and malloc(9) to kmem(9). | rmind |
| 2011-05-19 | Remove cache_purge(9) calls from reclamation routines in the file systems, | rmind |
| 2010-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-07-01 | Remove vlockmgr(). Generic vnode lock operations now use a rwlock located | hannken |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |