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