| Age | Commit message (Expand) | Author |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-06-24 | Set up the sysctl tree correctly when loaded as a file system. | ad |
| 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-28 | Fix some race conditions in rename. | dholland |
| 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-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-07-08 | * allow unmount even if rootvp has a usecount > 1 provided that | pooka |
| 2007-04-08 | Remove now obsolete vn_start_write() and vn_finished_write() and | hannken |
| 2007-01-19 | New file system suspension API to replace vn_start_write and vn_finished_write. | hannken |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializers | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-23 | Apply the NFS exports list rototill patch: | jmmv |
| 2005-08-30 | Remove __P() | xtraeme |
| 2005-03-29 | - Define a VFS_ATTACH() macro that places a reference to a vfsops structure | thorpej |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-02 | Add the system call and VFS infrastructure for file system extended | thorpej |
| 2004-07-01 | Keep a pointer to the leaf mount. Needed for write gating where a | hannken |
| 2004-06-30 | Do LAYERFS_REMOVED for vop_rmdir. | hannken |
| 2004-06-07 | do a LAYERFS_REMOVED hack for vop_rename as well. | yamt |
| 2004-05-29 | Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls | wrstuden |
| 2004-05-28 | Since VOP_UPCALL() has been a long time in coming, add this partial | wrstuden |
| 2004-05-25 | Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. | hannken |
| 2004-05-25 | Sysctl descriptions under vfs subtree | atatat |
| 2004-05-20 | Tweak sysctl setup functions (the macros, actually) for use in lkms, | atatat |
| 2004-04-29 | Removed remaining caddr_t casts we do not need in miscfs. Recompiled | 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-03-09 | Remove pointless comment about layerfs_sysctl() | atatat |
| 2004-01-25 | Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. | hannken |
| 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 | Adjust for ktrace/lwp changes. | thorpej |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-16 | PR/1796: John Kohl: statfs misbehaves under chrooted environments. | christos |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-09-10 | restore ancestral RCS ID from 4.4BSD-Lite2 | jtk |
| 2002-07-30 | Die, qaddr_t, die! - mnt_data in struct mount is already effectively | soren |
| 2002-04-16 | Cleanup how file system configuration information is declared, grouping | thorpej |
| 2002-01-04 | add the entry for layer_getpages() to the VOP tables of the | chs |