| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/sybolic/symbolic/ in comment. | msaitoh |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-07-24 | s/structres/structures + s/whenver/whenever | andvar |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-12-19 | Use sel{record,remove}_knote(). | thorpej |
| 2020-11-20 | When validating the mount device string make sure its length | hannken |
| 2020-11-14 | Rewrite coda_readdir() to directly process the container file. | hannken |
| 2020-11-14 | Add coda_pathconf() always returning EINVAL. | hannken |
| 2020-11-14 | Respect "lktype" in all paths in coda_root(). | hannken |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-02-24 | v_interlock -> vmobjloc | 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 |
| 2018-11-20 | Fix locking for readdir code (Brett Lymn) | christos |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-06-08 | add a forward declaration of struct mbuf. | 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-04-04 | Use spec_node_lookup_by_dev() and spec_node_getmountedfs() to | hannken |
| 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 |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-05-06 | Remove miscfs/syncfs and | hannken |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2015-01-06 | Add missing vrele() and vfs_vnode_iterator_destroy() to coda_cacheprint(). | hannken |
| 2014-12-13 | Change coda from hashlist to vcache. | hannken |
| 2014-12-13 | Remove cnodes from coda_reclaim(), not from coda_inactive(). | hannken |
| 2014-12-13 | Move the definition of NVCODA and CODA_COMPAT_5 to coda.h, | hannken |
| 2014-12-13 | Remove unused definitions (C_WANTED, C_LOCKED). | hannken |
| 2014-12-13 | Attach the control object vnode to the coda mount and release it | hannken |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 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-03-20 | Mechanically replace simplelock with kmutex_t. | skrll |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 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-11-27 | Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ | christos |
| 2013-11-23 | tuck in code inside the mutex | christos |