aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4
AgeCommit message (Expand)Author
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin
2016-06-12autofs racesAl Viro
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent
2016-03-15autofs4: change log print macros to not insert newlineIan Kent
2016-03-15autofs4: make autofs log prints consistentIan Kent
2016-03-15autofs4: fix some white space errorsIan Kent
2016-03-15autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent
2016-03-15autofs4: fix coding style line length in autofs4_wait()Ian Kent
2016-03-15autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent
2016-03-15autofs4: coding style fixesIan Kent
2016-03-15autofs: show pipe inode in mount optionsStanislav Kinsburskiy
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-06-23make simple_positive() publicAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11autofs: switch to __vfs_write()Al Viro
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