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