aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/root.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-18autofs4: keep symlink body in inode->i_privateAl Viro1-1/+1
2011-01-18autofs4 - fix debug print in autofs4_lookup()Ian Kent1-1/+2
2011-01-15autofs4: Merge the remaining dentry ops tablesDavid Howells1-15/+2
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-2/+6
2011-01-15autofs4: Add v4 pseudo direct mount supportIan Kent1-0/+58
2011-01-15autofs4: Clean up autofs4_free_ino()Ian Kent1-9/+0
2011-01-15autofs4: Clean up dentry operationsIan Kent1-16/+20
2011-01-15autofs4: Clean up inode operationsIan Kent1-15/+0
2011-01-15autofs4: Remove unused codeIan Kent1-243/+0
2011-01-15autofs4: Add d_manage() dentry operationIan Kent1-13/+82
2011-01-15autofs4: Add d_automount() dentry operationIan Kent1-112/+149
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-6/+5
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-3/+10
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-5/+5
2011-01-07fs: dcache remove dcache_lockNick Piggin1-21/+23
2011-01-07fs: dcache scale subdirsNick Piggin1-2/+16
2011-01-07fs: dcache scale dentry refcountNick Piggin1-3/+3
2010-12-07autofs4 - remove ioctl mutex (bz23142)Ian Kent1-11/+1
2010-10-05autofs4: Only declare function when CONFIG_COMPAT is definedFelipe Contreras1-0/+2
2010-10-04BKL: Remove BKL from autofs4Arnd Bergmann1-5/+7
2010-08-11autofs4: remove unneeded null check in try_to_fill_dentry()Dan Carpenter1-2/+1
2010-08-09autofs/autofs4: Move compat_ioctl handling into fsArnd Bergmann1-0/+49
2010-05-22autofs4: Pushdown the bkl from ioctlFrederic Weisbecker1-4/+18
2010-05-10autofs4-2.6.34-rc1 - fix link_count usageIan Kent1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Revert "autofs4: always use lookup for lookup"Al Viro1-317/+157
2009-12-16autofs4: always use lookup for lookupIan Kent1-157/+317
2009-12-16autofs4: rename dentry to expiring in autofs4_lookup_expiring()Ian Kent1-12/+12
2009-12-16autofs4: rename dentry to active in autofs4_lookup_active()Ian Kent1-12/+12
2009-12-16autofs4: eliminate d_unhashed in path walk checksIan Kent1-4/+3
2009-12-16autofs4: cleanup active and expire lookupIan Kent1-6/+10
2009-12-16autofs4: renamer unhashed to active in autofs4_lookup()Ian Kent1-10/+10
2009-12-16autofs4: use autofs_info for pending flagIan Kent1-26/+32
2009-12-16autofs4: use helper function for need mount checkIan Kent1-2/+10
2009-12-16autofs4: use helper functions for expiring listIan Kent1-12/+3
2009-12-16autofs4: use helper functions for active list handlingIan Kent1-11/+35
2009-06-11switch follow_down()Al Viro1-4/+3
2009-04-01autofs4: fix lookup deadlockIan Kent1-20/+21
2009-03-27constify dentry_operations: autofs, autofs4Al Viro1-2/+2
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+2
2008-07-24autofs4: remove unused ioctlsIan Kent1-67/+1
2008-07-24autofs4: reorganize expire pending wait function callsIan Kent1-65/+10
2008-07-24autofs4: fix direct mount pending expire race - correctionIan Kent1-8/+2
2008-07-24autofs4: fix direct mount pending expire raceIan Kent1-23/+49
2008-07-24autofs4: fix indirect mount pending expire raceIan Kent1-5/+27
2008-07-24autofs4: fix pending checksIan Kent1-3/+6
2008-07-24autofs4: cleanup redundant readir codeIan Kent1-133/+16
2008-07-24autofs4: use lookup intent flags to trigger mountsIan Kent1-2/+5
2008-07-24autofs4: don't release directory mutex if called in oz_modeIan Kent1-6/+5
2008-07-24autofs4: fix symlink name allocationIan Kent1-1/+1