| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r308611: | trasz | 2016-12-19 | 1 | -1/+1 |
* | MFC r303478: | trasz | 2016-11-03 | 1 | -2/+0 |
* | MFC r303961: | trasz | 2016-11-03 | 1 | -0/+16 |
* | Silence down the "insmntque() failed" autofs error; it happens | trasz | 2016-05-17 | 1 | -1/+1 |
* | kernel: use our nitems() macro when it is available through param.h. | pfg | 2016-04-19 | 1 | -1/+1 |
* | Speed up lookups in autofs(5) by using red-black trees instead of linear | trasz | 2016-03-24 | 4 | -24/+40 |
* | Pacify Coverity in a better way, to avoid write-only variable when building | trasz | 2016-03-16 | 1 | -3/+1 |
* | Pacify Coverity. | trasz | 2016-03-15 | 1 | -1/+3 |
* | Remove name length limitation from autofs(5). The linear search with | trasz | 2016-03-13 | 2 | -56/+101 |
* | Use S_BLKSIZE instead of magic constant. | trasz | 2016-03-12 | 2 | -4/+6 |
* | Fix autofs triggering problem. Assume you have an NFS server, | trasz | 2016-03-12 | 1 | -16/+6 |
* | Restore ABI compatibility, broken in r273127. Note that while this fixes | trasz | 2015-02-10 | 2 | -1/+53 |
* | Implement "automount -c". | trasz | 2014-11-22 | 3 | -1/+16 |
* | Remove useless debug. | trasz | 2014-10-17 | 1 | -1/+0 |
* | Make automountd(8) inform autofs(4) whether directory being handled can | trasz | 2014-10-15 | 3 | -5/+20 |
* | Add assertion to catch duplicated notes. | trasz | 2014-10-11 | 1 | -1/+5 |
* | Remove remnants of some cleanup; no functional changes. | trasz | 2014-10-09 | 1 | -2/+2 |
* | Simplify; no functional changes. | trasz | 2014-10-08 | 1 | -1/+1 |
* | Make autofs use shared vnode locks. | trasz | 2014-10-04 | 3 | -9/+16 |
* | Fix autofs debug macros. | trasz | 2014-10-03 | 1 | -7/+10 |
* | Make autofs(4) use shared lock for lookups, instead of exclusive one. | trasz | 2014-10-03 | 4 | -22/+25 |
* | Call uma_zfree() outside of lock, and improve comment. | trasz | 2014-10-02 | 1 | -2/+2 |
* | Make autofs timeout handling use timeout task instead of callout; | trasz | 2014-10-02 | 4 | -6/+15 |
* | Fix thinko that, with two map entries like shown below, in that order, | trasz | 2014-09-23 | 1 | -0/+2 |
* | Turns out -1 is a perfectly valid error number, ERESTART. Remove useless | trasz | 2014-09-21 | 1 | -11/+1 |
* | Fix typos. | trasz | 2014-09-18 | 1 | -2/+2 |
* | Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs, | trasz | 2014-08-24 | 1 | -3/+0 |
* | Autofs softc needs to be global anyway, so don't pass it as a local | trasz | 2014-08-23 | 4 | -73/+77 |
* | Add comment explaining one of the quirks in autofs. | trasz | 2014-08-23 | 1 | -0/+8 |
* | Fix includes. | trasz | 2014-08-21 | 3 | -4/+4 |
* | Use __FBSDID() properly. | trasz | 2014-08-21 | 4 | -6/+6 |
* | Rework ".." lookup; previous one failed to properly busy the mountpoint. | trasz | 2014-08-20 | 1 | -14/+18 |
* | Bring in the new automounter, similar to what's provided in most other | trasz | 2014-08-17 | 5 | -0/+1722 |