summaryrefslogtreecommitdiffstats
path: root/fs/autofs/root.c
Commit message (Expand)AuthorAgeFilesLines
* autofs: convert to new timestamp accessorsJeff Layton2023-10-181-3/+3
* autofs: convert to ctime accessor functionsJeff Layton2023-07-131-3/+3
* autofs: set ctime as well when mtime changes on a dirJeff Layton2023-06-151-3/+3
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* autofs: add comment about autofs_mountpoint_changed()Ian Kent2022-07-171-3/+20
* autofs: use dentry info count instead of simple_empty()Ian Kent2022-07-171-10/+8
* autofs: make dentry info count consistentIan Kent2022-07-171-4/+0
* autofs: use inode permission method for write accessIan Kent2022-07-171-41/+22
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-7/+10
* autofs: don't bother with atomics for ino->countAl Viro2019-09-171-10/+10
* autofs_dir_rmdir(): check ino->count for deciding whether it's empty...Al Viro2019-09-171-4/+3
* autofs: get rid of pointless checks around ->count handlingAl Viro2019-09-171-14/+8
* autofs_clear_leaf_automount_flags(): use ino->count instead of ->d_subdirsAl Viro2019-09-171-5/+1
* autofs_lookup(): hold ->d_lock over playing with ->d_flagsAl Viro2019-07-271-6/+7
* get rid of autofs_info->active_countAl Viro2019-07-271-27/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2019-05-241-4/+1
* autofs: add strictexpire mount optionIan Kent2019-01-041-1/+4
* autofs: change catatonic setting to a bit flagIan Kent2019-01-041-5/+6
* autofs: fix directory and symlink accessIan Kent2018-08-221-3/+30
* autofs: clean up includesIan Kent2018-06-071-6/+0
* autofs: copy autofs4 to autofsIan Kent2018-06-071-0/+942
* autofs3: move to drivers/stagingArnd Bergmann2010-10-051-643/+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
* constify dentry_operations: autofs, autofs4Al Viro2009-03-271-1/+1
* iget: stop autofs from using iget() and read_inode()David Howells2008-02-071-4/+18
* Use task_pid_nr() instead of pid_nr(task_pid())Pavel Emelyanov2007-10-191-1/+1
* pid namespaces: round up the APIPavel Emelianov2007-10-191-2/+2
* Replace pid_t in autofs with struct pid referenceSukadev Bhattiprolu2007-05-111-2/+4
* Fix some coding-style errors in autofsSukadev Bhattiprolu2007-05-111-39/+38
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-1/+1
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+564