index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
autofs
Commit message (
Expand
)
Author
Age
Files
Lines
*
LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
Al Viro
2020-03-13
1
-3
/
+3
*
Merge branch 'next.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-12-05
3
-29
/
+18
|
\
|
*
autofs: don't bother with atomics for ino->count
Al Viro
2019-09-17
3
-14
/
+14
|
*
autofs_dir_rmdir(): check ino->count for deciding whether it's empty...
Al Viro
2019-09-17
1
-4
/
+3
|
*
autofs: get rid of pointless checks around ->count handling
Al Viro
2019-09-17
1
-14
/
+8
|
*
autofs_clear_leaf_automount_flags(): use ino->count instead of ->d_subdirs
Al Viro
2019-09-17
1
-5
/
+1
*
|
autofs: fix a leak in autofs_expire_indirect()
Al Viro
2019-10-25
1
-2
/
+3
|
/
*
autofs_lookup(): hold ->d_lock over playing with ->d_flags
Al Viro
2019-07-27
1
-6
/
+7
*
get rid of autofs_info->active_count
Al Viro
2019-07-27
2
-28
/
+6
*
autofs: simplify get_next_positive_...(), get rid of trylocks
Al Viro
2019-07-24
1
-71
/
+32
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83
Thomas Gleixner
2019-05-24
8
-32
/
+8
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
autofs: fix use-after-free in lockless ->d_manage()
Al Viro
2019-04-09
2
-1
/
+2
*
autofs: clear O_NONBLOCK on the pipe
NeilBrown
2019-03-07
1
-0
/
+2
*
fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()
Ian Kent
2019-03-07
1
-6
/
+6
*
autofs: add ignore mount option
Ian Kent
2019-03-07
2
-1
/
+9
*
autofs: fix error return in autofs_fill_super()
Ian Kent
2019-02-01
1
-1
/
+3
*
autofs: drop dentry reference only when it is never used
Pan Bian
2019-02-01
1
-1
/
+2
*
autofs: add strictexpire mount option
Ian Kent
2019-01-04
3
-2
/
+12
*
autofs: change catatonic setting to a bit flag
Ian Kent
2019-01-04
5
-16
/
+20
*
autofs: simplify parse_options() function call
Ian Kent
2019-01-04
1
-26
/
+29
*
autofs: improve ioctl sbi checks
Ian Kent
2019-01-04
3
-21
/
+9
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-22
4
-69
/
+120
|
\
|
*
autofs: add AUTOFS_EXP_FORCED flag
Ian Kent
2018-08-22
1
-12
/
+50
|
*
autofs: make expire flags usage consistent with v5 params
Ian Kent
2018-08-22
2
-34
/
+29
|
*
autofs: make autofs_expire_indirect() static
Ian Kent
2018-08-22
2
-7
/
+4
|
*
autofs: make autofs_expire_direct() static
Ian Kent
2018-08-22
2
-7
/
+4
|
*
autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()
Ian Kent
2018-08-22
1
-1
/
+1
|
*
autofs: fix inconsistent use of now variable
Ian Kent
2018-08-22
1
-7
/
+3
|
*
autofs: fix directory and symlink access
Ian Kent
2018-08-22
1
-3
/
+30
|
*
autofs: fix autofs_sbi() does not check super block type
Ian Kent
2018-08-22
2
-2
/
+3
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
pids: Move the pgrp and session pid pointers from task_struct to signal_struct
Eric W. Biederman
2018-07-21
1
-0
/
+1
*
|
autofs: fix slab out of bounds read in getname_kernel()
Tomas Bortoli
2018-07-14
1
-9
/
+13
*
|
autofs: rename 'autofs' module back to 'autofs4'
Linus Torvalds
2018-07-05
2
-3
/
+3
|
/
*
autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS description
Geert Uytterhoeven
2018-06-12
1
-1
/
+1
*
autofs: remove left-over autofs4 stubs
Linus Torvalds
2018-06-11
2
-0
/
+12
*
autofs: small cleanup in autofs_getpath()
Dan Carpenter
2018-06-07
1
-3
/
+3
*
autofs: clean up includes
Ian Kent
2018-06-07
5
-29
/
+2
*
autofs: create autofs Kconfig and Makefile
Ian Kent
2018-06-07
2
-0
/
+27
*
autofs: copy autofs4 to autofs
Ian Kent
2018-06-07
8
-0
/
+3618
*
autofs3: move to drivers/staging
Arnd Bergmann
2010-10-05
9
-1657
/
+0
*
autofs/autofs4: Move compat_ioctl handling into fs
Arnd Bergmann
2010-08-09
1
-3
/
+64
*
fs/: do not fallback to default_llseek() when readdir() uses BKL
jan Blunck
2010-05-27
1
-0
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
trivial: remove unnecessary semicolons
Joe Perches
2009-09-21
1
-1
/
+1
*
switch follow_down()
Al Viro
2009-06-11
1
-3
/
+2
*
Fix autofs_expire()
Al Viro
2009-04-20
1
-16
/
+18
*
constify dentry_operations: autofs, autofs4
Al Viro
2009-03-27
1
-1
/
+1
*
fs/Kconfig: move autofs, autofs4 out
Alexey Dobriyan
2009-01-22
1
-0
/
+21
[next]