aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/autofs
Commit message (Expand)AuthorAgeFilesLines
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* autofs: whack an always-false branchMateusz Guzik2022-12-191-6/+1
* vfs: remove cn_threadMateusz Guzik2021-10-111-1/+1
* Ensure that dirent's d_off field is initializedMark Johnston2021-01-031-0/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-285-5/+0
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-2/+0
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* Silence down a warning which should really be a debug message.Edward Tomasz Napierala2020-04-211-1/+1
* Make autofs(5) timeout messages include affected process name and PID.Edward Tomasz Napierala2020-03-161-2/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many)Pawel Biernacki2020-02-151-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-3/+3
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-7/+4
* Add SPDX tags to autofs(5).Edward Tomasz Napierala2018-01-244-0/+8
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove spurious space.Edward Tomasz Napierala2016-11-131-1/+1
* Value returned by taskqueue_enqueue_timeout(9) is not an error; don't treatEdward Tomasz Napierala2016-11-051-6/+2
* Implement autofs_print(), for improved debugging experience.Edward Tomasz Napierala2016-08-111-0/+16
* Remove write-only variable.Edward Tomasz Napierala2016-07-291-2/+0
* Silence down the "insmntque() failed" autofs error; it happensEdward Tomasz Napierala2016-05-171-1/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Speed up lookups in autofs(5) by using red-black trees instead of linearEdward Tomasz Napierala2016-03-244-24/+40
* Pacify Coverity in a better way, to avoid write-only variable when buildingEdward Tomasz Napierala2016-03-161-3/+1
* Pacify Coverity.Edward Tomasz Napierala2016-03-151-1/+3
* Remove name length limitation from autofs(5). The linear search withEdward Tomasz Napierala2016-03-132-56/+101
* Use S_BLKSIZE instead of magic constant.Edward Tomasz Napierala2016-03-122-4/+6
* Fix autofs triggering problem. Assume you have an NFS server,Edward Tomasz Napierala2016-03-121-16/+6
* Restore ABI compatibility, broken in r273127. Note that while this fixesEdward Tomasz Napierala2015-02-102-1/+53
* Implement "automount -c".Edward Tomasz Napierala2014-11-223-1/+16
* Remove useless debug.Edward Tomasz Napierala2014-10-171-1/+0
* Make automountd(8) inform autofs(4) whether directory being handled canEdward Tomasz Napierala2014-10-153-5/+20
* Add assertion to catch duplicated notes.Edward Tomasz Napierala2014-10-111-1/+5
* Remove remnants of some cleanup; no functional changes.Edward Tomasz Napierala2014-10-091-2/+2
* Simplify; no functional changes.Edward Tomasz Napierala2014-10-081-1/+1
* Make autofs use shared vnode locks.Edward Tomasz Napierala2014-10-043-9/+16
* Fix autofs debug macros.Edward Tomasz Napierala2014-10-031-7/+10
* Make autofs(4) use shared lock for lookups, instead of exclusive one.Edward Tomasz Napierala2014-10-034-22/+25
* Call uma_zfree() outside of lock, and improve comment.Edward Tomasz Napierala2014-10-021-2/+2
* Make autofs timeout handling use timeout task instead of callout;Edward Tomasz Napierala2014-10-024-6/+15
* Fix thinko that, with two map entries like shown below, in that order,Edward Tomasz Napierala2014-09-231-0/+2
* Turns out -1 is a perfectly valid error number, ERESTART. Remove uselessEdward Tomasz Napierala2014-09-211-11/+1
* Fix typos.Edward Tomasz Napierala2014-09-181-2/+2
* Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs,Edward Tomasz Napierala2014-08-241-3/+0