aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/waitq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-11autofs: switch to __vfs_write()Al Viro1-1/+1
2014-01-23autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2013-09-16autofs4: close the races around autofs4_notify_daemon()Al Viro1-10/+3
2013-03-01autofs4 - autofs4_catatonic_mode(): remove redundant null check on kfree()Tim Gardner1-4/+2
2012-11-14userns: Support autofs4 interacing with multiple user namespacesEric W. Biederman1-2/+3
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds1-19/+3
2012-02-25autofs: work around unhappy compat problem on x86-64Ian Kent1-3/+19
2012-01-13autofs4 - fix deal with autofs4_write racesIan Kent1-1/+1
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro1-4/+5
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro1-11/+14
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro1-1/+7
2011-08-08autofs4: fix debug printk warning uncovered by cleanupLinus Torvalds1-1/+1
2011-03-24autofs4 - remove autofs4_lockIan Kent1-3/+3
2011-01-15autofs4: Fix wait validationIan Kent1-1/+16
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+4
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-3/+15
2009-06-09autofs4: remove hashed check in validate_wait()Ian Kent1-14/+8
2009-01-06autofs4: make autofs type usage explicitIan Kent1-4/+4
2008-11-14CRED: Wrap task credential accesses in the autofs4 filesystemDavid Howells1-2/+2
2008-10-16autofs4: track uid and gid of last mount requesterIan Kent1-0/+34
2008-10-16autofs4: cleanup autofs mount type usageIan Kent1-4/+4
2008-07-24autofs4: indirect dentry must almost always be positiveIan Kent1-3/+14
2008-07-24autofs4: detect invalid direct mount requestsIan Kent1-0/+4
2008-07-24autofs4: fix waitq memory leakIan Kent1-9/+9
2008-07-24autofs4: check kernel communication pipe is valid for writeIan Kent1-2/+14
2008-07-24autofs4: add missing kfreeIan Kent1-1/+3
2008-07-24autofs4: fix pending mount raceIan Kent1-38/+97
2008-07-24autofs4: fix waitq lockingIan Kent1-11/+12
2008-07-24autofs4: use struct qstr in waitq.cJeff Moyer1-41/+45
2008-05-01autofs4: check for invalid dentry in getpathIan Kent1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-02-20[PATCH] autofs4: header file updateIan Kent1-4/+8
2006-11-14[PATCH] autofs4: panic after mount failIan Kent1-4/+2
2006-10-11[PATCH] AUTOFS: Make sure all dentries refs are released before calling kill_anon_super()David Howells1-1/+0
2006-05-15[PATCH] autofs4: NFY_NONE wait race fixIan Kent1-24/+53
2006-03-27[PATCH] autofs4: atomic var underflowIan Kent1-2/+4
2006-03-27[PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent1-3/+3
2006-03-27[PATCH] autofs4: add new packet type for v5 communicationsIan Kent1-12/+74
2006-03-27[PATCH] autofs4: white space cleanup for waitq.cIan Kent1-10/+9
2006-03-23[PATCH] sem2mutex: autofs4 wq_semIngo Molnar1-8/+8
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-4/+2
2005-07-07[PATCH] autofs4: mistake in debug printIan Kent1-2/+2
2005-06-21[PATCH] autofs4: post expire race fixIan Kent1-0/+7
2005-05-01[PATCH] autofs4: wait order fixIan Kent1-10/+12
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+303