aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2006-03-27[PATCH] knfsd: Tidy up unix_domain_findGravatar NeilBrown 1-8/+8
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticGravatar Adrian Bunk 2-2/+1
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsGravatar NeilBrown 3-36/+32
2006-03-27[PATCH] knfsd: Unexport cache_fresh and fix a small raceGravatar NeilBrown 2-22/+30
2006-03-27[PATCH] knfsd: An assortment of little fixes to the sunrpc cache codeGravatar NeilBrown 1-6/+8
2006-03-27[PATCH] knfsd: Use new cache code for rsc cacheGravatar NeilBrown 1-10/+64
2006-03-27[PATCH] knfsd: Use new sunrpc cache for rsi cacheGravatar NeilBrown 1-7/+59
2006-03-27[PATCH] knfsd: Convert ip_map cache to use the new lookup routineGravatar NeilBrown 1-47/+95
2006-03-27[PATCH] knfsd: Create cache_lookup function instead of using a macro to decla...Gravatar NeilBrown 1-0/+98
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesGravatar NeilBrown 2-3/+3
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'Gravatar NeilBrown 4-137/+72
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Gravatar Matthew Dobson 1-8/+4
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Gravatar Linus Torvalds 15-69/+330
2006-03-24[PATCH] cpuset memory spread: slab cache formatGravatar Paul Jackson 1-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsGravatar Paul Jackson 1-1/+1
2006-03-23Merge branch 'linus'Gravatar Trond Myklebust 3-17/+19
2006-03-20[NET]: sem2mutex part 2Gravatar Ingo Molnar 1-4/+4
2006-03-20[NET] sem2mutex: net/Gravatar Arjan van de Ven 2-13/+15
2006-03-20SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbcGravatar J. Bruce Fields 1-0/+6
2006-03-20SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.Gravatar J. Bruce Fields 2-6/+14
2006-03-20SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksumGravatar J. Bruce Fields 5-17/+12
2006-03-20SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Gravatar Trond Myklebust 2-4/+11
2006-03-20SUNRPC: Fix memory barriers for req->rq_receivedGravatar Trond Myklebust 2-1/+7
2006-03-20SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsGravatar Trond Myklebust 2-14/+32
2006-03-20SUNRPC: fix compile warnings on 64-bit platformsGravatar Chuck Lever 1-1/+1
2006-03-20SUNRPC: minor cleanupGravatar Chuck Lever 1-1/+0
2006-03-20SUNRPC: eliminate rpc_call()Gravatar Chuck Lever 1-12/+22
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputGravatar Chuck Lever 2-2/+18
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientGravatar Chuck Lever 3-3/+113
2006-03-20SUNRPC: introduce per-task RPC iostatsGravatar Chuck Lever 4-0/+8
2006-03-20SUNRPC: add a handful of per-xprt countersGravatar Chuck Lever 3-6/+64
2006-03-20SUNRPC: track length of RPC wait queuesGravatar Chuck Lever 1-0/+2
2006-03-20SUNRPC: more verbose output for rpc auth weak errorGravatar Levent Serinol 1-2/+2
2006-03-20SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryGravatar Trond Myklebust 3-2/+7
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericGravatar Trond Myklebust 2-3/+4
2006-03-20SUNRPC: Auto-load RPC authentication kernel modulesGravatar Olaf Kirch 1-2/+14
2006-03-14[PATCH] SUNRPC: Fix potential deadlock in RPC codeGravatar Trond Myklebust 1-8/+5
2006-03-14[PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.cGravatar Adrian Bunk 1-1/+2
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Gravatar Trond Myklebust 2-9/+22
2006-02-01SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs codeGravatar Trond Myklebust 1-3/+3
2006-02-01SUNRPC: rpc_timeout_upcall_queue should not sleepGravatar Trond Myklebust 1-38/+58
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallGravatar Trond Myklebust 3-16/+32
2006-02-01[PATCH] DocBook: fix some kernel-doc comments in net/sunrpcGravatar Martin Waitz 1-4/+5
2006-01-18[PATCH] svcrpc: gss: svc context creation error handlingGravatar J. Bruce Fields 1-1/+2
2006-01-18[PATCH] svcrpc: gss: server context init failure handlingGravatar Kevin Coffman 1-12/+17
2006-01-18[PATCH] svcrpc: gss: handle the GSS_S_CONTINUEGravatar Andy Adamson 1-5/+25
2006-01-18[PATCH] svcrpc: save and restore the daddr field when request deferredGravatar J. Bruce Fields 1-0/+2
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Gravatar Kris Katterjohn 4-5/+5
2006-01-10[NET]: Remove unneeded kmalloc() return value castsGravatar Jesper Juhl 1-2/+2
2006-01-10Fix rpc shutdown event condition bugGravatar Linus Torvalds 1-1/+1