aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19pid namespaces: round up the APIPavel Emelianov3-5/+5
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-17fs/autofs4/inode.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-08-22autofs4: deadlock during createIan Kent1-14/+17
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu2-18/+16
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+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 Kent3-23/+161
2007-02-20[PATCH] autofs4: header file updateIan Kent1-4/+8
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven3-9/+9
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2-9/+10
2006-12-07[PATCH] autofs: fix error code path in autofs_fill_sb()Jiri Kosina1-3/+4
2006-11-14[PATCH] autofs4: panic after mount failIan Kent2-5/+18
2006-10-11[PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super()David Howells4-22/+6
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] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] autofs4 needs to force fail return revalidateIan Kent1-8/+30
2006-09-25[PATCH] autofs4: zero timeout prevents shutdownIan Kent1-3/+3
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik2-2/+1
2006-06-26[PATCH] fs: use list_move()Akinobu Mita1-2/+1
2006-06-25[PATCH] autofs4: need to invalidate children on tree mount expireIan Kent1-0/+6
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent3-34/+58
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven2-4/+4
2006-03-28[PATCH] autofs4: proper prototype for autofs4_dentry_release()Adrian Bunk2-1/+3
2006-03-27[PATCH] autofs4: atomic var underflowIan Kent2-3/+5
2006-03-27[PATCH] autofs4: follow_link missing functionalityIan Kent2-10/+44
2006-03-27[PATCH] Remove redundant check from autofs4_put_superDave Jones1-2/+1
2006-03-27[PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent4-13/+13
2006-03-27[PATCH] autofs4: add new packet type for v5 communicationsIan Kent2-19/+90
2006-03-27[PATCH] autofs4: add v5 expire logicIan Kent1-9/+87
2006-03-27[PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent3-21/+103
2006-03-27[PATCH] autofs4: change may_umount* functions to booleanIan Kent2-2/+2
2006-03-27[PATCH] autofs4: rename simple_empty_nolock functionIan Kent2-2/+2
2006-03-27[PATCH] autofs4: white space cleanup for waitq.cIan Kent1-10/+9
2006-03-27[PATCH] autofs4: add a show mount options for proc filesystemIan Kent2-6/+34
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 Kent2-14/+26
2006-03-27[PATCH] autofs4: fix false negative return from expireIan Kent4-11/+59
2006-03-27[PATCH] autofs4: simplify expire tree traversalIan Kent1-62/+40
2006-03-27[PATCH] autofs4: expire code readability cleanupIan Kent1-28/+26
2006-03-27[PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent2-13/+4
2006-03-27[PATCH] autofs4: use libfs routines for readdirIan Kent1-86/+40