summaryrefslogtreecommitdiff
path: root/fs/autofs
AgeCommit message (Expand)Author
2023-08-28Merge tag 'v6.6-vfs.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-04autofs: use wake_up() instead of wake_up_interruptible(()Ian Kent
2023-08-04autofs: fix memory leak of waitqueues in autofs_catatonic_modeFedor Pchelkin
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim
2023-07-13autofs: convert to ctime accessor functionsJeff Layton
2023-06-15autofs: set ctime as well when mtime changes on a dirJeff Layton
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2022-07-17autofs: remove unused ino field inodeIan Kent
2022-07-17autofs: add comment about autofs_mountpoint_changed()Ian Kent
2022-07-17autofs: use dentry info count instead of simple_empty()Ian Kent
2022-07-17autofs: make dentry info count consistentIan Kent
2022-07-17autofs: use inode permission method for write accessIan Kent
2021-10-20autofs: fix wait name hash calculation in autofs_wait()Ian Kent
2021-03-24autofs: should_expire() argument is guaranteed to be positiveAl Viro
2021-03-21get rid of autofs_getpath()Al Viro
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman
2020-10-16autofs: harden ioctl tableMatthew Wilcox
2020-09-29autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds
2020-08-14fs: autofs: delete repeated words in commentsRandy Dunlap
2020-07-08autofs: switch to kernel_writeChristoph Hellwig
2020-03-13LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro
2019-12-05Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-10-25autofs: fix a leak in autofs_expire_indirect()Al Viro
2019-09-17autofs: don't bother with atomics for ino->countAl Viro
2019-09-17autofs_dir_rmdir(): check ino->count for deciding whether it's empty...Al Viro
2019-09-17autofs: get rid of pointless checks around ->count handlingAl Viro
2019-09-17autofs_clear_leaf_automount_flags(): use ino->count instead of ->d_subdirsAl Viro
2019-07-27autofs_lookup(): hold ->d_lock over playing with ->d_flagsAl Viro
2019-07-27get rid of autofs_info->active_countAl Viro
2019-07-24autofs: simplify get_next_positive_...(), get rid of trylocksAl Viro
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-09autofs: fix use-after-free in lockless ->d_manage()Al Viro
2019-03-07autofs: clear O_NONBLOCK on the pipeNeilBrown
2019-03-07fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Ian Kent
2019-03-07autofs: add ignore mount optionIan Kent
2019-02-01autofs: fix error return in autofs_fill_super()Ian Kent
2019-02-01autofs: drop dentry reference only when it is never usedPan Bian
2019-01-04autofs: add strictexpire mount optionIan Kent
2019-01-04autofs: change catatonic setting to a bit flagIan Kent
2019-01-04autofs: simplify parse_options() function callIan Kent
2019-01-04autofs: improve ioctl sbi checksIan Kent
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent
2018-08-22autofs: make expire flags usage consistent with v5 paramsIan Kent
2018-08-22autofs: make autofs_expire_indirect() staticIan Kent