index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
autofs
Age
Commit message (
Expand
)
Author
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
2018-08-22
autofs: make autofs_expire_direct() static
Ian Kent
2018-08-22
autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()
Ian Kent
2018-08-22
autofs: fix inconsistent use of now variable
Ian Kent
2018-08-22
autofs: fix directory and symlink access
Ian Kent
2018-08-22
autofs: fix autofs_sbi() does not check super block type
Ian Kent
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-07-21
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
2018-07-14
autofs: fix slab out of bounds read in getname_kernel()
Tomas Bortoli
2018-07-05
autofs: rename 'autofs' module back to 'autofs4'
Linus Torvalds
2018-06-12
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
Geert Uytterhoeven
2018-06-11
autofs: remove left-over autofs4 stubs
Linus Torvalds
2018-06-07
autofs: small cleanup in autofs_getpath()
Dan Carpenter
2018-06-07
autofs: clean up includes
Ian Kent
2018-06-07
autofs: create autofs Kconfig and Makefile
Ian Kent
2018-06-07
autofs: copy autofs4 to autofs
Ian Kent
2010-10-05
autofs3: move to drivers/staging
Arnd Bergmann
[next]