| Age | Commit message (Expand) | Author |
| 2022-03-27 | dedup the eofs link/symlink methods | christos |
| 2022-03-12 | kernfs: Just fail with EOPNOTSUPP, don't panic, on VOP_BMAP. | riastradh |
| 2021-07-19 | 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-07-06 | Fix perms on /kern/{r,}rootdev. | dholland |
| 2021-07-06 | Add missing VOP_KQFILTER to kernfs. | dholland |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2021-06-28 | VOP_BMAP() may be called via ioctl(FIOGETBMAP) on any vnode that applications | chs |
| 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-02-24 | v_interlock -> vmobjlock | ad |
| 2020-02-04 | Use specfs vnops for specnodes in kernfs. | riastradh |
| 2020-01-02 | - Eliminate the global "boottime" variable, which was being accessed | thorpej |
| 2019-08-29 | Add missing operation VOP_GETPAGES() returning EFAULT. | hannken |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-03-31 | factor out some repeated code and simplify the logputchar function. | christos |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-07-20 | Change kernfs from hashlist to vcache. | hannken |
| 2014-07-17 | Finish KAME IPSEC removal: | hannken |
| 2014-04-08 | From Ilya Zykov: Unbreak kernfs which was broken by this commit | christos |
| 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-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-12-12 | Start making fs read(2) fail with EISDIR if the implementation does | njoly |
| 2010-07-21 | Using vfinddev() leads to vnode races as it returns an unreferenced | hannken |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-03-31 | If msgbuf is not enabled, do not report the node in readdir. That | pooka |
| 2010-01-22 | Remove unneeded strlen() call in KFShostname case. | njoly |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |
| 2009-06-23 | Move the implementation of vaccess() to genfs_can_access(), in line with | elad |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2006-12-28 | Revert bogus NULL check introduced in revision 1.96 that generated false | elad |
| 2006-12-28 | revert previous, after inspection `kfs->kfs_kt' could really not be NULL here. | alc |
| 2006-12-26 | CID-3855: check if 'kfs->kfs_kt != NULL' before dereferencing it | alc |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-04 | Use size_t in a couple of places as it makes more sense WRT the places | jmmv |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-06-23 | remove useless genop | christos |