aboutsummaryrefslogtreecommitdiff
path: root/fs/autofs
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-06-11switch follow_down()Gravatar Al Viro 1-3/+2
2009-04-20Fix autofs_expire()Gravatar Al Viro 1-16/+18
2009-03-27constify dentry_operations: autofs, autofs4Gravatar Al Viro 1-1/+1
2009-01-22fs/Kconfig: move autofs, autofs4 outGravatar Alexey Dobriyan 1-0/+21
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 3-13/+37
2007-10-19Use task_pid_nr() instead of pid_nr(task_pid())Gravatar Pavel Emelyanov 1-1/+1
2007-10-19pid namespaces: round up the APIGravatar Pavel Emelianov 2-3/+3
2007-10-18sparse pointer use of zero as nullGravatar Stephen Hemminger 1-1/+1
2007-05-11Replace pid_t in autofs with struct pid referenceGravatar Sukadev Bhattiprolu 3-8/+22
2007-05-11Fix some coding-style errors in autofsGravatar Sukadev Bhattiprolu 2-52/+54
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 3-4/+4
2006-12-08[PATCH] autofs: change uses of f_{dentry, vfsmnt} to use f_pathGravatar Josef "Jeff" Sipek 1-2/+2
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 2-1/+14
2006-10-20[PATCH] autofs3: Make sure all dentries refs are released before calling kill...Gravatar David Howells 4-4/+4
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkGravatar Dave Hansen 1-1/+1
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 2-2/+2
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 2-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountGravatar David Howells 1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constGravatar Arjan van de Ven 2-2/+2
2006-03-27[PATCH] autofs4: change may_umount* functions to booleanGravatar Ian Kent 1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-2/+2
2005-11-07[PATCH] kfree cleanup: fsGravatar Jesper Juhl 1-4/+2
2005-09-09[PATCH] autofs: fix "busy inodes after umount..."Gravatar Alexander Krizhanovsky 3-4/+7
2005-08-19Fix nasty ncpfs symlink handling bug.Gravatar Linus Torvalds 1-2/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 8-0/+1517