aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-8/+4
2006-03-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds15-69/+330
2006-03-24[PATCH] cpuset memory spread: slab cache formatPaul Jackson1-3/+4
2006-03-24[PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson1-1/+1
2006-03-23Merge branch 'linus'Trond Myklebust3-17/+19
2006-03-20[NET]: sem2mutex part 2Ingo Molnar1-4/+4
2006-03-20[NET] sem2mutex: net/Arjan van de Ven2-13/+15
2006-03-20SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbcJ. Bruce Fields1-0/+6
2006-03-20SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.J. Bruce Fields2-6/+14
2006-03-20SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksumJ. Bruce Fields5-17/+12
2006-03-20SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust2-4/+11
2006-03-20SUNRPC: Fix memory barriers for req->rq_receivedTrond Myklebust2-1/+7
2006-03-20SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust2-14/+32
2006-03-20SUNRPC: fix compile warnings on 64-bit platformsChuck Lever1-1/+1
2006-03-20SUNRPC: minor cleanupChuck Lever1-1/+0
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever1-12/+22
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever2-2/+18
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever3-3/+113
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever4-0/+8
2006-03-20SUNRPC: add a handful of per-xprt countersChuck Lever3-6/+64
2006-03-20SUNRPC: track length of RPC wait queuesChuck Lever1-0/+2
2006-03-20SUNRPC: more verbose output for rpc auth weak errorLevent Serinol1-2/+2
2006-03-20SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust3-2/+7
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust2-3/+4
2006-03-20SUNRPC: Auto-load RPC authentication kernel modulesOlaf Kirch1-2/+14
2006-03-14[PATCH] SUNRPC: Fix potential deadlock in RPC codeTrond Myklebust1-8/+5
2006-03-14[PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.cAdrian Bunk1-1/+2
2006-02-01SUNRPC: Move upcall out of auth->au_ops->crcreate()Trond Myklebust2-9/+22
2006-02-01SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs codeTrond Myklebust1-3/+3
2006-02-01SUNRPC: rpc_timeout_upcall_queue should not sleepTrond Myklebust1-38/+58
2006-02-01SUNRPC: Fix a lock recursion in the auth_gss downcallTrond Myklebust3-16/+32
2006-02-01[PATCH] DocBook: fix some kernel-doc comments in net/sunrpcMartin Waitz1-4/+5
2006-01-18[PATCH] svcrpc: gss: svc context creation error handlingJ. Bruce Fields1-1/+2
2006-01-18[PATCH] svcrpc: gss: server context init failure handlingKevin Coffman1-12/+17
2006-01-18[PATCH] svcrpc: gss: handle the GSS_S_CONTINUEAndy Adamson1-5/+25
2006-01-18[PATCH] svcrpc: save and restore the daddr field when request deferredJ. Bruce Fields1-0/+2
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn4-5/+5
2006-01-10[NET]: Remove unneeded kmalloc() return value castsJesper Juhl1-2/+2
2006-01-10Fix rpc shutdown event condition bugLinus Torvalds1-1/+1
2006-01-10[PATCH] nfs: sleep_on() removalIngo Molnar1-1/+2
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds1-29/+29
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-29/+29
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2-5/+3
2006-01-08[PATCH] shrink dentry structEric Dumazet1-1/+1
2006-01-06SUNRPC: Make krb5 report unsupported encryption typesJ. Bruce Fields1-3/+7
2006-01-06SUNRPC: Make spkm3 report unsupported encryption typesJ. Bruce Fields1-3/+7
2006-01-06SUNRPC: Update the spkm3 code to use the make_checksum interfaceJ. Bruce Fields3-8/+8
2006-01-06SUNRPC: Clean up xprt_destroy()Trond Myklebust1-24/+6
2006-01-06SUNRPC: Ensure client closes the socket when server initiates a closeTrond Myklebust2-19/+26
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever2-7/+4