aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-30autofs4: bogus dentry_unhash() added in ->unlink()Al Viro1-2/+0
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24autofs4: Do not potentially dereference NULL pointer returned by fget() in autofs_dev_ioctl_setpipefd()Jesper Juhl1-0/+4
2011-03-24autofs4 - remove autofs4_lockIan Kent4-31/+20
2011-03-24autofs4 - fix d_manage() return on rcu-walkIan Kent1-0/+2
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 Kent2-34/+14
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-3/+3
2011-01-18autofs4: clean ->d_release() and autofs4_free_ino() upAl Viro3-19/+16
2011-01-18autofs4: split autofs4_init_ino()Al Viro3-26/+15
2011-01-18autofs4: mkdir and symlink always get a dentry that had passed lookupAl Viro1-18/+10
2011-01-18autofs4: autofs4_get_inode() doesn't need autofs_info * argument anymoreAl Viro3-7/+5
2011-01-18autofs4: kill ->size in autofs_infoAl Viro3-6/+3
2011-01-18autofs4: pass mode to autofs4_get_inode() explicitlyAl Viro3-16/+15
2011-01-18autofs4: autofs4_mkroot() is not different from autofs4_init_ino()Al Viro1-12/+1
2011-01-18autofs4: keep symlink body in inode->i_privateAl Viro4-28/+9
2011-01-18autofs4 - fix debug print in autofs4_lookup()Ian Kent1-1/+2
2011-01-18autofs4 - fix get_next_positive_dentry()Ian Kent1-2/+2
2011-01-15autofs4: Merge the remaining dentry ops tablesDavid Howells3-20/+4
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: Fix wait validationIan Kent1-1/+16
2011-01-15autofs4: Clean up autofs4_free_ino()Ian Kent2-22/+0
2011-01-15autofs4: Clean up dentry operationsIan Kent3-29/+26
2011-01-15autofs4: Clean up inode operationsIan Kent3-21/+1
2011-01-15autofs4: Remove unused codeIan Kent2-250/+0
2011-01-15autofs4: Add d_manage() dentry operationIan Kent4-40/+159
2011-01-15autofs4: Add d_automount() dentry operationIan Kent4-112/+189
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells4-21/+7
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-3/+10
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-6/+6
2011-01-07fs: dcache remove d_mountedNick Piggin1-2/+11
2011-01-07fs: dcache remove dcache_lockNick Piggin4-29/+35
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-3/+15
2011-01-07fs: dcache scale subdirsNick Piggin3-69/+87
2011-01-07fs: dcache scale d_unhashedNick Piggin2-18/+16
2011-01-07fs: dcache scale dentry refcountNick Piggin2-7/+7
2010-12-07autofs4 - remove ioctl mutex (bz23142)Ian Kent1-11/+1
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+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-27fs/autofs4: use memdup_userJulia Lawall1-11/+2
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-1/+4