summaryrefslogtreecommitdiffstats
path: root/fs/autofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.6-vfs.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-281-2/+3
|\
| * autofs: use wake_up() instead of wake_up_interruptible(()Ian Kent2023-08-041-1/+1
| * autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin2023-08-041-1/+2
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-4/+4
|\ \
| * | autofs: convert to ctime accessor functionsJeff Layton2023-07-132-4/+4
| |/
* / arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim2023-07-291-12/+0
|/
* autofs: set ctime as well when mtime changes on a dirJeff Layton2023-06-151-3/+3
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* autofs: remove unused ino field inodeIan Kent2022-07-171-2/+0
* autofs: add comment about autofs_mountpoint_changed()Ian Kent2022-07-171-3/+20
* autofs: use dentry info count instead of simple_empty()Ian Kent2022-07-173-11/+14
* autofs: make dentry info count consistentIan Kent2022-07-172-4/+1
* autofs: use inode permission method for write accessIan Kent2022-07-171-41/+22
* autofs: fix wait name hash calculation in autofs_wait()Ian Kent2021-10-201-1/+1
* 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