Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a41297a0ffb43fda0a565bdd3ee405d16505820c
/
net
/
sunrpc
« Previous
a25e758
sunrpc/xprtrdma: clean up workqueue usage
by Tejun Heo
· 14 years ago
8f3a6de
sunrpc: Turn list_for_each-s into the ..._entry-s
by Pavel Emelyanov
· 14 years ago
50fa0d4
sunrpc: Remove dead "else" branch from bc xprt creation
by Pavel Emelyanov
· 14 years ago
c636b57
sunrpc: Don't return NULL from rpcb_create
by Pavel Emelyanov
· 14 years ago
f10fef3
sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt
by Pavel Emelyanov
· 14 years ago
8c14ff2
sunrpc: Remove UDP worker wrappers
by Pavel Emelyanov
· 14 years ago
cdd518d
sunrpc: Remove TCP worker wrappers
by Pavel Emelyanov
· 14 years ago
7dfe1fc
sunrpc: Pass family to setup_socket calls
by Pavel Emelyanov
· 14 years ago
6bc9638
sunrpc: Merge xs_create_sock code
by Pavel Emelyanov
· 14 years ago
beb59b6
sunrpc: Merge the xs_bind code
by Pavel Emelyanov
· 14 years ago
573018c
sunrpc: Call xs_create_sockX directly from setup_socket
by Pavel Emelyanov
· 14 years ago
22d44a7
sunrpc: Factor out v6 sockets creation
by Pavel Emelyanov
· 14 years ago
22f7932
sunrpc: Factor out v4 sockets creation
by Pavel Emelyanov
· 14 years ago
b65c031
sunrpc: Factor out udp sockets creation
by Pavel Emelyanov
· 14 years ago
58dddac
sunrpc: Remove duplicate xprt/transport arguments from calls
by Pavel Emelyanov
· 14 years ago
a9f5f0f
sunrpc: Get xprt pointer once in xs_tcp_setup_socket
by Pavel Emelyanov
· 14 years ago
baaf4e4
sunrpc: Remove unused sock arg from xs_next_srcport
by Pavel Emelyanov
· 14 years ago
5d4ec93
sunrpc: Remove unused sock arg from xs_get_srcport
by Pavel Emelyanov
· 14 years ago
a6f8dbc
sunrpc: remove the big kernel lock
by Arnd Bergmann
· 14 years ago
4a84386
svcrdma: Cleanup DMA unmapping in error paths.
by Tom Tucker
· 14 years ago
b432e6b
svcrdma: Change DMA mapping logic to avoid the page_address kernel API
by Tom Tucker
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
70dc78d
sunrpc: Use helper to set v4 mapped addr in ip_map_parse
by Pavel Emelyanov
· 14 years ago
e33534d
sunrpc/cache: centralise handling of size limit on deferred list.
by NeilBrown
· 14 years ago
d29068c4
sunrpc: Simplify cache_defer_req and related functions.
by NeilBrown
· 14 years ago
69259ab
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
edc7a89
nfsd: provide callbacks on svc_xprt deletion
by J. Bruce Fields
· 15 years ago
1e7af1b
nfsd4: remove spkm3
by J. Bruce Fields
· 14 years ago
277f68d
sunrpc: fix race in new cache_wait code.
by NeilBrown
· 14 years ago
14ec63c
sunrpc: Create sockets in net namespaces
by Pavel Emelyanov
· 14 years ago
37aa213
sunrpc: Tag rpc_xprt with net
by Pavel Emelyanov
· 14 years ago
9a23e33
sunrpc: Add net to xprt_create
by Pavel Emelyanov
· 14 years ago
c653ce3
sunrpc: Add net to rpc_create_args
by Pavel Emelyanov
· 14 years ago
62832c0
sunrpc: Pull net argument downto svc_create_socket
by Pavel Emelyanov
· 14 years ago
fc5d00b
sunrpc: Add net argument to svc_create_xprt
by Pavel Emelyanov
· 14 years ago
e204e62
sunrpc: Factor out rpc_xprt freeing
by Pavel Emelyanov
· 14 years ago
bd1722d
sunrpc: Factor out rpc_xprt allocation
by Pavel Emelyanov
· 14 years ago
c135e84
sunrpc: fix up rpcauth_remove_module section mismatch
by Stephen Rothwell
· 14 years ago
a2724f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
90d51b0
sunrpc: Make the ip_map_cache be per-net
by Pavel Emelyanov
· 14 years ago
4f42d0d
sunrpc: Make the /proc/net/rpc appear in net namespaces
by Pavel Emelyanov
· 14 years ago
2f72c9b
sunrpc: The per-net skeleton
by Pavel Emelyanov
· 14 years ago
4fb8518
sunrpc: Tag svc_xprt with net
by Pavel Emelyanov
· 14 years ago
593ce16
sunrpc: Add routines that allow registering per-net caches
by Pavel Emelyanov
· 14 years ago
352114f
sunrpc: Add net to pure API calls
by Pavel Emelyanov
· 14 years ago
3be4479
sunrpc: Pass xprt to cached get/put routines
by Pavel Emelyanov
· 14 years ago
e3bfca0
sunrpc: Make xprt auth cache release work with the xprt
by Pavel Emelyanov
· 14 years ago
bf18ab3
sunrpc: Pass the ip_map_parse's cd to lower calls
by Pavel Emelyanov
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
f064af1
net: fix a lockdep splat
by Eric Dumazet
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
655b5bb
net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
e95dffa
sunrpc/cache: fix recent breakage of cache_clean_deferred
by NeilBrown
· 14 years ago
e7f483e
sunrpc/cache: don't use custom hex_to_bin() converter
by Andy Shevchenko
· 14 years ago
1117449
sunrpc/cache: change deferred-request hash table to use hlist.
by NeilBrown
· 14 years ago
2ed5282
svcauth_gss: replace a trivial 'switch' with an 'if'
by NeilBrown
· 14 years ago
1ebede8
sunrpc: close connection when a request is irretrievably lost.
by NeilBrown
· 14 years ago
b4687da
SUNRPC: Refactor logic to NUL-terminate strings in pages
by Chuck Lever
· 14 years ago
3835935
SUNRPC: Correct an rpcbind debugging message
by Chuck Lever
· 14 years ago
4fbf6e5
SUNRPC: Convert rpciod to use the alloc_workqueue() interface
by Trond Myklebust
· 14 years ago
0649752
nfsd4: fix hang on fast-booting nfs servers
by J. Bruce Fields
· 14 years ago
c88739b
Merge remote branch 'trond/bugfixes' into for-2.6.37
by J. Bruce Fields
· 14 years ago
859d502
SUNRPC: Remove rpcb_getport_sync()
by Chuck Lever
· 14 years ago
db5fe26
sunrpc: increase MAX_HASHTABLE_BITS to 14
by Miquel van Smoorenburg
· 14 years ago
651b293
gss:spkm3 miss returning error to caller when import security context
by Bian Naimeng
· 14 years ago
ce8477e
gss:krb5 miss returning error to caller when import security context
by Bian Naimeng
· 14 years ago
5557624
SUNRPC: cleanup state-machine ordering
by J. Bruce Fields
· 14 years ago
006abe8
SUNRPC: Fix a race in rpc_info_open
by Trond Myklebust
· 14 years ago
5a67657
SUNRPC: Fix race corrupting rpc upcall
by Trond Myklebust
· 14 years ago
f2d47d0
Fix null dereference in call_allocate
by J. Bruce Fields
· 14 years ago
3211af1
svcrpc: cache deferral cleanup
by J. Bruce Fields
· 14 years ago
6610f72
svcrpc: minor cache cleanup
by J. Bruce Fields
· 14 years ago
f16b6e8
sunrpc/cache: allow threads to block while waiting for cache update.
by NeilBrown
· 14 years ago
c5b29f8
sunrpc: use seconds since boot in expiry cache
by NeilBrown
· 14 years ago
cf187c2
SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen
by Trond Myklebust
· 14 years ago
42d6d8a
sunrpc: simplify xdr_shrink_pagelen use of "copy"
by Benny Halevy
· 14 years ago
2e29ebb
sunrpc: don't use the copy variable in nested block
by Benny Halevy
· 14 years ago
0fe62a35
sunrpc: clean up xdr_shrink_pagelen use of temporary pointer
by Benny Halevy
· 14 years ago
b1a7a91
sunrpc: don't shorten buflen twice in xdr_shrink_pagelen
by Benny Halevy
· 14 years ago
763008c
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
df486a2
NFS: Fix the selection of security flavours in Kconfig
by Trond Myklebust
· 14 years ago
15cdc644
rpcrdma: Fix SQ size calculation when memreg is FRMR
by Tom Tucker
· 14 years ago
7a8b80eb
xprtrdma: Do not truncate iova_start values in frmr registrations.
by Steve Wise
· 14 years ago
8e4e15d
nfs: update for module_param_named API change
by Stephen Rothwell
· 14 years ago
9bbb9e5
param: use ops in struct kernel_param, rather than get and set fns directly
by Rusty Russell
· 14 years ago
669502f
SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)
by Andy Chittenden
· 14 years ago
0d9f9e1
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
5df6b8e
Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
e2aa7f8
net: sunrpc: removed duplicated #include
by Andrea Gelmini
· 14 years ago
0d8a374
SUNRPC: Defer deleting the security context until gss_do_free_ctx()
by Trond Myklebust
· 14 years ago
c3ae62ae
SUNRPC: prevent task_cleanup running on freed xprt
by J. Bruce Fields
· 14 years ago
d6a1ed0
SUNRPC: Reduce asynchronous RPC task stack usage
by Trond Myklebust
· 14 years ago
a17c215
SUNRPC: Move the bound cred to struct rpc_rqst
by Trond Myklebust
· 14 years ago
8572b8e
SUNRPC: Clean up of rpc_bindcred()
by Trond Myklebust
· 14 years ago
58f9612
SUNRPC: Move remaining RPC client related task initialisation into clnt.c
by Trond Myklebust
· 14 years ago
d9b6cd9
SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task
by Trond Myklebust
· 14 years ago
241269b
SUNRPC: Make the credential cache hashtable size configurable
by Trond Myklebust
· 14 years ago
988664a
SUNRPC: Store the hashtable size in struct rpc_cred_cache
by Trond Myklebust
· 14 years ago
5d8d9a4
NFS: Ensure the AUTH_UNIX credcache is allocated dynamically
by Trond Myklebust
· 14 years ago
f1f88fc
SUNRPC: The function rpc_restart_call() should return success/failure
by Trond Myklebust
· 14 years ago
Next »