aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/expire.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07autofs: delete fs/autofs4 source filesIan Kent1-632/+0
2018-06-07autofs4: use autofs instead of autofs4 everywhereIan Kent1-66/+66
2016-12-03autofs - dont hold spin lock over direct mount expireIan Kent1-7/+10
2016-12-03autofs - constify misc struct path instancesIan Kent1-1/+1
2016-12-03autofs: change autofs4_wait() to take struct pathIan Kent1-2/+3
2016-12-03autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent1-1/+2
2016-09-19autofs: use dentry flags to block walks during expireIan Kent1-13/+42
2016-06-12autofs racesAl Viro1-19/+8
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent1-12/+12
2016-03-15autofs4: change log print macros to not insert newlineIan Kent1-12/+12
2016-03-15autofs4: coding style fixesIan Kent1-27/+33
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-20/+10
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-6/+6
2014-10-14autofs4: avoid taking fs_lock during rcu-walkNeilBrown1-8/+38
2014-10-14autofs4: make "autofs4_can_expire" idempotent.NeilBrown1-6/+4
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown1-74/+88
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown1-1/+3
2014-10-09autofs - remove obsolete d_invalidate() from expireIan Kent1-6/+0
2014-08-08autofs4: remove a redundant assignmentNeilBrown1-1/+0
2014-01-23autofs: fix symlinks aren't checked for expiryIan Kent1-0/+14
2013-07-05helper for reading ->d_countAl Viro1-4/+4
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2012-12-13autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mountIan Kent1-9/+0
2012-08-17autofs4 - fix expire checkIan Kent1-5/+0
2012-08-16autofs4 - fix get_next_positive_subdir()Ian Kent1-18/+13
2012-02-13autofs4 - fix lockdep splat in autofsSteven Rostedt1-0/+2
2011-03-24autofs4 - remove autofs4_lockIan Kent1-8/+10
2011-03-24autofs4 - fix autofs4_expire_indirect() traversalIan Kent1-1/+51
2011-03-24autofs4 - fix dentry leak in autofs4_expire_direct()Ian Kent1-4/+3
2011-03-24autofs4 - reinstate last used update on accessIan Kent1-11/+2
2011-01-18autofs4 - fix get_next_positive_dentry()Ian Kent1-2/+2
2011-01-15autofs4: Add d_manage() dentry operationIan Kent1-25/+26
2011-01-15autofs4: Add d_automount() dentry operationIan Kent1-0/+6
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-1/+1
2011-01-07fs: dcache remove d_mountedNick Piggin1-2/+11
2011-01-07fs: dcache remove dcache_lockNick Piggin1-5/+5
2011-01-07fs: dcache scale subdirsNick Piggin1-67/+60
2011-01-07fs: dcache scale d_unhashedNick Piggin1-5/+16
2011-01-07fs: dcache scale dentry refcountNick Piggin1-4/+4
2010-03-03Revert "autofs4: always use lookup for lookup"Al Viro1-5/+1
2009-12-16autofs4: always use lookup for lookupIan Kent1-1/+5
2009-12-16autofs4: use autofs_info for pending flagIan Kent1-1/+1
2009-08-31autofs4 - fix missed case when changing to use struct pathIan Kent1-1/+1
2009-06-11switch follow_down()Al Viro1-8/+7
2009-05-02autofs4: fix incorrect return in autofs4_mount_busy()Ian Kent1-1/+3
2009-04-01autofs4: cleanup expire code duplicationIan Kent1-10/+17
2009-01-06autofs4: make autofs type usage explicitIan Kent1-2/+2
2008-11-06autofs4: correct offset mount expire checkIan Kent1-4/+15