| Commit message (Expand) | Author | Age | Files | Lines |
* | autofs4: switch autofs4_write to __kernel_write | Christoph Hellwig | 2017-09-05 | 1 | -8/+1 |
* | Fix up over-eager 'wait_queue_t' renaming | Linus Torvalds | 2017-07-10 | 1 | -9/+9 |
* | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -9/+9 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | fs: Better permission checking for submounts | Eric W. Biederman | 2017-02-01 | 1 | -2/+2 |
* | autofs: use path_has_submounts() to fix unreliable have_submount() checks | Ian Kent | 2016-12-04 | 1 | -3/+7 |
* | autofs: change autofs4_wait() to take struct path | Ian Kent | 2016-12-04 | 1 | -1/+2 |
* | autofs: Fix automounts by using current_real_cred()->uid | Eric W. Biederman | 2016-09-30 | 1 | -2/+2 |
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-06 | 1 | -2/+2 |
|\ |
|
| * | qstr: constify instances in autofs4 | Al Viro | 2016-07-21 | 1 | -2/+2 |
* | | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-11 | 1 | -1/+1 |
* | | autofs: don't get stuck in a loop if vfs_write() returns an error | Andrey Vagin | 2016-06-25 | 1 | -3/+4 |
|/ |
|
* | autofs4: use pr_xxx() macros directly for logging | Ian Kent | 2016-03-16 | 1 | -12/+12 |
* | autofs4: change log print macros to not insert newline | Ian Kent | 2016-03-16 | 1 | -6/+6 |
* | autofs4: make autofs log prints consistent | Ian Kent | 2016-03-16 | 1 | -2/+2 |
* | autofs4: fix some white space errors | Ian Kent | 2016-03-16 | 1 | -2/+1 |
* | autofs4: fix coding style line length in autofs4_wait() | Ian Kent | 2016-03-16 | 1 | -2/+4 |
* | autofs4: coding style fixes | Ian Kent | 2016-03-16 | 1 | -22/+27 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | autofs: switch to __vfs_write() | Al Viro | 2015-04-12 | 1 | -1/+1 |
* | autofs4: translate pids to the right namespace for the daemon | Miklos Szeredi | 2014-01-24 | 1 | -2/+14 |
* | autofs4: close the races around autofs4_notify_daemon() | Al Viro | 2013-09-17 | 1 | -10/+3 |
* | autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree() | Tim Gardner | 2013-03-01 | 1 | -4/+2 |
* | userns: Support autofs4 interacing with multiple user namespaces | Eric W. Biederman | 2012-11-15 | 1 | -2/+3 |
* | make get_file() return its argument | Al Viro | 2012-09-27 | 1 | -2/+1 |
* | Revert "autofs: work around unhappy compat problem on x86-64" | Linus Torvalds | 2012-04-28 | 1 | -19/+3 |
* | autofs: work around unhappy compat problem on x86-64 | Ian Kent | 2012-02-25 | 1 | -3/+19 |
* | autofs4 - fix deal with autofs4_write races | Ian Kent | 2012-01-13 | 1 | -1/+1 |
* | autofs4: deal with autofs4_write/autofs4_write races | Al Viro | 2012-01-11 | 1 | -4/+5 |
* | autofs4: catatonic_mode vs. notify_daemon race | Al Viro | 2012-01-11 | 1 | -11/+14 |
* | autofs4: autofs4_wait() vs. autofs4_catatonic_mode() race | Al Viro | 2012-01-11 | 1 | -1/+7 |
* | autofs4: fix debug printk warning uncovered by cleanup | Linus Torvalds | 2011-08-08 | 1 | -1/+1 |
* | autofs4 - remove autofs4_lock | Ian Kent | 2011-03-24 | 1 | -3/+3 |
* | autofs4: Fix wait validation | Ian Kent | 2011-01-16 | 1 | -1/+16 |
* | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -3/+4 |
* | fs: Use rename lock and RCU for multi-step operations | Nick Piggin | 2011-01-07 | 1 | -3/+15 |
* | autofs4: remove hashed check in validate_wait() | Ian Kent | 2009-06-10 | 1 | -14/+8 |
* | autofs4: make autofs type usage explicit | Ian Kent | 2009-01-07 | 1 | -4/+4 |
* | CRED: Wrap task credential accesses in the autofs4 filesystem | David Howells | 2008-11-14 | 1 | -2/+2 |
* | autofs4: track uid and gid of last mount requester | Ian Kent | 2008-10-16 | 1 | -0/+34 |
* | autofs4: cleanup autofs mount type usage | Ian Kent | 2008-10-16 | 1 | -4/+4 |
* | autofs4: indirect dentry must almost always be positive | Ian Kent | 2008-07-24 | 1 | -3/+14 |
* | autofs4: detect invalid direct mount requests | Ian Kent | 2008-07-24 | 1 | -0/+4 |
* | autofs4: fix waitq memory leak | Ian Kent | 2008-07-24 | 1 | -9/+9 |
* | autofs4: check kernel communication pipe is valid for write | Ian Kent | 2008-07-24 | 1 | -2/+14 |
* | autofs4: add missing kfree | Ian Kent | 2008-07-24 | 1 | -1/+3 |
* | autofs4: fix pending mount race | Ian Kent | 2008-07-24 | 1 | -38/+97 |
* | autofs4: fix waitq locking | Ian Kent | 2008-07-24 | 1 | -11/+12 |
* | autofs4: use struct qstr in waitq.c | Jeff Moyer | 2008-07-24 | 1 | -41/+45 |