| Age | Commit message (Expand) | Author |
| 2023-02-13 | When mounting a union file system set its lower mount only on success. | hannken |
| 2023-02-06 | Set IMNT_MPSAFE only if all lower layers have it set. | hannken |
| 2022-11-21 | When testing whiteout support on the underlying file system | hannken |
| 2022-11-04 | Add a helper to set or clear lower mount and use it. | hannken |
| 2022-09-12 | kmem_alloc -> kmem_zalloc, thanks Rin. | christos |
| 2022-09-11 | - avoid another credential leak on error from Chris J-D | christos |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-02-20 | Set "mnt_lower" before the first file system operation on the new file system. | hannken |
| 2017-04-01 | KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. | riastradh |
| 2017-03-06 | Add field "mnt_lower" to "struct mount" to track the file system | hannken |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2015-07-23 | union_unmount: use vfs_vnode_iterator to count attached vnodes. | hannken |
| 2015-02-16 | Change union to vcache. Use address of the union node as key. | hannken |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | 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 |
| 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-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-08-28 | Print the warning message on mount once. | hannken |
| 2010-07-05 | union doesn't use layerfs (avoids panic in kernel bootstrap when | pooka |
| 2010-06-30 | The directory vnode must be locked before we call VOP_WHITEOUT(). | hannken |
| 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-05 | PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbo... | ad |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-05-18 | Until these get fixed or replaced: | ad |
| 2008-05-13 | mnt_data is a pointer, set it to NULL not 0 when we're finished with it. | simonb |
| 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-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 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-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-04-08 | Remove now obsolete vn_start_write() and vn_finished_write() and | hannken |
| 2007-02-04 | more fixes for the new vnode locking scheme: | chs |
| 2007-01-19 | New file system suspension API to replace vn_start_write and vn_finished_write. | hannken |
| 2006-12-09 | a smorgasbord of improvements to vnode locking and path lookup: | chs |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-20 | Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all | reinoud |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |