| 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-18 | remove unused variables | christos |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-07-28 | Fix -fno-common found by building i386/conf/ALL | matt |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-06-15 | Assert that out_hr is not NULL in hfslib_read_header_node | joerg |
| 2012-06-13 | Ensure that error is initialized in all code paths. | joerg |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-01-28 | Include sys/malloc.h for MALLOC_DECLARE. | joerg |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-11-13 | use getdisksize() | christos |
| 2011-09-27 | use NAME_MAX instead of MAXNAMLEN | christos |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 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 |
| 2011-02-24 | simplify and avoid pointer gymnastics | christos |
| 2011-02-24 | simplify and handle unaligned pointer access. | christos |
| 2011-02-10 | remove comments about needing to encode : since the on disk format does | christos |
| 2011-02-10 | PR/44523: Taylor R Campbell: mount_hfs badly handles file names with slashes | christos |
| 2011-02-07 | Make this build. | jakllsch |
| 2011-02-07 | KNF, no functional changes intended. | christos |
| 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 |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-12-03 | vrele, not vput for unlocked devvp | pooka |
| 2009-11-27 | Yes, you need a VOP_UNLOCK() there. | pooka |
| 2009-11-27 | Fix another fine example of "if you make the kernel panic, it's | pooka |
| 2009-11-27 | Don't spam if mount fails due to invalid file system. | pooka |
| 2009-07-14 | Initialise the "fork" local variable in hfslib_get_file_extents(). | apb |
| 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-27 | fix botch in previous | pooka |
| 2009-03-26 | pretend to do some sort of cleanup in error branches | pooka |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 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-03 | Don't use unnamed structures. | gmcgarry |
| 2008-09-03 | Hack around zero vararg macro list on PCC. | gmcgarry |
| 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-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-25 | - Fix probelms with inode hash: make MPSAFE, don't allocate with held locks. | ad |