| Age | Commit message (Expand) | Author |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2021-12-05 | s/sybolic/symbolic/ in comment. | msaitoh |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-11-14 | Rewrite coda_readdir() to directly process the container file. | hannken |
| 2020-11-14 | Add coda_pathconf() always returning EINVAL. | 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 |
| 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 |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 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 | 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-03-20 | Mechanically replace simplelock with kmutex_t. | skrll |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 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-10-17 | remove unused code. | 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 | fix locking in getpages when running executables. | 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 |
| 2012-04-28 | Fixes from get/putpages from rmind. | christos |
| 2012-04-26 | re-arrange things so that vcoda does not depend on coda. | christos |
| 2011-09-13 | Reduce verbosity of semi-debug coda_inactive printf. | gdt |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-19 | Remove cache_purge(9) calls from reclamation routines in the file systems, | rmind |
| 2010-11-30 | Abolish the SAVENAME and HASBUF flags. There is now always a buffer, | dholland |
| 2010-11-30 | Abolish struct componentname's cn_pnbuf. Use the path buffer in the | dholland |
| 2010-07-20 | Correct incomplete size checks for the coda ioctls. From Dan Rosenberg. | christos |
| 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 |
| 2010-06-24 | coda_lock(): LK_INTERLOCK flag no longer possible. | hannken |
| 2010-06-24 | Clean up vnode lock operations: | hannken |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-01-11 | merge christos-time_t | christos |