aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs/expire.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17autofs: use dentry info count instead of simple_empty()Ian Kent1-1/+1
2021-03-24autofs: should_expire() argument is guaranteed to be positiveAl Viro1-1/+1
2019-12-05Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2019-10-25autofs: fix a leak in autofs_expire_indirect()Al Viro1-2/+3
2019-09-17autofs: don't bother with atomics for ino->countAl Viro1-3/+3
2019-07-24autofs: simplify get_next_positive_...(), get rid of trylocksAl Viro1-71/+32
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner1-4/+1
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian1-1/+2
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent1-12/+50
2018-08-22autofs: make expire flags usage consistent with v5 paramsIan Kent1-33/+28
2018-08-22autofs: make autofs_expire_indirect() staticIan Kent1-4/+4
2018-08-22autofs: make autofs_expire_direct() staticIan Kent1-4/+4
2018-08-22autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent1-1/+1
2018-08-22autofs: fix inconsistent use of now variableIan Kent1-7/+3
2018-06-07autofs: copy autofs4 to autofsIan Kent1-0/+631