| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-26 | Fix MNT_IGNORE for devfs, fdescfs and nullfs | Doug Rabson |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-04-25 | sys/fs: do not report blocks allocated for synthetic file systems | Stefan Eßer |
| 2020-01-03 | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik |
| 2019-10-13 | devfs: use MNTK_NOMSYNC | Mateusz Guzik |
| 2019-10-06 | devfs: add root vnode caching | Mateusz Guzik |
| 2018-05-04 | Make it easier for filesystems to count themselves as jail-enabled, | Jamie Gritton |
| 2017-11-27 | sys/fs: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2015-08-24 | Make it possible to forcibly unmount devfs. | Edward Tomasz Napierala |
| 2012-11-09 | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | Attilio Rao |
| 2012-02-29 | Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it. | Martin Matuska |
| 2012-02-23 | To improve control over the use of mount(8) inside a jail(8), introduce | Martin Matuska |
| 2012-02-09 | Add support for mounting devfs inside jails. | Martin Matuska |
| 2012-02-09 | Introduce the "ruleset=number" option for devfs(5) mounts. | Martin Matuska |
| 2010-08-06 | Enable shared lookups and externed shared ops for devfs. | Konstantin Belousov |
| 2010-08-06 | Enable shared locks for the devfs vnodes. Honor the locking mode | Konstantin Belousov |
| 2009-06-05 | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson |
| 2009-06-04 | Re-add opt_mac.h include, which is required in order for MNT_MULTILABEL | Robert Watson |
| 2009-05-11 | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao |
| 2008-01-13 | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao |
| 2006-09-26 | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge |
| 2006-09-18 | Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and | Konstantin Belousov |
| 2006-07-17 | Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in | Poul-Henning Kamp |
| 2006-07-06 | Remove now unneeded opt_mac.h and mac.h includes. | Robert Watson |
| 2005-09-24 | Make rule zero really magical, that way we don't have to do anything | Poul-Henning Kamp |
| 2005-09-19 | Rewamp DEVFS internals pretty severely [1]. | Poul-Henning Kamp |
| 2005-08-15 | Eliminate effectively unused dm_basedir field from devfs_mount. | Poul-Henning Kamp |
| 2005-07-29 | devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8) | Kris Kennaway |
| 2005-04-30 | - Mark devfs as MNTK_MPSAFE as I belive it does not require Giant. | Jeff Roberson |
| 2005-03-31 | - LK_NOPAUSE is a nop now. | Jeff Roberson |
| 2005-03-24 | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson |
| 2005-01-11 | Silently ignore forced argument to unmount. | Poul-Henning Kamp |
| 2005-01-06 | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh |
| 2005-01-04 | Unsupport forceful unmounts of DEVFS. | Poul-Henning Kamp |
| 2004-12-06 | Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS() | Poul-Henning Kamp |
| 2004-12-05 | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp |
| 2004-11-26 | Ignore MNT_NODEV, it is implicit in choice of filesystem these days. | Poul-Henning Kamp |
| 2004-11-09 | Refuse attemps to mount root filesystem | Poul-Henning Kamp |
| 2004-10-28 | What can I say: don't allow people to mount DEVFS with option "nodev". | Poul-Henning Kamp |
| 2004-07-30 | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp |
| 2004-07-12 | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein |
| 2003-06-12 | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp |
| 2003-03-11 | Rename vfs_stdsync function to vfs_stdnosync which matches more | Alexander Kabaev |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-29 | NODEVFS cleanup: remove #ifdefs. | Poul-Henning Kamp |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-12-09 | Remove dm_root entry from struct devfs_mount. It's never set, and is | Robert Watson |
| 2002-10-16 | A better solution to avoiding variable sized structs in DEVFS. | Poul-Henning Kamp |