| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] cpuset memory spread: slab cache format | Paul Jackson | 2006-03-24 | 1 | -3/+4 |
* | [PATCH] cpuset memory spread: slab cache filesystems | Paul Jackson | 2006-03-24 | 1 | -1/+1 |
* | [NET]: sem2mutex part 2 | Ingo Molnar | 2006-03-20 | 1 | -4/+4 |
* | [NET] sem2mutex: net/ | Arjan van de Ven | 2006-03-20 | 2 | -13/+15 |
* | [PATCH] SUNRPC: Fix potential deadlock in RPC code | Trond Myklebust | 2006-03-14 | 1 | -8/+5 |
* | [PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c | Adrian Bunk | 2006-03-14 | 1 | -1/+2 |
* | SUNRPC: Move upcall out of auth->au_ops->crcreate() | Trond Myklebust | 2006-02-01 | 2 | -9/+22 |
* | SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs code | Trond Myklebust | 2006-02-01 | 1 | -3/+3 |
* | SUNRPC: rpc_timeout_upcall_queue should not sleep | Trond Myklebust | 2006-02-01 | 1 | -38/+58 |
* | SUNRPC: Fix a lock recursion in the auth_gss downcall | Trond Myklebust | 2006-02-01 | 3 | -16/+32 |
* | [PATCH] DocBook: fix some kernel-doc comments in net/sunrpc | Martin Waitz | 2006-02-01 | 1 | -4/+5 |
* | [PATCH] svcrpc: gss: svc context creation error handling | J. Bruce Fields | 2006-01-18 | 1 | -1/+2 |
* | [PATCH] svcrpc: gss: server context init failure handling | Kevin Coffman | 2006-01-18 | 1 | -12/+17 |
* | [PATCH] svcrpc: gss: handle the GSS_S_CONTINUE | Andy Adamson | 2006-01-18 | 1 | -5/+25 |
* | [PATCH] svcrpc: save and restore the daddr field when request deferred | J. Bruce Fields | 2006-01-18 | 1 | -0/+2 |
* | [NET]: Remove more unneeded typecasts on *malloc() | Kris Katterjohn | 2006-01-11 | 4 | -5/+5 |
* | [NET]: Remove unneeded kmalloc() return value casts | Jesper Juhl | 2006-01-10 | 1 | -2/+2 |
* | Fix rpc shutdown event condition bug | Linus Torvalds | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] nfs: sleep_on() removal | Ingo Molnar | 2006-01-10 | 1 | -1/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 | Linus Torvalds | 2006-01-09 | 1 | -29/+29 |
|\ |
|
| * | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 | 1 | -29/+29 |
* | | [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" | Kris Katterjohn | 2006-01-09 | 2 | -5/+3 |
|/ |
|
* | [PATCH] shrink dentry struct | Eric Dumazet | 2006-01-08 | 1 | -1/+1 |
* | SUNRPC: Make krb5 report unsupported encryption types | J. Bruce Fields | 2006-01-06 | 1 | -3/+7 |
* | SUNRPC: Make spkm3 report unsupported encryption types | J. Bruce Fields | 2006-01-06 | 1 | -3/+7 |
* | SUNRPC: Update the spkm3 code to use the make_checksum interface | J. Bruce Fields | 2006-01-06 | 3 | -8/+8 |
* | SUNRPC: Clean up xprt_destroy() | Trond Myklebust | 2006-01-06 | 1 | -24/+6 |
* | SUNRPC: Ensure client closes the socket when server initiates a close | Trond Myklebust | 2006-01-06 | 2 | -19/+26 |
* | SUNRPC: get rid of cl_chatty | Chuck Lever | 2006-01-06 | 2 | -7/+4 |
* | SUNRPC: transport switch API for setting port number | Chuck Lever | 2006-01-06 | 2 | -3/+19 |
* | SUNRPC: new interface to force an RPC rebind | Chuck Lever | 2006-01-06 | 1 | -6/+15 |
* | SUNRPC: switchable buffer allocation | Chuck Lever | 2006-01-06 | 4 | -29/+43 |
* | SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string() | Adrian Bunk | 2006-01-06 | 1 | -21/+0 |
* | SUNRPC: Fix a potential race in rpc_pipefs. | Trond Myklebust | 2006-01-06 | 1 | -3/+6 |
* | SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call. | Trond Myklebust | 2006-01-06 | 1 | -2/+2 |
* | SUNRPC: rpc_execute should not return task->tk_status; | Trond Myklebust | 2006-01-06 | 2 | -8/+7 |
* | SUNRPC: Get rid of some unused exports | Trond Myklebust | 2006-01-06 | 1 | -4/+0 |
* | NFSv4: stateful NFSv4 RPC call interface | Trond Myklebust | 2006-01-06 | 1 | -19/+59 |
* | SUNRPC: Further cleanups | Trond Myklebust | 2006-01-06 | 1 | -0/+10 |
* | RPC: Clean up RPC task structure | Trond Myklebust | 2006-01-06 | 2 | -32/+36 |
* | SUNRPC: Yet more RPC cleanups | Trond Myklebust | 2006-01-06 | 3 | -39/+32 |
* | [PATCH] Keep nfsd from exiting when seeing recv() errors | Olaf Kirch | 2006-01-06 | 1 | -1/+1 |
* | [PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian mach... | NeilBrown | 2006-01-06 | 1 | -1/+13 |
* | [NET]: move struct proto_ops to const | Eric Dumazet | 2006-01-03 | 1 | -1/+1 |
* | SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions | Trond Myklebust | 2005-12-19 | 2 | -4/+6 |
* | RPC: Do not block on skb allocation | Trond Myklebust | 2005-12-19 | 1 | -0/+2 |
* | SUNRPC: Fix Oopsable condition in rpc_pipefs | Trond Myklebust | 2005-12-03 | 1 | -1/+1 |
* | SUNRPC: Funny looking code in __rpc_purge_upcall | Trond Myklebust | 2005-11-25 | 1 | -11/+15 |
* | [PATCH] knfsd: make sure nfsd doesn't hog a cpu forever | NeilBrown | 2005-11-15 | 1 | -0/+1 |
* | [NET]: Detect hardware rx checksum faults correctly | Herbert Xu | 2005-11-10 | 2 | -6/+8 |