aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs
Commit message (Expand)AuthorAgeFilesLines
* autofs: fix error return in autofs_fill_super()Ian Kent2019-02-011-1/+3
* autofs: drop dentry reference only when it is never usedPan Bian2019-02-011-1/+2
* autofs: add strictexpire mount optionIan Kent2019-01-043-2/+12
* autofs: change catatonic setting to a bit flagIan Kent2019-01-045-16/+20
* autofs: simplify parse_options() function callIan Kent2019-01-041-26/+29
* autofs: improve ioctl sbi checksIan Kent2019-01-043-21/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-224-69/+120
|\
| * autofs: add AUTOFS_EXP_FORCED flagIan Kent2018-08-221-12/+50
| * autofs: make expire flags usage consistent with v5 paramsIan Kent2018-08-222-34/+29
| * autofs: make autofs_expire_indirect() staticIan Kent2018-08-222-7/+4
| * autofs: make autofs_expire_direct() staticIan Kent2018-08-222-7/+4
| * autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent2018-08-221-1/+1
| * autofs: fix inconsistent use of now variableIan Kent2018-08-221-7/+3
| * autofs: fix directory and symlink accessIan Kent2018-08-221-3/+30
| * autofs: fix autofs_sbi() does not check super block typeIan Kent2018-08-222-2/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\ \ | |/ |/|
| * pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-0/+1
* | autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-141-9/+13
* | autofs: rename 'autofs' module back to 'autofs4'Linus Torvalds2018-07-052-3/+3
|/
* autofs: Fix typo s/thenew new/the new/ in AUTOFS4_FS descriptionGeert Uytterhoeven2018-06-121-1/+1
* autofs: remove left-over autofs4 stubsLinus Torvalds2018-06-112-0/+12
* autofs: small cleanup in autofs_getpath()Dan Carpenter2018-06-071-3/+3
* autofs: clean up includesIan Kent2018-06-075-29/+2
* autofs: create autofs Kconfig and MakefileIan Kent2018-06-072-0/+27
* autofs: copy autofs4 to autofsIan Kent2018-06-078-0/+3618
* autofs3: move to drivers/stagingArnd Bergmann2010-10-059-1657/+0
* autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann2010-08-091-3/+64
* fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck2010-05-271-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* switch follow_down()Al Viro2009-06-111-3/+2
* Fix autofs_expire()Al Viro2009-04-201-16/+18
* constify dentry_operations: autofs, autofs4Al Viro2009-03-271-1/+1
* fs/Kconfig: move autofs, autofs4 outAlexey Dobriyan2009-01-221-0/+21
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0
* CRED: Wrap task credential accesses in the autofs filesystemDavid Howells2008-11-141-2/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* mount options: fix autofsMiklos Szeredi2008-02-081-0/+3
* iget: stop autofs from using iget() and read_inode()David Howells2008-02-073-13/+37
* Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov2007-10-191-1/+1
* pid namespaces: round up the APIPavel Emelianov2007-10-192-3/+3
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* Replace pid_t in autofs with struct pid referenceSukadev Bhattiprolu2007-05-113-8/+22
* Fix some coding-style errors in autofsSukadev Bhattiprolu2007-05-112-52/+54
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-123-4/+4
* [PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina2006-12-071-3/+4
* [PATCH] autofs4: panic after mount failIan Kent2006-11-142-1/+14
* [PATCH] autofs3: Make sure all dentries refs are released before calling kill...David Howells2006-10-204-4/+4