| Age | Commit message (Expand) | Author |
| 2022-12-09 | Harden layered file systems usage of field "mnt_lower" against | hannken |
| 2022-07-18 | Make kqueue event status for vnodes shareable, and for stacked file systems | thorpej |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-08-07 | Many years ago someone created a new __link_set_sysctl_funcs to hold | pgoyette |
| 2017-06-04 | Locking a layer vnode using the regular bypass routine is no longer | hannken |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-04-11 | Field "layerm_vfs" of "struct layer_mount" got superseded by "mnt_lower". | hannken |
| 2017-03-30 | Locking a layer vnode is racy as it may become reclaimed before | hannken |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2015-04-20 | Cull unused vnode v_iflags: VI_LAYER, VI_LOCKSHARE. | riastradh |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-05-25 | Change layerfs from hashlist to vcache. | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-10 | Change layerfs_vget(), layerfs_fhtovp() and the various layer xxx_mount() | hannken |
| 2012-05-31 | Ooopppsss! sysctl nodes created during module load time cannot be | pgoyette |
| 2012-05-31 | When built as module, track sysctl node creations, and destroy them on | pgoyette |
| 2012-02-01 | Change the syscall API for quotas over to the new non-proplib one. | dholland |
| 2012-01-29 | Remove the extra op argument to VFS_QUOTACTL() - the op is now stored | dholland |
| 2012-01-29 | Introduce struct vfs_quotactl_args. Use it. | dholland |
| 2012-01-29 | Move the proplib-based quota command dispatching (that is, the code | dholland |
| 2012-01-29 | Move the code for iterating over the multiple RPC calls in a quota | dholland |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2010-07-02 | Slightly clean-up layerfs and nullfs: update the big description more to | rmind |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-05 | PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbo... | ad |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 2007-12-08 | Use kmem_alloc/free. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-13 | Fix alignement problems for fhandle_t, exposed by gcc4.1. | martin |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2005-07-24 | Provide a sysctl (vfs.layerfs.debug) to control verbose output when | erh |
| 2004-05-29 | Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls | wrstuden |
| 2004-05-25 | Sysctl descriptions under vfs subtree | atatat |
| 2004-05-22 | Unfortunately, we need to allocate space here. Pointed out by Juan RP. | christos |
| 2004-05-22 | we are copying all the infomation from statvfs here; we don't need an | christos |
| 2004-04-27 | First pass for some caddr_t removal and changes to get rid of it where we | jrf |
| 2004-04-21 | Replace the statfs() family of system calls with statvfs(). | christos |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2004-01-17 | Rename sysctl setup function to match "reality" | atatat |
| 2003-12-04 | Dynamic sysctl. | atatat |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Undo part of the ktrace/lwp changes. In particular: | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |