aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/root.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24autofs4: fix indirect mount pending expire raceIan Kent1-5/+27
2008-07-24autofs4: fix pending checksIan Kent1-3/+6
2008-07-24autofs4: cleanup redundant readir codeIan Kent1-133/+16
2008-07-24autofs4: use lookup intent flags to trigger mountsIan Kent1-2/+5
2008-07-24autofs4: don't release directory mutex if called in oz_modeIan Kent1-6/+5
2008-07-24autofs4: fix symlink name allocationIan Kent1-1/+1
2008-07-24autofs4: use look aside list for lookupsIan Kent1-30/+139
2008-07-24autofs4: revert - redo lookup in ttfdIan Kent1-21/+0
2008-07-24autofs4: don't make expiring dentry negativeIan Kent1-72/+46
2008-05-01autofs: path_{get,put}() cleanupsJan Blunck1-6/+6
2008-05-01autofs4: fix incorrect return from root.c:try_to_fill_dentry()Jeff Moyer1-2/+2
2008-05-01autofs4: fix execution order race in mount request codeJeff Moyer1-0/+22
2008-04-29autofs4: fix sparse warning in root.cHarvey Harrison1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+2
2007-10-19pid namespaces: round up the APIPavel Emelianov1-2/+2
2007-08-22autofs4: deadlock during createIan Kent1-14/+17
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu1-9/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-12[PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney1-3/+3
2007-02-20[PATCH] autofs4: check for directory re-create in lookupIan Kent1-4/+19
2007-02-20[PATCH] autofs4: fix another race between mount and expireIan Kent1-20/+151
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-3/+3
2006-12-08[PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-8/+8
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-09-29[PATCH] autofs4: pending flag not cleared on mount failIan Kent1-3/+3
2006-09-29[PATCH] autofs4: autofs4_follow_link false negative fixIan Kent1-1/+1
2006-09-27[PATCH] autofs4 needs to force fail return revalidateIan Kent1-8/+30
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent1-7/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-27[PATCH] autofs4: follow_link missing functionalityIan Kent1-6/+44
2006-03-27[PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent1-12/+52
2006-03-27[PATCH] autofs4: change may_umount* functions to booleanIan Kent1-1/+1
2006-03-27[PATCH] autofs4: rename simple_empty_nolock functionIan Kent1-1/+1
2006-03-27[PATCH] autofs4: remove update_atime unused functionIan Kent1-34/+4
2006-03-27[PATCH] autofs4: expire mounts that hold no (extra) references onlyIan Kent1-0/+4
2006-03-27[PATCH] autofs4: fix false negative return from expireIan Kent1-1/+22
2006-03-27[PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent1-5/+4
2006-03-27[PATCH] autofs4: use libfs routines for readdirIan Kent1-86/+40
2006-03-27[PATCH] autofs4: lookup white space cleanupIan Kent1-14/+20
2006-01-14[PATCH] autofs4 oops fixIan Kent1-0/+2
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-10[PATCH] switch autofs4 to touch_atime()Christoph Hellwig1-9/+9
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-08[PATCH] shrink dentry structEric Dumazet1-1/+2
2005-06-21[PATCH] autofs4: bad lookup fixIan Kent1-1/+8
2005-06-21[PATCH] autofs4: avoid panic on bind mount of autofs owned directoryIan Kent1-1/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+808