summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk2006-03-275-12/+10Star
* [PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown2006-03-278-84/+72Star
* [PATCH] knfsd: Unexport cache_fresh and fix a small raceNeilBrown2006-03-273-24/+30
* [PATCH] knfsd: Remove DefineCacheLookupNeilBrown2006-03-271-113/+0Star
* [PATCH] knfsd: An assortment of little fixes to the sunrpc cache codeNeilBrown2006-03-271-6/+8
* [PATCH] knfsd: Use new cache code for name/id lookup cachesNeilBrown2006-03-271-23/+103
* [PATCH] knfsd: Use new cache code for rsc cacheNeilBrown2006-03-271-10/+64
* [PATCH] knfsd: Use new sunrpc cache for rsi cacheNeilBrown2006-03-271-7/+59
* [PATCH] knfsd: Use new cache_lookup for svc_expkey cacheNeilBrown2006-03-271-37/+99
* [PATCH] knfsd: Use new cache_lookup for svc_exportNeilBrown2006-03-271-37/+88
* [PATCH] knfsd: Convert ip_map cache to use the new lookup routineNeilBrown2006-03-271-47/+95
* [PATCH] knfsd: Create cache_lookup function instead of using a macro to decla...NeilBrown2006-03-272-0/+110
* [PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown2006-03-275-30/+18Star
* [PATCH] knfsd: Break the hard linkage from svc_expkey to svc_exportNeilBrown2006-03-272-36/+44
* [PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown2006-03-276-145/+81Star
* [PATCH] autofs4: atomic var underflowIan Kent2006-03-272-3/+5
* [PATCH] autofs4: follow_link missing functionalityIan Kent2006-03-272-10/+44
* [PATCH] Remove redundant check from autofs4_put_superDave Jones2006-03-271-2/+1Star
* [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent2006-03-274-13/+13
* [PATCH] autofs4: add new packet type for v5 communicationsIan Kent2006-03-273-24/+136
* [PATCH] autofs4: add v5 expire logicIan Kent2006-03-271-9/+87
* [PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent2006-03-273-21/+103
* [PATCH] autofs4: nameidata needs to be up to date for follow_linkIan Kent2006-03-271-18/+21
* [PATCH] autofs4: increase module versionIan Kent2006-03-271-1/+1
* [PATCH] autofs4: change may_umount* functions to booleanIan Kent2006-03-274-7/+7
* [PATCH] autofs4: rename simple_empty_nolock functionIan Kent2006-03-272-2/+2
* [PATCH] autofs4: white space cleanup for waitq.cIan Kent2006-03-271-10/+9Star
* [PATCH] autofs4: add a show mount options for proc filesystemIan Kent2006-03-272-6/+34
* [PATCH] autofs4: remove update_atime unused functionIan Kent2006-03-271-34/+4Star
* [PATCH] autofs4: expire mounts that hold no (extra) references onlyIan Kent2006-03-272-14/+26
* [PATCH] autofs4: fix false negative return from expireIan Kent2006-03-274-11/+59
* [PATCH] autofs4: simplify expire tree traversalIan Kent2006-03-271-62/+40Star
* [PATCH] autofs4: expire code readability cleanupIan Kent2006-03-271-28/+26Star
* [PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent2006-03-272-13/+4Star
* [PATCH] autofs4: use libfs routines for readdirIan Kent2006-03-271-86/+40Star
* [PATCH] autofs4: lookup white space cleanupIan Kent2006-03-271-14/+20
* [PATCH] uml: fix hostfs stack corruptionJeff Dike2006-03-271-1/+0Star
* [PATCH] uml: fix thread startup raceJeff Dike2006-03-271-28/+27Star
* [PATCH] uml: prevent umid theftJeff Dike2006-03-271-10/+23
* [PATCH] uml: fix segfault on signal deliveryJeff Dike2006-03-272-30/+85
* [PATCH] uml: allow ubd devices to be shared in a clusterJeff Dike2006-03-271-33/+43
* [PATCH] uml: oS header cleanupsJeff Dike2006-03-273-2/+14
* [PATCH] uml: move tty logging to os-LinuxJeff Dike2006-03-274-24/+9Star
* [PATCH] uml: more carefully test whether we are in a system callBodo Stroesser2006-03-272-4/+33
* [PATCH] uml: move sigio_user.c to os-Linux/sigio.cJeff Dike2006-03-276-16/+19
* [PATCH] uml: move SIGIO startup code to os-Linux/start_up.cJeff Dike2006-03-276-157/+148Star
* [PATCH] uml: merge irq_user.c and irq.cJeff Dike2006-03-273-325/+295Star
* [PATCH] uml: move libc-dependent irq code to os-LinuxJeff Dike2006-03-2710-161/+288
* [PATCH] uml: fix some printf formatsJeff Dike2006-03-271-3/+3
* [PATCH] uml: fix declaration of exit()Jeff Dike2006-03-271-1/+1