| Age | Commit message (Expand) | Author |
| 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 |
| 2013-10-30 | use __diagused where appropriate. | mrg |
| 2013-10-20 | Now that KASSERT will always consume its arguments, move a KASSERT inside | christos |
| 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-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-04-29 | Remove everything to do with 'struct malloc_type' and the malloc link_set. | dsl |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-27 | extending vmem(9) to be able to allocated resources for it's own needs. | para |
| 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-19 | Introduce struct pathbuf. This is an abstraction to hold a pathname | 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-03-29 | Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. | pooka |
| 2009-07-03 | Fix utterly botched previous commit. efs compiles now and apprears | 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-04-25 | Add genfs_can_mount() and use it to prevent some more code duplication of | elad |
| 2009-04-20 | Pass VREAD instead of FREAD to VOP_ACCESS(). | elad |
| 2008-12-01 | Add specfs/fifofs support. Not really fully tested, but at least | pooka |
| 2008-11-26 | Rototill all remaining file systems to use ubc_uiomove() instead | pooka |
| 2008-11-16 | more <sys/buf.h> police | pooka |
| 2008-09-24 | Don't assign vnode::v_mount. getnewvnode() does it. | ad |
| 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-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | ad |
| 2008-01-30 | Replace struct lock on vnodes with a simpler lock object built on | ad |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | 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-09-24 | Avoid stack allocation of large dirent structures in foo_readdir(). | rumble |
| 2007-09-08 | Don't explicitly set vp->v_size and then call uvm_vnp_setsize(). This is | rumble |
| 2007-09-08 | In efs_readdir don't foolishly allocate and free dirents for each entry | rumble |
| 2007-09-08 | CID 4553: | rumble |
| 2007-08-06 | Fix a parenthesis bug that would nearly always make the superblock magic | rumble |
| 2007-08-06 | Make VFS_SYNC always succeed instead of always fail. | pooka |
| 2007-07-31 | * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern | pooka |
| 2007-07-29 | Only set *ap->a_cookies when we're returning success. Also, do not hard- | rumble |
| 2007-07-29 | Support NFS cookies and the eofflag in efs_readdir. Also, be sure to | rumble |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-29 | When computing the superblock checksum, use an unsigned short to avoid an | rumble |