| 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-16 | Change union_allocvp() to take an unlocked uppervp and to return the | hannken |
| 2014-02-14 | Member un_flags is unused now -- remove. | hannken |
| 2014-02-13 | Remove an unused variable | martin |
| 2014-02-13 | Get rid of UN_KLOCK to keep a lock on vput(). It is not really needed | hannken |
| 2014-02-13 | Fix the DOT and DOTDOT case for union_lookup1(). | 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-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-04-30 | - Replace some malloc(9) uses with kmem(9). | rmind |
| 2011-12-05 | The union file system is as stable as other layered file systems so | hannken |
| 2011-11-25 | When union_allocvp() finds a node being cleaned out and the caller holds | hannken |
| 2011-11-23 | Use hashinit() / hashdone() to create the union node hash list. | hannken |
| 2011-11-21 | Replace flag based union node locking with generic vnode lock, support | hannken |
| 2011-11-14 | VOP_ABORTOP() has no specific lock requirements so there is no need | hannken |
| 2011-11-14 | Remove a needless vnode lock/unlock dance. This is a leftover from the | hannken |
| 2011-10-18 | VOP_GETATTR() needs a shared lock at least. | hannken |
| 2011-08-28 | Print the warning message on mount once. | hannken |
| 2011-08-23 | Stop abusing relookup() to prepare the creation of new nodes | hannken |
| 2011-08-13 | Use mutexes to protect the hash lists instead of tsleep/wakeup. | hannken |
| 2011-08-12 | Change some `#ifdef DIAGNOSTIC' to `KASSERT'. | hannken |
| 2011-08-12 | Add missing parts to mount devices from a union file system: | hannken |
| 2011-08-12 | When creating a union node representing a device initialize | hannken |
| 2011-08-10 | Update the (shared) v_interlock if the upper node changes. | hannken |
| 2011-08-10 | For devices, sockets and fifos ignore setting the file size to zero to make | hannken |
| 2011-08-10 | Use LK_SHARED, it is sufficient for VOP_GETATTR() and VOP_READDIR(). | hannken |
| 2011-08-07 | Change union rmdir semantics to fail directory removal for | hannken |
| 2011-08-05 | When union_lookup() creates a shadow directory and nameiop is not LOOKUP | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-01-02 | Remove the special refcount behavior (adding an extra reference to the | dholland |
| 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-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-07-16 | Always take the hash list lock before removing a node from the hash chain. | hannken |
| 2010-07-05 | union doesn't use layerfs (avoids panic in kernel bootstrap when | pooka |
| 2010-07-02 | LK_INTERLOCK is no longer a valid flag for VOP_LOCK(). | hannken |
| 2010-07-01 | Remove vlockmgr(). Generic vnode lock operations now use a rwlock located | hannken |
| 2010-06-30 | The directory vnode must be locked before we call VOP_WHITEOUT(). | hannken |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-06-06 | Change layered file systems to always pass the locking VOP's down to the | hannken |
| 2010-05-01 | Return correct value from union_islocked. | pooka |
| 2010-03-02 | Don't generate unused fs_thefs.h headers. | pooka |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-04-04 | Turn up the volume on the warning message a bit and note that unionfs can | ad |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-05 | PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbo... | ad |