index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] mempool: use mempool_create_slab_pool()
Matthew Dobson
2006-03-26
1
-8
/
+4
*
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
2006-03-25
15
-69
/
+330
|
\
|
*
Merge branch 'linus'
Trond Myklebust
2006-03-23
3
-17
/
+19
|
|
\
|
*
|
SUNRPC,RPCSEC_GSS: spkm3: import contexts using NID_cast5_cbc
J. Bruce Fields
2006-03-20
1
-0
/
+6
|
*
|
SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.
J. Bruce Fields
2006-03-20
2
-6
/
+14
|
*
|
SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksum
J. Bruce Fields
2006-03-20
5
-17
/
+12
|
*
|
SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()
Trond Myklebust
2006-03-20
2
-4
/
+11
|
*
|
SUNRPC: Fix memory barriers for req->rq_received
Trond Myklebust
2006-03-20
2
-1
/
+7
|
*
|
SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs
Trond Myklebust
2006-03-20
2
-14
/
+32
|
*
|
SUNRPC: fix compile warnings on 64-bit platforms
Chuck Lever
2006-03-20
1
-1
/
+1
|
*
|
SUNRPC: minor cleanup
Chuck Lever
2006-03-20
1
-1
/
+0
|
*
|
SUNRPC: eliminate rpc_call()
Chuck Lever
2006-03-20
1
-12
/
+22
|
*
|
SUNRPC: display human-readable procedure name in rpc_iostats output
Chuck Lever
2006-03-20
2
-2
/
+18
|
*
|
SUNRPC: provide a mechanism for collecting stats in the RPC client
Chuck Lever
2006-03-20
3
-3
/
+113
|
*
|
SUNRPC: introduce per-task RPC iostats
Chuck Lever
2006-03-20
4
-0
/
+8
|
*
|
SUNRPC: add a handful of per-xprt counters
Chuck Lever
2006-03-20
3
-6
/
+64
|
*
|
SUNRPC: track length of RPC wait queues
Chuck Lever
2006-03-20
1
-0
/
+2
|
*
|
SUNRPC: more verbose output for rpc auth weak error
Levent Serinol
2006-03-20
1
-2
/
+2
|
*
|
SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry
Trond Myklebust
2006-03-20
3
-2
/
+7
|
*
|
SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic
Trond Myklebust
2006-03-20
2
-3
/
+4
|
*
|
SUNRPC: Auto-load RPC authentication kernel modules
Olaf Kirch
2006-03-20
1
-2
/
+14
*
|
|
[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
[next]