| Age | Commit message (Expand) | Author |
| 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-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 |
| 2011-09-27 | define KERNFS_MAXNAMLEN and use it.` | christos |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2010-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-07-21 | Using vfinddev() leads to vnode races as it returns an unreferenced | hannken |
| 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-03-31 | If msgbuf is not enabled, do not report the node in readdir. That | pooka |
| 2010-03-03 | You have found a scroll of genocide --More-- | 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-11-30 | Introduce genfs_statvfs() as pretty much a no-info statvfs and | 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-15 | ansify function definitions | cegger |
| 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-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-08-01 | #include <sys/tree.h> to get a definition for SPLAY_ENTRY. | apb |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-01-30 | Replace struct lock on vnodes with a simpler lock object built on | ad |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-26 | Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. | pooka |
| 2007-07-17 | Make set_statvfs_info() take a parameter for the vfs name instead | pooka |
| 2007-07-12 | Change the VFS_MOUNT() interface so that the 'data' buffer passed to the | dsl |
| 2007-06-30 | Using POOL_INIT here makes no sense, since file systems always have | pooka |
| 2007-03-11 | Remove useless cast. | ad |
| 2007-02-27 | Destroy the hash locks on final unmount. | ad |
| 2007-02-15 | Replace some uses of lockmgr() / simplelocks. | ad |
| 2007-01-19 | New file system suspension API to replace vn_start_write and vn_finished_write. | hannken |
| 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-28 | fix comment (forgotten in rev 1.19): | 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 |