summaryrefslogtreecommitdiff
path: root/fs/autofs4
AgeCommit message (Expand)Author
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-20autofs4: Wrong format for printing dentryRasmus Villemoes
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-14autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown
2014-10-14autofs4: avoid taking fs_lock during rcu-walkNeilBrown
2014-10-14autofs4: make "autofs4_can_expire" idempotent.NeilBrown
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown
2014-10-14autofs4: allow RCU-walk to walk through autofs4NeilBrown
2014-10-09autofs - remove obsolete d_invalidate() from expireIan Kent
2014-08-08autofs4: comment typo: remove a a doubled wordNeilBrown
2014-08-08autofs4: remove some unused inline functionsNeilBrown
2014-08-08autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown
2014-08-08autofs4: remove a redundant assignmentNeilBrown
2014-08-08autofs4: remove unused autofs4_ispending()NeilBrown
2014-07-03autofs4: fix false positive compile errorIan Kent
2014-06-04fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initFabian Frederick
2014-05-06autofs: fix lockref lookupIan Kent
2014-04-08autofs4: check dev ioctl size before allocatingSasha Levin
2014-01-23autofs: fix symlinks aren't checked for expiryIan Kent
2014-01-23autofs: use IS_ROOT to replace root dentry checksRui Xiang
2014-01-23autofs: fix the return value of autofs4_fill_superRui Xiang
2014-01-23autofs4: translate pids to the right namespace for the daemonMiklos Szeredi
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu
2013-10-24autofs4: make freeing sbi rcu-delayedAl Viro
2013-10-24file->f_op is never NULL...Al Viro
2013-09-16autofs4: close the races around autofs4_notify_daemon()Al Viro
2013-09-08autofs4 - fix device ioctl mount lookupIan Kent
2013-07-05helper for reading ->d_countAl Viro
2013-06-29[readdir] switch dcache_readdir() users to ->iterate()Al Viro
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner
2013-03-01autofs - Fix sparse warning: context imbalance in autofs4_d_automount() diffe...Peter Huewe
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang
2013-02-22new helper: file_inode(file)Al Viro
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-13autofs4 - use simple_empty() for empty directory checkIan Kent
2012-12-13autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mountIan Kent
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman
2012-10-11autofs4 - fix reset pending flag on mount failIan Kent
2012-09-26make get_file() return its argumentAl Viro
2012-09-26autofs4: don't open-code fd_install()Al Viro
2012-08-17autofs4 - fix expire checkIan Kent
2012-08-16autofs4 - fix get_next_positive_subdir()Ian Kent
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds