aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/autofs_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-25autofs: work around unhappy compat problem on x86-64Ian Kent1-0/+1
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro1-0/+1
2012-01-03autofs4: propagate umode_tAl Viro1-1/+1
2011-08-08autofs4: clean up uaotfs use of debug/info/warning printoutsLinus Torvalds1-18/+8
2011-03-24autofs4 - remove autofs4_lockIan Kent1-2/+0
2011-01-18autofs4: clean ->d_release() and autofs4_free_ino() upAl Viro1-1/+0
2011-01-18autofs4: split autofs4_init_ino()Al Viro1-1/+2
2011-01-18autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreAl Viro1-1/+1
2011-01-18autofs4: kill ->size in autofs_infoAl Viro1-2/+0
2011-01-18autofs4: pass mode to autofs4_get_inode() explicitlyAl Viro1-3/+2
2011-01-18autofs4: keep symlink body in inode->i_privateAl Viro1-5/+0
2011-01-15autofs4: Merge the remaining dentry ops tablesDavid Howells1-1/+0
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