aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/autofs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autofs softc needs to be global anyway, so don't pass it as a localEdward Tomasz Napierala2014-08-234-73/+77
* Add comment explaining one of the quirks in autofs.Edward Tomasz Napierala2014-08-231-0/+8
* Fix includes.Edward Tomasz Napierala2014-08-213-4/+4
* Use __FBSDID() properly.Edward Tomasz Napierala2014-08-214-6/+6
* Rework ".." lookup; previous one failed to properly busy the mountpoint.Edward Tomasz Napierala2014-08-201-14/+18
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-175-0/+1722