aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/autofs_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14autofs4: avoid taking fs_lock during rcu-walkNeilBrown1-0/+4
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown1-1/+1
2014-08-08autofs4: remove some unused inline functionsNeilBrown1-49/+0
2014-08-08autofs4: remove unused autofs4_ispending()NeilBrown1-14/+0
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu1-2/+2
2013-10-24autofs4: make freeing sbi rcu-delayedAl Viro1-0/+1
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman1-4/+4
2012-04-29autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds1-0/+11
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds1-1/+0
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