aboutsummaryrefslogtreecommitdiff
path: root/fs/autofs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Gravatar Thomas Gleixner 1-4/+1
2019-04-09autofs: fix use-after-free in lockless ->d_manage()Gravatar Al Viro 1-1/+1
2019-03-07fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()Gravatar Ian Kent 1-6/+6
2019-03-07autofs: add ignore mount optionGravatar Ian Kent 1-1/+8
2019-02-01autofs: fix error return in autofs_fill_super()Gravatar Ian Kent 1-1/+3
2019-01-04autofs: add strictexpire mount optionGravatar Ian Kent 1-1/+7
2019-01-04autofs: change catatonic setting to a bit flagGravatar Ian Kent 1-2/+2
2019-01-04autofs: simplify parse_options() function callGravatar Ian Kent 1-26/+29
2018-08-22autofs: fix autofs_sbi() does not check super block typeGravatar Ian Kent 1-1/+0
2018-06-07autofs: clean up includesGravatar Ian Kent 1-5/+1
2018-06-07autofs: copy autofs4 to autofsGravatar Ian Kent 1-0/+375
2010-10-05autofs3: move to drivers/stagingGravatar Arnd Bergmann 1-288/+0
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-2/+0
2008-11-14CRED: Wrap task credential accesses in the autofs filesystemGravatar David Howells 1-2/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-02-08mount options: fix autofsGravatar Miklos Szeredi 1-0/+3
2008-02-07iget: stop autofs from using iget() and read_inode()Gravatar David Howells 1-9/+18
2007-10-19pid namespaces: round up the APIGravatar Pavel Emelianov 1-1/+1
2007-05-11Replace pid_t in autofs with struct pid referenceGravatar Sukadev Bhattiprolu 1-4/+16
2007-05-11Fix some coding-style errors in autofsGravatar Sukadev Bhattiprolu 1-13/+16
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-12-07[PATCH] autofs: fix error code path in autofs_fill_sb()Gravatar Jiri Kosina 1-3/+4
2006-11-14[PATCH] autofs4: panic after mount failGravatar Ian Kent 1-1/+13
2006-10-20[PATCH] autofs3: Make sure all dentries refs are released before calling kill...Gravatar David Howells 1-2/+2
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-1/+1
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocGravatar Panagiotis Issaris 1-2/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Gravatar Jeff Garzik 1-0/+1
2005-09-09[PATCH] autofs: fix "busy inodes after umount..."Gravatar Alexander Krizhanovsky 1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+250