aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-20autofs: set things up *before* registering fs typeAl Viro1-3/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-8/+2
2012-02-25autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-02-19Wrap accesses to the fd_sets in struct fdtableDavid Howells1-1/+1
2012-02-13autofs4 - fix lockdep splat in autofsSteven Rostedt1-0/+2
2012-01-13autofs4 - fix deal with autofs4_write racesIan Kent1-1/+1
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro3-4/+7
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro1-11/+14
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro1-1/+7
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-5/+5
2012-01-03autofs4: propagate umode_tAl Viro2-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-08-08autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds1-1/+1
2011-08-08autofs4: clean up uaotfs use of debug/info/warning printoutsLinus Torvalds1-18/+8
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