Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d60dbb20a74c2cfa142be0a34dac3c6547ea086c
/
net
/
sunrpc
d60dbb2
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
by Trond Myklebust
· 15 years ago
2067340
SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameter
by Trond Myklebust
· 15 years ago
93a05e6
SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired()
by Trond Myklebust
· 15 years ago
d300a41
SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFS
by Trond Myklebust
· 15 years ago
1f4c86c
NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls
by Trond Myklebust
· 15 years ago
712a433
SUNRPC: Fix xs_setup_bc_tcp()
by Trond Myklebust
· 15 years ago
ff83997
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
by Chuck Lever
· 15 years ago
bbc72ce
SUNRPC: RPC metrics and RTT estimator should use same RTT value
by Chuck Lever
· 15 years ago
a8ce4a8
SUNRPC: Fail over more quickly on connect errors
by Trond Myklebust
· 15 years ago
0b9e794
SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()
by Trond Myklebust
· 15 years ago
19445b9
SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failure
by Trond Myklebust
· 15 years ago
ee5ebe8
SUNRPC: Clean up xprt_release()
by Trond Myklebust
· 15 years ago
fc54a0c
gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall
by Trond Myklebust
· 15 years ago
fffdaef
gss_krb5: Add support for rc4-hmac encryption
by Kevin Coffman
· 15 years ago
5af4654
gss_krb5: Use confounder length in wrap code
by Kevin Coffman
· 15 years ago
1dbd902
gssd_krb5: More arcfour-hmac support
by Kevin Coffman
· 15 years ago
fc263a9
gss_krb5: Save the raw session key in the context
by Kevin Coffman
· 15 years ago
8b23707
gssd_krb5: arcfour-hmac support
by Kevin Coffman
· 15 years ago
bf6d359
gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall
by Trond Myklebust
· 15 years ago
934a95a
gss_krb5: add remaining pieces to enable AES encryption support
by Kevin Coffman
· 15 years ago
de9c17e
gss_krb5: add support for new token formats in rfc4121
by Kevin Coffman
· 15 years ago
c43abae
xdr: Add an export for the helper function write_bytes_to_xdr_buf()
by Kevin Coffman
· 15 years ago
4018bf3
gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcall
by Trond Myklebust
· 15 years ago
958142e
gss_krb5: add support for triple-des encryption
by Kevin Coffman
· 15 years ago
683ac66
gss_krb5: Add upcall info indicating supported kerberos enctypes
by Trond Myklebust
· 15 years ago
47d8480
gss_krb5: handle new context format from gssd
by Kevin Coffman
· 15 years ago
4891f2d
gss_krb5: import functionality to derive keys into the kernel
by Kevin Coffman
· 15 years ago
e1f6c07
gss_krb5: add ability to have a keyed checksum (hmac)
by Kevin Coffman
· 15 years ago
81d4a43
gss_krb5: introduce encryption type framework
by Kevin Coffman
· 15 years ago
a8cc1cb
gss_krb5: prepare for new context format
by Kevin Coffman
· 15 years ago
1ac3719
gss_krb5: split up functions in preparation of adding new enctypes
by Kevin Coffman
· 15 years ago
54ec3d4
gss_krb5: Don't expect blocksize to always be 8 when calculating padding
by J. Bruce Fields
· 15 years ago
7561042
gss_krb5: Added and improved code comments
by Kevin Coffman
· 15 years ago
725f286
gss_krb5: Introduce encryption type framework
by Kevin Coffman
· 15 years ago
3d7b089
SUNRPC: Fix a bug in rpcauth_prune_expired
by Trond Myklebust
· 15 years ago
fedfb94
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
bade732
svcrdma: RDMA support not yet compatible with RPC6
by Tom Tucker
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f1f0abe1
sunrpc: handle allocation errors from __rpc_lookup_create()
by Dan Carpenter
· 15 years ago
ff0901f
SUNRPC: Fix the return value of rpc_run_bc_task()
by Trond Myklebust
· 15 years ago
c9acb42
SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
by Trond Myklebust
· 15 years ago
cdead7c
SUNRPC: Fix a potential memory leak in auth_gss
by Trond Myklebust
· 15 years ago
7c34691a
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
81160e66
net/sunrpc: Convert (void)snprintf to snprintf
by Joe Perches
· 15 years ago
fc0b5791
net/sunrpc: Remove uses of NIPQUAD, use %pI4
by Joe Perches
· 15 years ago
5fe46e9
rpc client can not deal with ENOSOCK, so translate it into ENOCONN
by Bian Naimeng
· 15 years ago
05c5cb3
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
72c3368
nodemask.h: remove macro any_online_node
by H Hartley Sweeten
· 15 years ago
3fa04ec
Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34
by Trond Myklebust
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
fc7bed8
Don't bother with d_genocide in rpc_pipe
by Al Viro
· 15 years ago
ccdb357
svcrpc: treat uid's as unsigned
by J. Bruce Fields
· 15 years ago
9fcfe0c
SUNRPC: Handle EINVAL error returns from the TCP connect operation
by Trond Myklebust
· 15 years ago
301e99c
nfsd: ensure sockets are closed on error
by Neil Brown
· 15 years ago
1b644b6
Revert "sunrpc: move the close processing after do recvfrom method"
by J. Bruce Fields
· 15 years ago
f582275
Revert "sunrpc: fix peername failed on closed listener"
by J. Bruce Fields
· 15 years ago
ab1b18f
sunrpc: remove unnecessary svc_xprt_put
by Neil Brown
· 15 years ago
1a5778a
net: Fix first line of kernel-doc for a few functions
by Ben Hutchings
· 15 years ago
ba17686
nfs41 do not allocate unused back channel pages
by Andy Adamson
· 15 years ago
5a51f13
xprtsock.c: make bc_{malloc/free} static
by H Hartley Sweeten
· 15 years ago
7a88efe
SUNRPC: Don't display zero scope IDs
by Chuck Lever
· 15 years ago
f1a89a1
SUNRPC: Deprecate support for site-local addresses
by Chuck Lever
· 15 years ago
dc5ddce
sunrpc: parse and return errors reported by gssd
by Jeff Layton
· 15 years ago
6871790
SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"
by Chuck Lever
· 15 years ago
d6783b2
SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
by Chuck Lever
· 15 years ago
205ba42
NFSD: Support AF_INET6 in svc_addsock() function
by Aime Le Rouzic
· 15 years ago
0739605
SUNRPC: Use rpc_pton() in ip_map_parse()
by Chuck Lever
· 15 years ago
e2b6d02
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
93939f4
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
b292cf9
sunrpc: fix peername failed on closed listener
by Xiaotian Feng
· 15 years ago
6c85309
sunrpc: fix build-time warning
by Randy Dunlap
· 15 years ago
486bad2
sunrpc: on successful gss error pipe write, don't return error
by Jeff Layton
· 15 years ago
b891e4a
SUNRPC: Fix the return value in gss_import_sec_context()
by Trond Myklebust
· 15 years ago
14ace02
SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()
by Trond Myklebust
· 15 years ago
e4bdda1
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
37c24b3
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
689cf5c
nfs: enforce FIFO ordering of operations trying to acquire slot
by Alexandros Batsakis
· 15 years ago
48f1861
rpc: add rpc_queue_empty function
by Alexandros Batsakis
· 15 years ago
52c9948
Merge branch 'nfs-for-2.6.33'
by Trond Myklebust
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
053e324
rpc: remove unneeded function parameter in gss_add_msg()
by Suresh Jayaraman
· 15 years ago
e4ee5d4
Merge branch 'bugfixes' into nfs-for-next
by Trond Myklebust
· 15 years ago
480e324
SUNRPC: IS_ERR/PTR_ERR confusion
by Roel Kluin
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
1557d33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
7285f2d
Merge branch 'devel' into linux-next
by Trond Myklebust
· 15 years ago
3a28bec
SUNRPC: soft connect semantics for UDP
by Chuck Lever
· 15 years ago
caabea8
SUNRPC: Use soft connect semantics when performing RPC ping
by Chuck Lever
· 15 years ago
012da15
SUNRPC: Use soft connects for autobinding over TCP
by Chuck Lever
· 15 years ago
2a76b3b
SUNRPC: Use TCP for local rpcbind upcalls
by Chuck Lever
· 15 years ago
c526611
SUNRPC: Use a cached RPC client and transport for rpcbind upcalls
by Chuck Lever
· 15 years ago
5a46211
SUNRPC: Simplify synopsis of rpcb_local_clnt()
by Chuck Lever
· 15 years ago
09a21c4
SUNRPC: Allow RPCs to fail quickly if the server is unreachable
by Chuck Lever
· 15 years ago
206a134
SUNRPC: Check explicitly for tk_status == 0 in call_transmit_status()
by Chuck Lever
· 15 years ago
dd1fd90
SUNRPC: Display compressed (shorthand) IPv6 presentation addresses
by Chuck Lever
· 15 years ago
f0380f3
RPC: Fix two potential races in put_rpccred
by Trond Myklebust
· 15 years ago
feb8ca3
SUNRPC: Ensure that we honour autoclose before attempting to reconnect
by Trond Myklebust
· 15 years ago
Next »