summaryrefslogtreecommitdiffstats
path: root/fs/autofs/expire.c
Commit message (Expand)AuthorAgeFilesLines
* dentry: switch the lists of children to hlistAl Viro2023-11-251-5/+2
* autofs: use dentry info count instead of simple_empty()Ian Kent2022-07-171-1/+1
* autofs: should_expire() argument is guaranteed to be positiveAl Viro2021-03-241-1/+1
* Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-12-051-3/+3
|\
| * autofs: don't bother with atomics for ino->countAl Viro2019-09-171-3/+3
* | autofs: fix a leak in autofs_expire_indirect()Al Viro2019-10-251-2/+3
|/
* autofs: simplify get_next_positive_...(), get rid of trylocksAl Viro2019-07-241-71/+32
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2019-05-241-4/+1
* autofs: drop dentry reference only when it is never usedPan Bian2019-02-011-1/+2
* autofs: add AUTOFS_EXP_FORCED flagIan Kent2018-08-221-12/+50
* autofs: make expire flags usage consistent with v5 paramsIan Kent2018-08-221-33/+28
* autofs: make autofs_expire_indirect() staticIan Kent2018-08-221-4/+4
* autofs: make autofs_expire_direct() staticIan Kent2018-08-221-4/+4
* autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent2018-08-221-1/+1
* autofs: fix inconsistent use of now variableIan Kent2018-08-221-7/+3
* autofs: copy autofs4 to autofsIan Kent2018-06-071-0/+631