| 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-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-10-03 | Use getdisksize() to find out geometry, fetch only other magic values | mlelstv |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-23 | Convert some simple_lock(9) uses to mutex(9) and malloc(9) to kmem(9). | 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-07-21 | Make holding v_interlock mandatory for callers of vget(). | 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-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-08-30 | Fixed fatal warnings with ADOSFS_DIAGNOSTIC. | phx |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-06-23 | Move the implementation of vaccess() to genfs_can_access(), in line with | elad |
| 2009-04-25 | Add genfs_can_mount() and use it to prevent some more code duplication of | elad |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-12-16 | The great QUOTA purge of '08: get rid of those #ifdef QUOTA and | pooka |
| 2008-11-26 | Rototill all remaining file systems to use ubc_uiomove() instead | pooka |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-05-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-02-05 | Do genfs_node_init() earlier. PR kern/36162. | 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-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |