aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs
AgeCommit message (Expand)Author
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
2018-08-22autofs: make autofs_expire_direct() staticIan Kent
2018-08-22autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent
2018-08-22autofs: fix inconsistent use of now variableIan Kent
2018-08-22autofs: fix directory and symlink accessIan Kent
2018-08-22autofs: fix autofs_sbi() does not check super block typeIan Kent
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman
2018-07-14autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli
2018-07-05autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds
2018-06-12autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS descriptionGeert Uytterhoeven
2018-06-11autofs: remove left-over autofs4 stubsLinus Torvalds
2018-06-07autofs: small cleanup in autofs_getpath()Dan Carpenter
2018-06-07autofs: clean up includesIan Kent
2018-06-07autofs: create autofs Kconfig and MakefileIan Kent
2018-06-07autofs: copy autofs4 to autofsIan Kent
2010-10-05autofs3: move to drivers/stagingArnd Bergmann
2010-08-09autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-06-11switch follow_down()Al Viro
2009-04-20Fix autofs_expire()Al Viro
2009-03-27constify dentry_operations: autofs, autofs4Al Viro
2009-01-22fs/Kconfig: move autofs, autofs4 outAlexey Dobriyan
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-11-14CRED: Wrap task credential accesses in the autofs filesystemDavid Howells
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-02-08mount options: fix autofsMiklos Szeredi
2008-02-07iget: stop autofs from using iget() and read_inode()David Howells
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov
2007-10-19pid namespaces: round up the APIPavel Emelianov
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-05-11Replace pid_t in autofs with struct pid referenceSukadev Bhattiprolu
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu