summaryrefslogtreecommitdiffstats
path: root/sys/fs/autofs
Commit message (Expand)AuthorAgeFilesLines
* MFC r308339:trasz2017-03-181-6/+2
* MFC r308611:trasz2016-12-191-1/+1
* MFC r303478:trasz2016-11-031-2/+0
* MFC r303961:trasz2016-11-031-0/+16
* Silence down the "insmntque() failed" autofs error; it happenstrasz2016-05-171-1/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* Speed up lookups in autofs(5) by using red-black trees instead of lineartrasz2016-03-244-24/+40
* Pacify Coverity in a better way, to avoid write-only variable when buildingtrasz2016-03-161-3/+1
* Pacify Coverity.trasz2016-03-151-1/+3
* Remove name length limitation from autofs(5). The linear search withtrasz2016-03-132-56/+101
* Use S_BLKSIZE instead of magic constant.trasz2016-03-122-4/+6
* Fix autofs triggering problem. Assume you have an NFS server,trasz2016-03-121-16/+6
* Restore ABI compatibility, broken in r273127. Note that while this fixestrasz2015-02-102-1/+53
* Implement "automount -c".trasz2014-11-223-1/+16
* Remove useless debug.trasz2014-10-171-1/+0
* Make automountd(8) inform autofs(4) whether directory being handled cantrasz2014-10-153-5/+20
* Add assertion to catch duplicated notes.trasz2014-10-111-1/+5
* Remove remnants of some cleanup; no functional changes.trasz2014-10-091-2/+2
* Simplify; no functional changes.trasz2014-10-081-1/+1
* Make autofs use shared vnode locks.trasz2014-10-043-9/+16
* Fix autofs debug macros.trasz2014-10-031-7/+10
* Make autofs(4) use shared lock for lookups, instead of exclusive one.trasz2014-10-034-22/+25
* Call uma_zfree() outside of lock, and improve comment.trasz2014-10-021-2/+2
* Make autofs timeout handling use timeout task instead of callout;trasz2014-10-024-6/+15
* Fix thinko that, with two map entries like shown below, in that order,trasz2014-09-231-0/+2
* Turns out -1 is a perfectly valid error number, ERESTART. Remove uselesstrasz2014-09-211-11/+1
* Fix typos.trasz2014-09-181-2/+2
* Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs,trasz2014-08-241-3/+0
* Autofs softc needs to be global anyway, so don't pass it as a localtrasz2014-08-234-73/+77
* Add comment explaining one of the quirks in autofs.trasz2014-08-231-0/+8
* Fix includes.trasz2014-08-213-4/+4
* Use __FBSDID() properly.trasz2014-08-214-6/+6
* Rework ".." lookup; previous one failed to properly busy the mountpoint.trasz2014-08-201-14/+18
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-175-0/+1722
OpenPOWER on IntegriCloud