aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] unify pfn_to_page: x86_64 pfn_to_pageKAMEZAWA Hiroyuki2006-03-274-21/+5
* [PATCH] unify pfn_to_page: i386 pfn_to_pageKAMEZAWA Hiroyuki2006-03-272-19/+1
* [PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki2006-03-274-11/+121
* [PATCH] x86: don't use cpuid.2 to determine cache info if cpuid.4 is supportedShaohua Li2006-03-271-28/+41
* [PATCH] sched: fix group power for allnodes_domainsSiddha, Suresh B2006-03-271-33/+29
* [PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B2006-03-2714-11/+186
* [PATCH] Small schedule() optimizationAndreas Mohr2006-03-271-7/+5
* [PATCH] sched: fix task interactivity calculationMartin Andersson2006-03-271-1/+2
* [PATCH] knfsd: Update rpc-cache.txt to match recent changesNeilBrown2006-03-271-45/+76
* [PATCH] knfsd: Tidy up unix_domain_findNeilBrown2006-03-271-8/+8
* [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk2006-03-275-12/+10
* [PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown2006-03-278-84/+72
* [PATCH] knfsd: Unexport cache_fresh and fix a small raceNeilBrown2006-03-273-24/+30
* [PATCH] knfsd: Remove DefineCacheLookupNeilBrown2006-03-271-113/+0
* [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/+18
* [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/+81
* [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/+1
* [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/+9
* [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/+4
* [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/+40
* [PATCH] autofs4: expire code readability cleanupIan Kent2006-03-271-28/+26
* [PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent2006-03-272-13/+4
* [PATCH] autofs4: use libfs routines for readdirIan Kent2006-03-271-86/+40
* [PATCH] autofs4: lookup white space cleanupIan Kent2006-03-271-14/+20
* [PATCH] uml: fix hostfs stack corruptionJeff Dike2006-03-271-1/+0
* [PATCH] uml: fix thread startup raceJeff Dike2006-03-271-28/+27
* [PATCH] uml: prevent umid theftJeff Dike2006-03-271-10/+23
* [PATCH] uml: fix segfault on signal deliveryJeff Dike2006-03-272-30/+85