index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
autofs
Age
Commit message (
Expand
)
Author
2023-08-28
Merge tag 'v6.6-vfs.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-04
autofs: use wake_up() instead of wake_up_interruptible(()
Ian Kent
2023-08-04
autofs: fix memory leak of waitqueues in autofs_catatonic_mode
Fedor Pchelkin
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
2023-07-13
autofs: convert to ctime accessor functions
Jeff Layton
2023-06-15
autofs: set ctime as well when mtime changes on a dir
Jeff Layton
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2022-07-17
autofs: remove unused ino field inode
Ian Kent
2022-07-17
autofs: add comment about autofs_mountpoint_changed()
Ian Kent
2022-07-17
autofs: use dentry info count instead of simple_empty()
Ian Kent
2022-07-17
autofs: make dentry info count consistent
Ian Kent
2022-07-17
autofs: use inode permission method for write access
Ian Kent
2021-10-20
autofs: fix wait name hash calculation in autofs_wait()
Ian Kent
2021-03-24
autofs: should_expire() argument is guaranteed to be positive
Al Viro
2021-03-21
get rid of autofs_getpath()
Al Viro
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2020-12-10
file: Replace ksys_close with close_fd
Eric W. Biederman
2020-10-16
autofs: harden ioctl table
Matthew Wilcox
2020-09-29
autofs: use __kernel_write() for the autofs pipe writing
Linus Torvalds
2020-08-14
fs: autofs: delete repeated words in comments
Randy Dunlap
2020-07-08
autofs: switch to kernel_write
Christoph Hellwig
2020-03-13
LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
Al Viro
2019-12-05
Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-10-25
autofs: fix a leak in autofs_expire_indirect()
Al Viro
2019-09-17
autofs: don't bother with atomics for ino->count
Al Viro
2019-09-17
autofs_dir_rmdir(): check ino->count for deciding whether it's empty...
Al Viro
2019-09-17
autofs: get rid of pointless checks around ->count handling
Al Viro
2019-09-17
autofs_clear_leaf_automount_flags(): use ino->count instead of ->d_subdirs
Al Viro
2019-07-27
autofs_lookup(): hold ->d_lock over playing with ->d_flags
Al Viro
2019-07-27
get rid of autofs_info->active_count
Al Viro
2019-07-24
autofs: simplify get_next_positive_...(), get rid of trylocks
Al Viro
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-04-09
autofs: fix use-after-free in lockless ->d_manage()
Al Viro
2019-03-07
autofs: clear O_NONBLOCK on the pipe
NeilBrown
2019-03-07
fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()
Ian Kent
2019-03-07
autofs: add ignore mount option
Ian Kent
2019-02-01
autofs: fix error return in autofs_fill_super()
Ian Kent
2019-02-01
autofs: drop dentry reference only when it is never used
Pan Bian
2019-01-04
autofs: add strictexpire mount option
Ian Kent
2019-01-04
autofs: change catatonic setting to a bit flag
Ian Kent
2019-01-04
autofs: simplify parse_options() function call
Ian Kent
2019-01-04
autofs: improve ioctl sbi checks
Ian Kent
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-22
autofs: add AUTOFS_EXP_FORCED flag
Ian Kent
2018-08-22
autofs: make expire flags usage consistent with v5 params
Ian Kent
2018-08-22
autofs: make autofs_expire_indirect() static
Ian Kent
[next]