summaryrefslogtreecommitdiffstats
path: root/fs/autofs4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-062-6/+6
|\
| * qstr: constify instances in autofs4Al Viro2016-07-212-6/+6
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \ | |/ |/|
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-1/+1
* | autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin2016-06-251-3/+4
* | autofs racesAl Viro2016-06-123-22/+15Star
|/
* dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro2016-05-031-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-201-2/+0Star
|\
| * autofs4: don't bother with d_instantiate(dentry, NULL) in ->lookup()Al Viro2016-03-141-2/+0Star
* | autofs4: use pr_xxx() macros directly for loggingIan Kent2016-03-166-75/+68Star
* | autofs4: change log print macros to not insert newlineIan Kent2016-03-166-49/+49
* | autofs4: make autofs log prints consistentIan Kent2016-03-164-12/+12
* | autofs4: fix some white space errorsIan Kent2016-03-164-8/+6Star
* | autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent2016-03-161-1/+1
* | autofs4: fix coding style line length in autofs4_wait()Ian Kent2016-03-161-2/+4
* | autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent2016-03-161-8/+20
* | autofs4: coding style fixesIan Kent2016-03-168-158/+175
* | autofs: show pipe inode in mount optionsStanislav Kinsburskiy2016-03-161-1/+6
|/
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+2
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-4/+9
* make simple_positive() publicAl Viro2015-06-241-5/+0Star
* don't pass nameidata to ->follow_link()Al Viro2015-05-111-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-3/+2Star
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-156-18/+18
* autofs: switch to __vfs_write()Al Viro2015-04-122-2/+2
* autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-221-2/+6
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-222-3/+3
* autofs4: Wrong format for printing dentryRasmus Villemoes2015-02-201-1/+1
* assorted conversions to %p[dD]Al Viro2014-11-192-35/+18Star
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-032-7/+7
* autofs4: d_manage() should return -EISDIR when appropriate in rcu-walk mode.NeilBrown2014-10-141-6/+20
* autofs4: avoid taking fs_lock during rcu-walkNeilBrown2014-10-142-8/+42
* autofs4: make "autofs4_can_expire" idempotent.NeilBrown2014-10-141-6/+4Star
* autofs4: factor should_expire() out of autofs4_expire_indirect.NeilBrown2014-10-141-74/+88
* autofs4: allow RCU-walk to walk through autofs4NeilBrown2014-10-144-18/+34
* autofs - remove obsolete d_invalidate() from expireIan Kent2014-10-091-6/+0Star
* autofs4: comment typo: remove a a doubled wordNeilBrown2014-08-091-1/+1
* autofs4: remove some unused inline functionsNeilBrown2014-08-091-49/+0Star
* autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown2014-08-091-2/+6
* autofs4: remove a redundant assignmentNeilBrown2014-08-091-1/+0Star
* autofs4: remove unused autofs4_ispending()NeilBrown2014-08-091-14/+0Star
* autofs4: fix false positive compile errorIan Kent2014-07-031-1/+1
* fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_initFabian Frederick2014-06-051-1/+1
* autofs: fix lockref lookupIan Kent2014-05-061-2/+2
* autofs4: check dev ioctl size before allocatingSasha Levin2014-04-091-0/+3
* autofs: fix symlinks aren't checked for expiryIan Kent2014-01-242-0/+18
* autofs: use IS_ROOT to replace root dentry checksRui Xiang2014-01-241-3/+3
* autofs: fix the return value of autofs4_fill_superRui Xiang2014-01-241-5/+8
* autofs4: translate pids to the right namespace for the daemonMiklos Szeredi2014-01-241-2/+14
* autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu2014-01-243-13/+43