summaryrefslogtreecommitdiffstats
path: root/fs/autofs4
AgeCommit message (Expand)AuthorLines
2008-05-01autofs: path_{get,put}() cleanupsJan Blunck-7/+7
2008-05-01autofs4: fix incorrect return from root.c:try_to_fill_dentry()Jeff Moyer-2/+2
2008-05-01autofs4: fix execution order race in mount request codeJeff Moyer-0/+22
2008-05-01autofs4: check for invalid dentry in getpathIan Kent-1/+1
2008-05-01autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()Ian Kent-13/+11
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-29autofs4: fix sparse warning in root.cHarvey Harrison-1/+1
2008-02-14Introduce path_put()Jan Blunck-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck-1/+2
2008-02-08mount options: fix autofs4Miklos Szeredi-0/+5
2007-10-19pid namespaces: round up the APIPavel Emelianov-5/+5
2007-10-18sparse pointer use of zero as nullStephen Hemminger-1/+1
2007-10-17fs/autofs4/inode.c: kmalloc + memset conversion to kzallocMariusz Kozlowski-3/+1
2007-08-22autofs4: deadlock during createIan Kent-14/+17
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu-18/+16
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-2/+0
2007-04-12[PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney-3/+3
2007-02-20[PATCH] autofs4: check for directory re-create in lookupIan Kent-4/+19
2007-02-20[PATCH] autofs4: fix another race between mount and expireIan Kent-23/+161
2007-02-20[PATCH] autofs4: header file updateIan Kent-4/+8
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven-9/+9
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day-1/+1
2006-12-08[PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek-9/+10
2006-12-07[PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina-3/+4
2006-11-14[PATCH] autofs4: panic after mount failIan Kent-5/+18
2006-10-11[PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_...David Howells-22/+6
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen-1/+1
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen-1/+1
2006-09-29[PATCH] autofs4: pending flag not cleared on mount failIan Kent-3/+3
2006-09-29[PATCH] autofs4: autofs4_follow_link false negative fixIan Kent-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o-1/+0
2006-09-27[PATCH] autofs4 needs to force fail return revalidateIan Kent-8/+30
2006-09-25[PATCH] autofs4: zero timeout prevents shutdownIan Kent-3/+3
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik-2/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita-2/+1
2006-06-25[PATCH] autofs4: need to invalidate children on tree mount expireIan Kent-0/+6
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells-3/+3
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent-34/+58
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-4/+4
2006-03-28[PATCH] autofs4: proper prototype for autofs4_dentry_release()Adrian Bunk-1/+3
2006-03-27[PATCH] autofs4: atomic var underflowIan Kent-3/+5
2006-03-27[PATCH] autofs4: follow_link missing functionalityIan Kent-10/+44
2006-03-27[PATCH] Remove redundant check from autofs4_put_superDave Jones-2/+1
2006-03-27[PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent-13/+13
2006-03-27[PATCH] autofs4: add new packet type for v5 communicationsIan Kent-19/+90
2006-03-27[PATCH] autofs4: add v5 expire logicIan Kent-9/+87
2006-03-27[PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent-21/+103
2006-03-27[PATCH] autofs4: change may_umount* functions to booleanIan Kent-2/+2