| Commit message (Expand) | Author | Age | Files | Lines |
* | autofs4: clean ->d_release() and autofs4_free_ino() up | Al Viro | 2011-01-18 | 1 | -14/+16 |
* | autofs4: split autofs4_init_ino() | Al Viro | 2011-01-18 | 1 | -3/+3 |
* | autofs4: mkdir and symlink always get a dentry that had passed lookup | Al Viro | 2011-01-18 | 1 | -18/+10 |
* | autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymore | Al Viro | 2011-01-18 | 1 | -2/+2 |
* | autofs4: kill ->size in autofs_info | Al Viro | 2011-01-18 | 1 | -2/+3 |
* | autofs4: pass mode to autofs4_get_inode() explicitly | Al Viro | 2011-01-18 | 1 | -5/+5 |
* | autofs4: keep symlink body in inode->i_private | Al Viro | 2011-01-18 | 1 | -1/+1 |
* | autofs4 - fix debug print in autofs4_lookup() | Ian Kent | 2011-01-18 | 1 | -1/+2 |
* | autofs4: Merge the remaining dentry ops tables | David Howells | 2011-01-16 | 1 | -15/+2 |
* | Allow d_manage() to be used in RCU-walk mode | David Howells | 2011-01-16 | 1 | -2/+6 |
* | autofs4: Add v4 pseudo direct mount support | Ian Kent | 2011-01-16 | 1 | -0/+58 |
* | autofs4: Clean up autofs4_free_ino() | Ian Kent | 2011-01-16 | 1 | -9/+0 |
* | autofs4: Clean up dentry operations | Ian Kent | 2011-01-16 | 1 | -16/+20 |
* | autofs4: Clean up inode operations | Ian Kent | 2011-01-16 | 1 | -15/+0 |
* | autofs4: Remove unused code | Ian Kent | 2011-01-16 | 1 | -243/+0 |
* | autofs4: Add d_manage() dentry operation | Ian Kent | 2011-01-16 | 1 | -13/+82 |
* | autofs4: Add d_automount() dentry operation | Ian Kent | 2011-01-16 | 1 | -112/+149 |
* | Add a dentry op to allow processes to be held during pathwalk transit | David Howells | 2011-01-16 | 1 | -6/+5 |
* | fs: rcu-walk aware d_revalidate method | Nick Piggin | 2011-01-07 | 1 | -3/+10 |
* | fs: dcache reduce branches in lookup path | Nick Piggin | 2011-01-07 | 1 | -5/+5 |
* | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -21/+23 |
* | fs: dcache scale subdirs | Nick Piggin | 2011-01-07 | 1 | -2/+16 |
* | fs: dcache scale dentry refcount | Nick Piggin | 2011-01-07 | 1 | -3/+3 |
* | autofs4 - remove ioctl mutex (bz23142) | Ian Kent | 2010-12-07 | 1 | -11/+1 |
* | autofs4: Only declare function when CONFIG_COMPAT is defined | Felipe Contreras | 2010-10-05 | 1 | -0/+2 |
* | BKL: Remove BKL from autofs4 | Arnd Bergmann | 2010-10-04 | 1 | -5/+7 |
* | autofs4: remove unneeded null check in try_to_fill_dentry() | Dan Carpenter | 2010-08-11 | 1 | -2/+1 |
* | autofs/autofs4: Move compat_ioctl handling into fs | Arnd Bergmann | 2010-08-09 | 1 | -0/+49 |
* | autofs4: Pushdown the bkl from ioctl | Frederic Weisbecker | 2010-05-22 | 1 | -4/+18 |
* | autofs4-2.6.34-rc1 - fix link_count usage | Ian Kent | 2010-05-10 | 1 | -3/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Revert "autofs4: always use lookup for lookup" | Al Viro | 2010-03-03 | 1 | -317/+157 |
* | autofs4: always use lookup for lookup | Ian Kent | 2009-12-16 | 1 | -157/+317 |
* | autofs4: rename dentry to expiring in autofs4_lookup_expiring() | Ian Kent | 2009-12-16 | 1 | -12/+12 |
* | autofs4: rename dentry to active in autofs4_lookup_active() | Ian Kent | 2009-12-16 | 1 | -12/+12 |
* | autofs4: eliminate d_unhashed in path walk checks | Ian Kent | 2009-12-16 | 1 | -4/+3 |
* | autofs4: cleanup active and expire lookup | Ian Kent | 2009-12-16 | 1 | -6/+10 |
* | autofs4: renamer unhashed to active in autofs4_lookup() | Ian Kent | 2009-12-16 | 1 | -10/+10 |
* | autofs4: use autofs_info for pending flag | Ian Kent | 2009-12-16 | 1 | -26/+32 |
* | autofs4: use helper function for need mount check | Ian Kent | 2009-12-16 | 1 | -2/+10 |
* | autofs4: use helper functions for expiring list | Ian Kent | 2009-12-16 | 1 | -12/+3 |
* | autofs4: use helper functions for active list handling | Ian Kent | 2009-12-16 | 1 | -11/+35 |
* | switch follow_down() | Al Viro | 2009-06-12 | 1 | -4/+3 |
* | autofs4: fix lookup deadlock | Ian Kent | 2009-04-01 | 1 | -20/+21 |
* | constify dentry_operations: autofs, autofs4 | Al Viro | 2009-03-27 | 1 | -2/+2 |
* | [PATCH] fix ->llseek() for a bunch of directories | Al Viro | 2008-08-25 | 1 | -0/+2 |
* | autofs4: remove unused ioctls | Ian Kent | 2008-07-24 | 1 | -67/+1 |
* | autofs4: reorganize expire pending wait function calls | Ian Kent | 2008-07-24 | 1 | -65/+10 |
* | autofs4: fix direct mount pending expire race - correction | Ian Kent | 2008-07-24 | 1 | -8/+2 |
* | autofs4: fix direct mount pending expire race | Ian Kent | 2008-07-24 | 1 | -23/+49 |