aboutsummaryrefslogtreecommitdiff
path: root/fs/autofs4/root.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-30autofs4: bogus dentry_unhash() added in ->unlink()Gravatar Al Viro 1-2/+0
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24autofs4 - remove autofs4_lockGravatar Ian Kent 1-18/+7
2011-03-24autofs4 - fix d_manage() return on rcu-walkGravatar Ian Kent 1-0/+2
2011-03-24autofs4 - reinstate last used update on accessGravatar Ian Kent 1-23/+12
2011-03-18lose 'mounting_here' argument in ->d_manage()Gravatar Al Viro 1-3/+3
2011-01-18autofs4: clean ->d_release() and autofs4_free_ino() upGravatar Al Viro 1-14/+16
2011-01-18autofs4: split autofs4_init_ino()Gravatar Al Viro 1-3/+3
2011-01-18autofs4: mkdir and symlink always get a dentry that had passed lookupGravatar Al Viro 1-18/+10
2011-01-18autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreGravatar Al Viro 1-2/+2
2011-01-18autofs4: kill ->size in autofs_infoGravatar Al Viro 1-2/+3
2011-01-18autofs4: pass mode to autofs4_get_inode() explicitlyGravatar Al Viro 1-5/+5
2011-01-18autofs4: keep symlink body in inode->i_privateGravatar Al Viro 1-1/+1
2011-01-18autofs4 - fix debug print in autofs4_lookup()Gravatar Ian Kent 1-1/+2
2011-01-15autofs4: Merge the remaining dentry ops tablesGravatar David Howells 1-15/+2
2011-01-15Allow d_manage() to be used in RCU-walk modeGravatar David Howells 1-2/+6
2011-01-15autofs4: Add v4 pseudo direct mount supportGravatar Ian Kent 1-0/+58
2011-01-15autofs4: Clean up autofs4_free_ino()Gravatar Ian Kent 1-9/+0
2011-01-15autofs4: Clean up dentry operationsGravatar Ian Kent 1-16/+20
2011-01-15autofs4: Clean up inode operationsGravatar Ian Kent 1-15/+0
2011-01-15autofs4: Remove unused codeGravatar Ian Kent 1-243/+0
2011-01-15autofs4: Add d_manage() dentry operationGravatar Ian Kent 1-13/+82
2011-01-15autofs4: Add d_automount() dentry operationGravatar Ian Kent 1-112/+149
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitGravatar David Howells 1-6/+5
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-3/+10
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-5/+5
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-21/+23
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 1-2/+16
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 1-3/+3
2010-12-07autofs4 - remove ioctl mutex (bz23142)Gravatar Ian Kent 1-11/+1
2010-10-05autofs4: Only declare function when CONFIG_COMPAT is definedGravatar Felipe Contreras 1-0/+2
2010-10-04BKL: Remove BKL from autofs4Gravatar Arnd Bergmann 1-5/+7
2010-08-11autofs4: remove unneeded null check in try_to_fill_dentry()Gravatar Dan Carpenter 1-2/+1
2010-08-09autofs/autofs4: Move compat_ioctl handling into fsGravatar Arnd Bergmann 1-0/+49
2010-05-22autofs4: Pushdown the bkl from ioctlGravatar Frederic Weisbecker 1-4/+18
2010-05-10autofs4-2.6.34-rc1 - fix link_count usageGravatar Ian Kent 1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Revert "autofs4: always use lookup for lookup"Gravatar Al Viro 1-317/+157
2009-12-16autofs4: always use lookup for lookupGravatar Ian Kent 1-157/+317
2009-12-16autofs4: rename dentry to expiring in autofs4_lookup_expiring()Gravatar Ian Kent 1-12/+12
2009-12-16autofs4: rename dentry to active in autofs4_lookup_active()Gravatar Ian Kent 1-12/+12
2009-12-16autofs4: eliminate d_unhashed in path walk checksGravatar Ian Kent 1-4/+3
2009-12-16autofs4: cleanup active and expire lookupGravatar Ian Kent 1-6/+10
2009-12-16autofs4: renamer unhashed to active in autofs4_lookup()Gravatar Ian Kent 1-10/+10
2009-12-16autofs4: use autofs_info for pending flagGravatar Ian Kent 1-26/+32
2009-12-16autofs4: use helper function for need mount checkGravatar Ian Kent 1-2/+10
2009-12-16autofs4: use helper functions for expiring listGravatar Ian Kent 1-12/+3
2009-12-16autofs4: use helper functions for active list handlingGravatar Ian Kent 1-11/+35
2009-06-11switch follow_down()Gravatar Al Viro 1-4/+3