summaryrefslogtreecommitdiff
path: root/fs/autofs4/waitq.c
AgeCommit message (Expand)Author
2017-11-17autofs: don't fail mount for transient errorNeilBrown
2017-09-04autofs4: switch autofs4_write to __kernel_writeChristoph Hellwig
2017-07-10Fix up over-eager 'wait_queue_t' renamingLinus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-12-03autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent
2016-12-03autofs: change autofs4_wait() to take struct pathIan Kent
2016-09-30autofs: Fix automounts by using current_real_cred()->uidEric W. Biederman
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-20qstr: constify instances in autofs4Al Viro
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-03-15autofs4: use pr_xxx() macros directly for loggingIan Kent
2016-03-15autofs4: change log print macros to not insert newlineIan Kent
2016-03-15autofs4: make autofs log prints consistentIan Kent
2016-03-15autofs4: fix some white space errorsIan Kent
2016-03-15autofs4: fix coding style line length in autofs4_wait()Ian Kent
2016-03-15autofs4: coding style fixesIan Kent
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-11autofs: switch to __vfs_write()Al Viro
2014-01-23autofs4: translate pids to the right namespace for the daemonMiklos Szeredi
2013-09-16autofs4: close the races around autofs4_notify_daemon()Al Viro
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman
2012-09-26make get_file() return its argumentAl Viro
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds
2012-02-25autofs: work around unhappy compat problem on x86-64Ian Kent
2012-01-13autofs4 - fix deal with autofs4_write racesIan Kent
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro
2011-08-08autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds
2011-03-24autofs4 - remove autofs4_lockIan Kent
2011-01-15autofs4: Fix wait validationIan Kent
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin
2009-06-09autofs4: remove hashed check in validate_wait()Ian Kent
2009-01-06autofs4: make autofs type usage explicitIan Kent
2008-11-14CRED: Wrap task credential accesses in the autofs4 filesystemDavid Howells
2008-10-16autofs4: track uid and gid of last mount requesterIan Kent
2008-10-16autofs4: cleanup autofs mount type usageIan Kent
2008-07-24autofs4: indirect dentry must almost always be positiveIan Kent
2008-07-24autofs4: detect invalid direct mount requestsIan Kent
2008-07-24autofs4: fix waitq memory leakIan Kent
2008-07-24autofs4: check kernel communication pipe is valid for writeIan Kent
2008-07-24autofs4: add missing kfreeIan Kent
2008-07-24autofs4: fix pending mount raceIan Kent
2008-07-24autofs4: fix waitq lockingIan Kent