aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/autofs_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-15autofs4: Clean up dentry operationsIan Kent1-5/+2
2011-01-15autofs4: Clean up inode operationsIan Kent1-3/+0
2011-01-15autofs4: Remove unused codeIan Kent1-7/+0
2011-01-15autofs4: Add d_manage() dentry operationIan Kent1-1/+49
2011-01-15autofs4: Add d_automount() dentry operationIan Kent1-0/+30
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-13/+0
2011-01-07fs: dcache remove dcache_lockNick Piggin1-0/+3
2011-01-07fs: dcache scale subdirsNick Piggin1-0/+11
2011-01-07fs: dcache scale d_unhashedNick Piggin1-13/+0
2010-03-03Revert "autofs4: always use lookup for lookup"Al Viro1-7/+0
2009-12-16autofs4: always use lookup for lookupIan Kent1-0/+7
2009-12-16autofs4: use autofs_info for pending flagIan Kent1-1/+2
2009-12-16autofs4: use helper functions for expiring listIan Kent1-0/+26
2009-12-16autofs4: use helper functions for active list handlingIan Kent1-0/+2
2009-06-11switch follow_down()Al Viro1-3/+3
2009-04-01autofs4: cleanup expire code duplicationIan Kent1-0/+2
2009-01-06autofs4: make autofs type usage explicitIan Kent1-2/+0
2008-10-16autofs4: add miscellaneous device for ioctlsIan Kent1-2/+33
2008-10-16autofs4: track uid and gid of last mount requesterIan Kent1-0/+3
2008-10-16autofs4: cleanup autofs mount type usageIan Kent1-4/+2
2008-07-24autofs4: reorganize expire pending wait function callsIan Kent1-0/+1
2008-07-24autofs4: fix direct mount pending expire raceIan Kent1-0/+3
2008-07-24autofs4: fix indirect mount pending expire raceIan Kent1-7/+3
2008-07-24autofs4: fix waitq memory leakIan Kent1-1/+1
2008-07-24autofs4: use struct qstr in waitq.cJeff Moyer1-3/+1
2008-07-24autofs4: use look aside list for lookupsIan Kent1-0/+2
2008-07-24autofs4: don't make expiring dentry negativeIan Kent1-3/+3
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2007-10-19pid namespaces: round up the APIPavel Emelianov1-1/+1
2007-02-20[PATCH] autofs4: fix another race between mount and expireIan Kent1-0/+4
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-5/+5
2006-12-08[PATCH] autofs4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+2
2006-10-11[PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super()David Howells1-2/+1
2006-09-24Move several *_SUPER_MAGIC symbols to include/linux/magic.h.Jeff Garzik1-2/+0
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent1-3/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-28[PATCH] autofs4: proper prototype for autofs4_dentry_release()Adrian Bunk1-0/+3
2006-03-27[PATCH] autofs4: atomic var underflowIan Kent1-1/+1
2006-03-27[PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent1-3/+3
2006-03-27[PATCH] autofs4: add new packet type for v5 communicationsIan Kent1-7/+16
2006-03-27[PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent1-0/+8
2006-03-27[PATCH] autofs4: rename simple_empty_nolock functionIan Kent1-1/+1
2006-03-27[PATCH] autofs4: add a show mount options for proc filesystemIan Kent1-0/+3
2006-03-27[PATCH] autofs4: fix false negative return from expireIan Kent1-0/+1
2006-03-27[PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent1-8/+0
2006-03-23[PATCH] sem2mutex: autofs4 wq_semIngo Molnar1-1/+2
2006-01-08[PATCH] shrink dentry structEric Dumazet1-1/+1
2005-07-27[PATCH] autofs4: fix infamous "Busy inodes after umount ..." messageIan Kent1-0/+1
2005-06-21[PATCH] autofs4: avoid panic on bind mount of autofs owned directoryIan Kent1-0/+13
2005-05-01[PATCH] autofs4: tree race fixIan Kent1-2/+12