summaryrefslogtreecommitdiffstats
path: root/fs/autofs
Commit message (Expand)AuthorAgeFilesLines
* autofs: should_expire() argument is guaranteed to be positiveAl Viro2021-03-241-1/+1
* get rid of autofs_getpath()Al Viro2021-03-212-56/+17
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-7/+10
* file: Replace ksys_close with close_fdEric W. Biederman2020-12-101-2/+3
* autofs: harden ioctl tableMatthew Wilcox2020-10-161-2/+6
* autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2020-09-291-1/+1
* fs: autofs: delete repeated words in commentsRandy Dunlap2020-08-141-2/+2
* autofs: switch to kernel_writeChristoph Hellwig2020-07-081-1/+1
* LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro2020-03-131-3/+3
* Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-12-053-29/+18
|\
| * autofs: don't bother with atomics for ino->countAl Viro2019-09-173-14/+14
| * autofs_dir_rmdir(): check ino->count for deciding whether it's empty...Al Viro2019-09-171-4/+3
| * autofs: get rid of pointless checks around ->count handlingAl Viro2019-09-171-14/+8
| * autofs_clear_leaf_automount_flags(): use ino->count instead of ->d_subdirsAl Viro2019-09-171-5/+1
* | autofs: fix a leak in autofs_expire_indirect()Al Viro2019-10-251-2/+3
|/
* autofs_lookup(): hold ->d_lock over playing with ->d_flagsAl Viro2019-07-271-6/+7
* get rid of autofs_info->active_countAl Viro2019-07-272-28/+6
* 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-248-32/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* autofs: fix use-after-free in lockless ->d_manage()Al Viro2019-04-092-1/+2
* autofs: clear O_NONBLOCK on the pipeNeilBrown2019-03-071-0/+2
* fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent2019-03-071-6/+6
* autofs: add ignore mount optionIan Kent2019-03-072-1/+9
* autofs: fix error return in autofs_fill_super()Ian Kent2019-02-011-1/+3
* autofs: drop dentry reference only when it is never usedPan Bian2019-02-011-1/+2
* autofs: add strictexpire mount optionIan Kent2019-01-043-2/+12
* autofs: change catatonic setting to a bit flagIan Kent2019-01-045-16/+20
* autofs: simplify parse_options() function callIan Kent2019-01-041-26/+29
* autofs: improve ioctl sbi checksIan Kent2019-01-043-21/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-224-69/+120
|\
| * autofs: add AUTOFS_EXP_FORCED flagIan Kent2018-08-221-12/+50
| * autofs: make expire flags usage consistent with v5 paramsIan Kent2018-08-222-34/+29
| * autofs: make autofs_expire_indirect() staticIan Kent2018-08-222-7/+4
| * autofs: make autofs_expire_direct() staticIan Kent2018-08-222-7/+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: fix directory and symlink accessIan Kent2018-08-221-3/+30
| * autofs: fix autofs_sbi() does not check super block typeIan Kent2018-08-222-2/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\ \ | |/ |/|
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-0/+1
* | autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-141-9/+13
* | autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2018-07-052-3/+3
|/
* autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS descriptionGeert Uytterhoeven2018-06-121-1/+1
* autofs: remove left-over autofs4 stubsLinus Torvalds2018-06-112-0/+12
* autofs: small cleanup in autofs_getpath()Dan Carpenter2018-06-071-3/+3
* autofs: clean up includesIan Kent2018-06-075-29/+2
* autofs: create autofs Kconfig and MakefileIan Kent2018-06-072-0/+27
* autofs: copy autofs4 to autofsIan Kent2018-06-078-0/+3618
* autofs3: move to drivers/stagingArnd Bergmann2010-10-059-1657/+0