aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/root.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24autofs4: use look aside list for lookupsIan Kent1-30/+139
2008-07-24autofs4: revert - redo lookup in ttfdIan Kent1-21/+0
2008-07-24autofs4: don't make expiring dentry negativeIan Kent1-72/+46
2008-05-01autofs: path_{get,put}() cleanupsJan Blunck1-6/+6
2008-05-01autofs4: fix incorrect return from root.c:try_to_fill_dentry()Jeff Moyer1-2/+2
2008-05-01autofs4: fix execution order race in mount request codeJeff Moyer1-0/+22
2008-04-29autofs4: fix sparse warning in root.cHarvey Harrison1-1/+1
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+2
2007-10-19pid namespaces: round up the APIPavel Emelianov1-2/+2
2007-08-22autofs4: deadlock during createIan Kent1-14/+17
2007-05-11Fix some coding-style errors in autofsSukadev Bhattiprolu1-9/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-12[PATCH] autofs4: fix race in unhashed dentry codeJeff Mahoney1-3/+3
2007-02-20[PATCH] autofs4: check for directory re-create in lookupIan Kent1-4/+19
2007-02-20[PATCH] autofs4: fix another race between mount and expireIan Kent1-20/+151
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-3/+3