aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-08autofs4: check dev ioctl size before allocatingSasha Levin1-0/+3
2014-01-23autofs: fix symlinks aren't checked for expiryIan Kent2-0/+18
2014-01-23autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-23autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-23autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2013-10-24autofs4: make freeing sbi rcu-delayedAl Viro2-9/+5
2013-10-24file->f_op is never NULL...Al Viro2-7/+1
2013-09-16autofs4: close the races around autofs4_notify_daemon()Al Viro1-10/+3
2013-09-08autofs4 - fix device ioctl mount lookupIan Kent1-11/+12
2013-07-05helper for reading ->d_countAl Viro2-5/+5
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro1-2/+2
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner1-4/+2
2013-03-01autofs - Fix sparse warning: context imbalance in autofs4_d_automount() different lock contexts for basic blockPeter Huewe1-1/+3
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-1/+1
2013-02-22new helper: file_inode(file)Al Viro3-4/+4
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-17/+24
2012-12-13autofs4 - use simple_empty() for empty directory checkIan Kent1-17/+5
2012-12-13autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mountIan Kent2-34/+36
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman4-17/+24
2012-10-11autofs4 - fix reset pending flag on mount failIan Kent1-2/+4
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-26autofs4: don't open-code fd_install()Al Viro1-16/+2
2012-08-17autofs4 - fix expire checkIan Kent1-5/+0
2012-08-16autofs4 - fix get_next_positive_subdir()Ian Kent1-18/+13
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-29autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds3-2/+13
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds4-23/+3
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