aboutsummaryrefslogtreecommitdiff
path: root/fs/autofs4
AgeCommit message (Expand)AuthorFilesLines
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-6/+6
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-1/+1
2016-07-20qstr: constify instances in autofs4Gravatar Al Viro 2-6/+6
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorGravatar Andrey Vagin 1-3/+4
2016-06-12autofs racesGravatar Al Viro 3-22/+15
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-05-02dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedGravatar Al Viro 1-2/+2
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+0
2016-03-15autofs4: use pr_xxx() macros directly for loggingGravatar Ian Kent 6-75/+68
2016-03-15autofs4: change log print macros to not insert newlineGravatar Ian Kent 6-49/+49
2016-03-15autofs4: make autofs log prints consistentGravatar Ian Kent 4-12/+12
2016-03-15autofs4: fix some white space errorsGravatar Ian Kent 4-8/+6
2016-03-15autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Gravatar Ian Kent 1-1/+1
2016-03-15autofs4: fix coding style line length in autofs4_wait()Gravatar Ian Kent 1-2/+4
2016-03-15autofs4: fix coding style problem in autofs4_get_set_timeout()Gravatar Ian Kent 1-8/+20
2016-03-15autofs4: coding style fixesGravatar Ian Kent 8-158/+175
2016-03-15autofs: show pipe inode in mount optionsGravatar Stanislav Kinsburskiy 1-1/+6
2016-03-14autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Gravatar Al Viro 1-2/+0
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-1/+2
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-4/+9
2015-06-23make simple_positive() publicGravatar Al Viro 1-5/+0
2015-05-10don't pass nameidata to ->follow_link()Gravatar Al Viro 1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsGravatar Al Viro 1-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 6-18/+18
2015-04-11autofs: switch to __vfs_write()Gravatar Al Viro 2-2/+2
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationGravatar Al Viro 1-2/+6
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 2-3/+3
2015-02-20autofs4: Wrong format for printing dentryGravatar Rasmus Villemoes 1-1/+1
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 2-35/+18
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 2-7/+7
2014-10-14autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.Gravatar NeilBrown 1-6/+20
2014-10-14autofs4: avoid taking fs_lock during rcu-walkGravatar NeilBrown 2-8/+42
2014-10-14autofs4: make "autofs4_can_expire" idempotent.Gravatar NeilBrown 1-6/+4
2014-10-14autofs4: factor should_expire() out of autofs4_expire_indirect.Gravatar NeilBrown 1-74/+88
2014-10-14autofs4: allow RCU-walk to walk through autofs4Gravatar NeilBrown 4-18/+34
2014-10-09autofs - remove obsolete d_invalidate() from expireGravatar Ian Kent 1-6/+0
2014-08-08autofs4: comment typo: remove a a doubled wordGravatar NeilBrown 1-1/+1
2014-08-08autofs4: remove some unused inline functionsGravatar NeilBrown 1-49/+0
2014-08-08autofs4: don't take spinlock when not needed in autofs4_lookup_expiringGravatar NeilBrown 1-2/+6
2014-08-08autofs4: remove a redundant assignmentGravatar NeilBrown 1-1/+0
2014-08-08autofs4: remove unused autofs4_ispending()Gravatar NeilBrown 1-14/+0
2014-07-03autofs4: fix false positive compile errorGravatar Ian Kent 1-1/+1
2014-06-04fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initGravatar Fabian Frederick 1-1/+1
2014-05-06autofs: fix lockref lookupGravatar Ian Kent 1-2/+2
2014-04-08autofs4: check dev ioctl size before allocatingGravatar Sasha Levin 1-0/+3
2014-01-23autofs: fix symlinks aren't checked for expiryGravatar Ian Kent 2-0/+18
2014-01-23autofs: use IS_ROOT to replace root dentry checksGravatar Rui Xiang 1-3/+3
2014-01-23autofs: fix the return value of autofs4_fill_superGravatar Rui Xiang 1-5/+8
2014-01-23autofs4: translate pids to the right namespace for the daemonGravatar Miklos Szeredi 1-2/+14
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceGravatar Sukadev Bhattiprolu 3-13/+43