| Age | Commit message (Expand) | Author |
| 2008-11-15 | vpp is not logically passed in IN with lookup, so INOUT -> OUT. | pooka |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-07-27 | Change unused fflags parameter in VOP_MMAP to prot and pass in | pooka |
| 2007-07-22 | Introduce WILLMAKE for vnode operations which create a new vnode. | pooka |
| 2007-04-09 | vop_link: reorder commented arguments to match actual calling order | gdt |
| 2007-01-07 | update some comments for vnode locking smoergasbord change | pooka |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-04 | Change VOP_FCNTL to take an unlocked vnode. Approved by wrstuden@. | perseant |
| 2005-12-30 | remove a wrong "LOCKED=YES" from vop_bmap. pointed by Reinoud Zandijk. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-02 | merge yamt-vop branch. remove following VOPs. | yamt |
| 2005-09-25 | Correct typo in a comment. ok'ed by wiz@. | isaki |
| 2005-02-26 | revert trailing whitespace change -- it had unintended consequences | perry |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-02 | Add the system call and VFS infrastructure for file system extended | thorpej |
| 2004-09-21 | Add a new VNODE_LOCKDEBUG option, which enables checks in the VOP_*() | thorpej |
| 2004-09-10 | VOP_BMAP isn't protected by vnode locks these days. | yamt |
| 2004-05-27 | update to match with the recent reality: getpages doesn't care about | yamt |
| 2004-01-25 | Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. | hannken |
| 2004-01-24 | Add semicolons after variable declarations; closes PR 24201. | wiz |
| 2003-11-17 | Various typo fixes from Jonathon Gray via jmc@openbsd. | wiz |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-10 | 'tvp' in vop_rename needs to be vput(), not vrele()d, so adjust the | jdolecek |
| 2003-04-10 | Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-07-24 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2001-05-26 | replace vm_page_t with struct vm_page *. | chs |
| 2000-11-27 | Initial integration of the Unified Buffer Cache project. | chs |
| 2000-09-19 | Add start and end parameters to the fsync VOP, giving a range of the | fvdl |
| 2000-05-13 | Change the sementics of the last parameter from a boolean ("waitfor") to | perseant |
| 1999-12-07 | Remove duplicate vop_balloc definition accidentally added in rev 1.21. | thorpej |
| 1999-12-07 | Add comments to describe the lookup parameters needed in the various | wrstuden |
| 1999-11-15 | Add Kirk McKusick's soft updates code to the trunk. Not enabled by | fvdl |
| 1999-08-11 | Modify comments regarding VOP_LOOKUP. Revised lookup description, and also | wrstuden |
| 1999-08-03 | Add VOP_FCNTL. | wrstuden |
| 1999-07-07 | Update syntax to support WILLUNLOCK and WILLPUT syntax. Change calls which | wrstuden |
| 1999-06-21 | Correct comment about how LOCKPARENT affects VOP_LOOKUP | sommerfeld |
| 1999-03-22 | Include some comments with more details on the VOP_LOOKUP locking protocol | sommerfe |
| 1999-02-26 | Modify VOP_CLOSE vnode op to always take a locked vnode. Change vn_close | wrstuden |
| 1998-06-05 | Replace the `waitfor' argument to the fsync vnode operator with a `flags' | kleink |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-10 | Make last argument to VOP_READDIR off_t. | fvdl |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-05-11 | Change VOP_UPDATE() semantics: | mycroft |
| 1996-02-09 | Fix vop_link, vop_symlink, and vop_remove semantics in several ways: | mycroft |