summaryrefslogtreecommitdiffstats
path: root/fs/autofs4/waitq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-2/+2
* autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-031-3/+7
* autofs: change autofs4_wait() to take struct pathIan Kent2016-12-031-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-201-2/+2
* | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-1/+1
|\ \ | |/ |/|
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* | autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin2016-06-241-3/+4
|/
* autofs4: use pr_xxx() macros directly for loggingIan Kent2016-03-151-12/+12
* autofs4: change log print macros to not insert newlineIan Kent2016-03-151-6/+6
* autofs4: make autofs log prints consistentIan Kent2016-03-151-2/+2
* autofs4: fix some white space errorsIan Kent2016-03-151-2/+1
* autofs4: fix coding style line length in autofs4_wait()Ian Kent2016-03-151-2/+4
* autofs4: coding style fixesIan Kent2016-03-151-22/+27
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* autofs: switch to __vfs_write()Al Viro2015-04-111-1/+1
* autofs4: translate pids to the right namespace for the daemonMiklos Szeredi2014-01-231-2/+14
* autofs4: close the races around autofs4_notify_daemon()Al Viro2013-09-161-10/+3
* autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner2013-03-011-4/+2
* userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman2012-11-141-2/+3
* make get_file() return its argumentAl Viro2012-09-261-2/+1
* Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds2012-04-281-19/+3
* 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-151-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-091-14/+8
* autofs4: make autofs type usage explicitIan Kent2009-01-061-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
* autofs4: detect invalid direct mount requestsIan Kent2008-07-241-0/+4
* autofs4: fix waitq memory leakIan Kent2008-07-241-9/+9
* autofs4: check kernel communication pipe is valid for writeIan Kent2008-07-241-2/+14
* autofs4: add missing kfreeIan Kent2008-07-241-1/+3
* autofs4: fix pending mount raceIan Kent2008-07-241-38/+97
* autofs4: fix waitq lockingIan Kent2008-07-241-11/+12
* autofs4: use struct qstr in waitq.cJeff Moyer2008-07-241-41/+45
* autofs4: check for invalid dentry in getpathIan Kent2008-05-011-1/+1
OpenPOWER on IntegriCloud