summaryrefslogtreecommitdiffstats
path: root/sys/fs/autofs/autofs.h
Commit message (Expand)AuthorAgeFilesLines
* Speed up lookups in autofs(5) by using red-black trees instead of lineartrasz2016-03-241-2/+5
* Remove name length limitation from autofs(5). The linear search withtrasz2016-03-131-7/+0
* Implement "automount -c".trasz2014-11-221-0/+1
* Make automountd(8) inform autofs(4) whether directory being handled cantrasz2014-10-151-0/+2
* Make autofs use shared vnode locks.trasz2014-10-041-1/+1
* Fix autofs debug macros.trasz2014-10-031-7/+10
* Make autofs(4) use shared lock for lookups, instead of exclusive one.trasz2014-10-031-3/+6
* Make autofs timeout handling use timeout task instead of callout;trasz2014-10-021-1/+1
* Autofs softc needs to be global anyway, so don't pass it as a localtrasz2014-08-231-1/+0
* Use __FBSDID() properly.trasz2014-08-211-3/+0
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-171-0/+141
OpenPOWER on IntegriCloud