Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8fea4e96a8f29ccc34c244f54574680ce9b43631
/
net
/
sunrpc
57b47a5
[NET]: sem2mutex part 2
by Ingo Molnar
· 19 years ago
4a3e2f7
[NET] sem2mutex: net/
by Arjan van de Ven
· 19 years ago
e6d83d5
[PATCH] SUNRPC: Fix potential deadlock in RPC code
by Trond Myklebust
· 19 years ago
712917d
[PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c
by Adrian Bunk
· 19 years ago
fba3bad
SUNRPC: Move upcall out of auth->au_ops->crcreate()
by Trond Myklebust
· 19 years ago
adb12f6
SUNRPC: Remove the deprecated function lookup_hash() from rpc_pipefs code
by Trond Myklebust
· 19 years ago
9842ef3
SUNRPC: rpc_timeout_upcall_queue should not sleep
by Trond Myklebust
· 19 years ago
8a31776
SUNRPC: Fix a lock recursion in the auth_gss downcall
by Trond Myklebust
· 19 years ago
99acf04
[PATCH] DocBook: fix some kernel-doc comments in net/sunrpc
by Martin Waitz
· 19 years ago
5fb8b49
[PATCH] svcrpc: gss: svc context creation error handling
by J. Bruce Fields
· 19 years ago
91a4762
[PATCH] svcrpc: gss: server context init failure handling
by Kevin Coffman
· 19 years ago
822f100
[PATCH] svcrpc: gss: handle the GSS_S_CONTINUE
by Andy Adamson
· 19 years ago
1918e34
[PATCH] svcrpc: save and restore the daddr field when request deferred
by J. Bruce Fields
· 19 years ago
8b3a700
[NET]: Remove more unneeded typecasts on *malloc()
by Kris Katterjohn
· 19 years ago
12fe2c5
[NET]: Remove unneeded kmalloc() return value casts
by Jesper Juhl
· 19 years ago
4f47707
Fix rpc shutdown event condition bug
by Linus Torvalds
· 19 years ago
532347e
[PATCH] nfs: sleep_on() removal
by Ingo Molnar
· 19 years ago
80c0531
Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6
by Linus Torvalds
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
09a6266
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
by Kris Katterjohn
· 19 years ago
5160ee6
[PATCH] shrink dentry struct
by Eric Dumazet
· 19 years ago
9e56904
SUNRPC: Make krb5 report unsupported encryption types
by J. Bruce Fields
· 19 years ago
42181d4
SUNRPC: Make spkm3 report unsupported encryption types
by J. Bruce Fields
· 19 years ago
9eed129
SUNRPC: Update the spkm3 code to use the make_checksum interface
by J. Bruce Fields
· 19 years ago
0065db3
SUNRPC: Clean up xprt_destroy()
by Trond Myklebust
· 19 years ago
632e3bd
SUNRPC: Ensure client closes the socket when server initiates a close
by Trond Myklebust
· 19 years ago
f518e35
SUNRPC: get rid of cl_chatty
by Chuck Lever
· 19 years ago
9220041
SUNRPC: transport switch API for setting port number
by Chuck Lever
· 19 years ago
35f5a42
SUNRPC: new interface to force an RPC rebind
by Chuck Lever
· 19 years ago
0210714
SUNRPC: switchable buffer allocation
by Chuck Lever
· 19 years ago
fb459f4
SUNRPC: net/sunrpc/xdr.c: remove xdr_decode_string()
by Adrian Bunk
· 19 years ago
969b7f2
SUNRPC: Fix a potential race in rpc_pipefs.
by Trond Myklebust
· 19 years ago
2bd6157
SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.
by Trond Myklebust
· 19 years ago
e60859a
SUNRPC: rpc_execute should not return task->tk_status;
by Trond Myklebust
· 19 years ago
89991c2
SUNRPC: Get rid of some unused exports
by Trond Myklebust
· 19 years ago
44c2887
NFSv4: stateful NFSv4 RPC call interface
by Trond Myklebust
· 19 years ago
4ce70ad
SUNRPC: Further cleanups
by Trond Myklebust
· 19 years ago
963d8fe
RPC: Clean up RPC task structure
by Trond Myklebust
· 19 years ago
abbcf28
SUNRPC: Yet more RPC cleanups
by Trond Myklebust
· 19 years ago
93fbf1a
[PATCH] Keep nfsd from exiting when seeing recv() errors
by Olaf Kirch
· 19 years ago
1f1e030
[PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian machines.
by NeilBrown
· 19 years ago
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
48e4918
SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions
by Trond Myklebust
· 19 years ago
b079fa7
RPC: Do not block on skb allocation
by Trond Myklebust
· 19 years ago
bb184f3
SUNRPC: Fix Oopsable condition in rpc_pipefs
by Trond Myklebust
· 19 years ago
b3eb67a
SUNRPC: Funny looking code in __rpc_purge_upcall
by Trond Myklebust
· 19 years ago
1887b93
[PATCH] knfsd: make sure nfsd doesn't hog a cpu forever
by NeilBrown
· 19 years ago
fb286bb
[NET]: Detect hardware rx checksum faults correctly
by Herbert Xu
· 19 years ago
940e331
[PATCH] SUNRPC: don't reencode when looping in call transmit.
by Trond Myklebust
· 19 years ago
49705b7
[PATCH] sanitize lookup_hash prototype
by Christoph Hellwig
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
80d188a
[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service port
by NeilBrown
· 19 years ago
0bbacc4
NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled
by Chuck Lever
· 19 years ago
c556b75
SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled
by Chuck Lever
· 19 years ago
6df5b9f
[CRYPTO] Simplify one-member scatterlist expressions
by Herbert Xu
· 19 years ago
378f058
[PATCH] Use sg_set_buf/sg_init_one where applicable
by David Hardeman
· 19 years ago
6070fe6
RPC: Ensure that nobody can queue up new upcalls after rpc_close_pipes()
by Trond Myklebust
· 19 years ago
4c2cb58
Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
by Trond Myklebust
· 19 years ago
6fa05b1
Revert "RPC: stops the release_pipe() funtion from being called twice"
by Trond Myklebust
· 19 years ago
4bcde03
[PATCH] svcsock timestamp fix
by Andrew Morton
· 19 years ago
a0857d0
RPCSEC_GSS: krb5 cleanup
by J. Bruce Fields
· 19 years ago
00fd6e1
RPCSEC_GSS remove all qop parameters
by J. Bruce Fields
· 19 years ago
14ae162
RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.
by J. Bruce Fields
· 19 years ago
bfa9151
RPCSEC_GSS: krb5 pre-privacy cleanup
by J. Bruce Fields
· 19 years ago
f7b3af6
RPCSEC_GSS: Simplify rpcsec_gss crypto code
by J. Bruce Fields
· 19 years ago
2d2da60c
RPCSEC_GSS: client-side privacy support
by J. Bruce Fields
· 19 years ago
24b2605
RPCSEC_GSS: cleanup au_rslack calculation
by J. Bruce Fields
· 19 years ago
f368031
SUNRPC: Retry wrap in case of memory allocation failure.
by J. Bruce Fields
· 19 years ago
ead5e1c
SUNRPC: Provide a callback to allow free pages allocated during xdr encoding
by J. Bruce Fields
· 19 years ago
293f1eb
SUNRPC: Add support for privacy to generic gss-api code.
by J. Bruce Fields
· 19 years ago
747c553
RPC: stops the release_pipe() funtion from being called twice
by Steve Dickson
· 19 years ago
5e5ce5b
RPC: allow call_encode() to delay transmission of an RPC call.
by Trond Myklebust
· 19 years ago
ea635a5
SUNRPC: Retry rpcbind requests if the server's portmapper isn't up
by Chuck Lever
· 19 years ago
cff6bf9
Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
by Trond Myklebust
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
dd13a28
[RPC]: fix sparse gfp nocast warnings
by Randy Dunlap
· 19 years ago
6cd7525
SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"
by Chuck Lever
· 19 years ago
f134585
Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"
by Trond Myklebust
· 19 years ago
278c995
[PATCH] RPC,NFS: new rpc_pipefs patch
by Christoph Hellwig
· 19 years ago
470056c
[PATCH] RPC: rationalize set_buffer_size
by Chuck Lever
· 19 years ago
03bf4b7
[PATCH] RPC: parametrize various transport connect timeouts
by Chuck Lever
· 19 years ago
3167e12
[PATCH] RPC: make sure to get the same local port number when reconnecting
by Chuck Lever
· 19 years ago
529b33c
[PATCH] RPC: allow RPC client's port range to be adjustable
by Chuck Lever
· 19 years ago
555ee3a
[PATCH] RPC: clean up after nocong was removed
by Chuck Lever
· 19 years ago
ed63c00
[PATCH] RPC: remove xprt->nocong
by Chuck Lever
· 19 years ago
a58dd39
[PATCH] RPC: add a release_rqst callout to the RPC transport switch
by Chuck Lever
· 19 years ago
1570c1e
[PATCH] RPC: add generic interface for adjusting the congestion window
by Chuck Lever
· 19 years ago
46c0ee8
[PATCH] RPC: separate xprt_timer implementations
by Chuck Lever
· 19 years ago
49e9a89
[PATCH] RPC: expose API for serializing access to RPC transports
by Chuck Lever
· 19 years ago
12a8046
[PATCH] RPC: expose API for serializing access to RPC transports
by Chuck Lever
· 19 years ago
fe3aca2
[PATCH] RPC: add API to set transport-specific timeouts
by Chuck Lever
· 19 years ago
43118c2
[PATCH] RPC: get rid of xprt->stream
by Chuck Lever
· 19 years ago
808012f
[PATCH] RPC: skip over transport-specific heads automatically
by Chuck Lever
· 19 years ago
262965f
[PATCH] RPC: separate TCP and UDP socket write paths
by Chuck Lever
· 19 years ago
b0d93ad
[PATCH] RPC: separate TCP and UDP transport connection logic
by Chuck Lever
· 19 years ago
c7b2cae
[PATCH] RPC: separate TCP and UDP write space callbacks
by Chuck Lever
· 19 years ago
55aa4f5
[PATCH] RPC: client-side transport switch cleanup
by Chuck Lever
· 19 years ago
44fbac2
[PATCH] RPC: Add helper for waking tasks pending on a transport
by Chuck Lever
· 19 years ago
86b9f57
[PATCH] RPC: Eliminate socket.h includes in RPC client
by Chuck Lever
· 19 years ago
2226feb
[PATCH] RPC: rename the sockstate field
by Chuck Lever
· 19 years ago
Next »