summaryrefslogtreecommitdiffstats
path: root/fs/autofs4/waitq.c
Commit message (Expand)AuthorAgeFilesLines
* autofs: delete fs/autofs4 source filesIan Kent2018-06-081-559/+0Star
* autofs4: use autofs instead of autofs4 everywhereIan Kent2018-06-081-26/+27
* autofs4: use wait_event_killableMatthew Wilcox2018-04-111-27/+2Star
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-301-2/+2
|\
| * autofs4: Modify autofs_wait to use current_uid() and current_gid()Eric W. Biederman2017-12-011-2/+2
* | autofs: fix careless error in recent commitNeilBrown2017-12-151-1/+0Star
|/
* autofs: don't fail mount for transient errorNeilBrown2017-11-181-1/+14
* autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig2017-09-051-8/+1Star
* Fix up over-eager 'wait_queue_t' renamingLinus Torvalds2017-07-101-9/+9
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-9/+9
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* fs: Better permission checking for submountsEric W. Biederman2017-02-011-2/+2
* autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-041-3/+7
* autofs: change autofs4_wait() to take struct pathIan Kent2016-12-041-1/+2
* autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman2016-09-301-2/+2
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-2/+2
|\
| * qstr: constify instances in autofs4Al Viro2016-07-211-2/+2
* | 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
|/
* autofs4: use pr_xxx() macros directly for loggingIan Kent2016-03-161-12/+12
* autofs4: change log print macros to not insert newlineIan Kent2016-03-161-6/+6
* autofs4: make autofs log prints consistentIan Kent2016-03-161-2/+2
* autofs4: fix some white space errorsIan Kent2016-03-161-2/+1Star
* autofs4: fix coding style line length in autofs4_wait()Ian Kent2016-03-161-2/+4
* autofs4: coding style fixesIan Kent2016-03-161-22/+27
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* autofs: switch to __vfs_write()Al Viro2015-04-121-1/+1
* autofs4: translate pids to the right namespace for the daemonMiklos Szeredi2014-01-241-2/+14
* autofs4: close the races around autofs4_notify_daemon()Al Viro2013-09-171-10/+3Star
* autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner2013-03-011-4/+2Star
* userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman2012-11-151-2/+3
* make get_file() return its argumentAl Viro2012-09-271-2/+1Star
* Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds2012-04-281-19/+3Star
* autofs: work around unhappy compat problem on x86-64Ian Kent2012-02-251-3/+19
* autofs4 - fix deal with autofs4_write racesIan Kent2012-01-131-1/+1
* autofs4: deal with autofs4_write/autofs4_write racesAl Viro2012-01-111-4/+5
* autofs4: catatonic_mode vs. notify_daemon raceAl Viro2012-01-111-11/+14
* autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro2012-01-111-1/+7
* autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds2011-08-081-1/+1
* autofs4 - remove autofs4_lockIan Kent2011-03-241-3/+3
* autofs4: Fix wait validationIan Kent2011-01-161-1/+16
* fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+4
* fs: Use rename lock and RCU for multi-step operationsNick Piggin2011-01-071-3/+15
* autofs4: remove hashed check in validate_wait()Ian Kent2009-06-101-14/+8Star
* autofs4: make autofs type usage explicitIan Kent2009-01-071-4/+4
* CRED: Wrap task credential accesses in the autofs4 filesystemDavid Howells2008-11-141-2/+2
* autofs4: track uid and gid of last mount requesterIan Kent2008-10-161-0/+34
* autofs4: cleanup autofs mount type usageIan Kent2008-10-161-4/+4
* autofs4: indirect dentry must almost always be positiveIan Kent2008-07-241-3/+14