| Age | Commit message (Expand) | Author |
| 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 |
| 2013-11-23 | replace open-coded scan with macro; fix locking | christos |
| 2013-11-23 | Since mountlist is now a TAILQ, convert some missed usages | riz |
| 2013-10-18 | C requires a statement after a label, and a declaration is not a | riz |
| 2013-10-17 | remove unused code from macro | christos |
| 2013-10-17 | remove unused code. | christos |
| 2013-10-17 | move module code inside module ifdef | christos |
| 2012-08-04 | mention current status | christos |
| 2012-08-04 | Don't increment the mount reference count here. Otherwise we are left with | christos |
| 2012-08-02 | - move debugging functions to vcoda so modules with -DDEBUG link | christos |
| 2012-07-28 | -fno-common fallout. | matt |
| 2012-05-04 | comment out debugging printfs | christos |
| 2012-05-04 | depend on "vcoda" since it has symbols we need. | christos |
| 2012-05-04 | fix locking in getpages when running executables. | christos |
| 2012-05-04 | remove variable names from prototypes. | christos |
| 2012-05-03 | move the assert after the locked case. | christos |
| 2012-05-02 | Instead of sharing the coda vnode lock with the ffs vnode lock, share the | christos |
| 2012-04-28 | cosmetic only: __func__, vnode_t | christos |