| Age | Commit message (Expand) | Author |
| 2024-04-15 | Reduce reliance on sys/sysproto.h pollution | Brooks Davis |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .c pattern | Warner Losh |
| 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 |
| 2022-12-26 | vfs: add the concept of vnode state transitions | Mateusz Guzik |
| 2022-12-19 | autofs: whack an always-false branch | Mateusz Guzik |
| 2021-10-11 | vfs: remove cn_thread | Mateusz Guzik |
| 2021-01-03 | Ensure that dirent's d_off field is initialized | Mark Johnston |
| 2020-10-28 | Drop "All rights reserved" from all my stuff. This includes | Edward Tomasz Napierala |
| 2020-09-01 | fs: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-08-16 | vfs: remove the thread argument from vget | Mateusz Guzik |
| 2020-04-21 | Silence down a warning which should really be a debug message. | Edward Tomasz Napierala |
| 2020-03-16 | Make autofs(5) timeout messages include affected process name and PID. | Edward Tomasz Napierala |
| 2020-02-15 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many) | Pawel Biernacki |
| 2020-01-03 | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik |
| 2019-12-16 | vfs: flatten vop vectors | Mateusz Guzik |
| 2019-12-08 | vfs: introduce v_irflag and make v_type smaller | Mateusz Guzik |
| 2018-11-23 | Ensure that directory entry padding bytes are zeroed. | Mark Johnston |
| 2018-01-24 | Add SPDX tags to autofs(5). | Edward Tomasz Napierala |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-11-13 | Remove spurious space. | Edward Tomasz Napierala |
| 2016-11-05 | Value returned by taskqueue_enqueue_timeout(9) is not an error; don't treat | Edward Tomasz Napierala |
| 2016-08-11 | Implement autofs_print(), for improved debugging experience. | Edward Tomasz Napierala |
| 2016-07-29 | Remove write-only variable. | Edward Tomasz Napierala |
| 2016-05-17 | Silence down the "insmntque() failed" autofs error; it happens | Edward Tomasz Napierala |
| 2016-04-19 | kernel: use our nitems() macro when it is available through param.h. | Pedro F. Giffuni |
| 2016-03-24 | Speed up lookups in autofs(5) by using red-black trees instead of linear | Edward Tomasz Napierala |
| 2016-03-16 | Pacify Coverity in a better way, to avoid write-only variable when building | Edward Tomasz Napierala |
| 2016-03-15 | Pacify Coverity. | Edward Tomasz Napierala |
| 2016-03-13 | Remove name length limitation from autofs(5). The linear search with | Edward Tomasz Napierala |
| 2016-03-12 | Use S_BLKSIZE instead of magic constant. | Edward Tomasz Napierala |
| 2016-03-12 | Fix autofs triggering problem. Assume you have an NFS server, | Edward Tomasz Napierala |
| 2015-02-10 | Restore ABI compatibility, broken in r273127. Note that while this fixes | Edward Tomasz Napierala |
| 2014-11-22 | Implement "automount -c". | Edward Tomasz Napierala |
| 2014-10-17 | Remove useless debug. | Edward Tomasz Napierala |
| 2014-10-15 | Make automountd(8) inform autofs(4) whether directory being handled can | Edward Tomasz Napierala |
| 2014-10-11 | Add assertion to catch duplicated notes. | Edward Tomasz Napierala |
| 2014-10-09 | Remove remnants of some cleanup; no functional changes. | Edward Tomasz Napierala |
| 2014-10-08 | Simplify; no functional changes. | Edward Tomasz Napierala |
| 2014-10-04 | Make autofs use shared vnode locks. | Edward Tomasz Napierala |
| 2014-10-03 | Fix autofs debug macros. | Edward Tomasz Napierala |
| 2014-10-03 | Make autofs(4) use shared lock for lookups, instead of exclusive one. | Edward Tomasz Napierala |
| 2014-10-02 | Call uma_zfree() outside of lock, and improve comment. | Edward Tomasz Napierala |
| 2014-10-02 | Make autofs timeout handling use timeout task instead of callout; | Edward Tomasz Napierala |
| 2014-09-23 | Fix thinko that, with two map entries like shown below, in that order, | Edward Tomasz Napierala |
| 2014-09-21 | Turns out -1 is a perfectly valid error number, ERESTART. Remove useless | Edward Tomasz Napierala |
| 2014-09-18 | Fix typos. | Edward Tomasz Napierala |
| 2014-08-24 | Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs, | Edward Tomasz Napierala |