Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d14cbfc88ff87e5054d67fde3ba5f4c20b773dab
/
net
/
sunrpc
/
svc_xprt.c
5187768
SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed
by Trond Myklebust
· 10 years ago
0971374
SUNRPC: Reduce contention in svc_xprt_enqueue()
by Trond Myklebust
· 10 years ago
2825a7f
nfsd4: allow encoding across page boundaries
by J. Bruce Fields
· 11 years ago
c789102
SUNRPC: Fix a module reference leak in svc_handle_xprt
by Trond Myklebust
· 10 years ago
16e4d93
NFSD: Ignore client's source port on RDMA transports
by Chuck Lever
· 10 years ago
e1d83ee
net: Mark functions as static in net/sunrpc/svc_xprt.c
by Rashika Kheria
· 11 years ago
cc630d9
svcrpc: fix rpc server shutdown races
by J. Bruce Fields
· 12 years ago
e75bafb
svcrpc: make svc_age_temp_xprts enqueue under sv_lock
by J. Bruce Fields
· 12 years ago
35525b7
sunrpc: Fix lockd sleeping until timeout
by Andriy Skulysh
· 12 years ago
0104729
SUNRPC: remove BUG_ON in svc_delete_xprt
by Weston Andros Adamson
· 12 years ago
b25cd05
SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES
by Weston Andros Adamson
· 12 years ago
ff1fdb9
SUNRPC: remove BUG_ON in svc_xprt_received
by Weston Andros Adamson
· 12 years ago
65b2e66
svcrpc: split up svc_handle_xprt
by J. Bruce Fields
· 12 years ago
6797fa5
svcrpc: break up svc_recv
by J. Bruce Fields
· 12 years ago
6741019
svcrpc: make svc_xprt_received static
by J. Bruce Fields
· 12 years ago
9f9d2eb
svcrpc: make xpo_recvfrom return only >=0
by J. Bruce Fields
· 12 years ago
39b5530
svcrpc: share some setup of listening sockets
by J. Bruce Fields
· 12 years ago
c334196
svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY
by J. Bruce Fields
· 12 years ago
719f8bc
svcrpc: fix xpt_list traversal locking on shutdown
by J. Bruce Fields
· 12 years ago
d10f27a
svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping
by J. Bruce Fields
· 12 years ago
f06f00a
svcrpc: sends on closed socket should stop immediately
by J. Bruce Fields
· 12 years ago
419f431
Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
3ddbe87
svcrpc: fix a comment typo
by J. Bruce Fields
· 12 years ago
91c427a
sunrpc: do array overrun check in svc_recv before allocating pages
by Jeff Layton
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
7b147f1
SUNRPC: service destruction in network namespace context
by Stanislav Kinsbursky
· 13 years ago
3a22bf5
SUNRPC: clear svc transports lists helper introduced
by Stanislav Kinsbursky
· 13 years ago
6f51336
SUNRPC: clear svc pools lists helper introduced
by Stanislav Kinsbursky
· 13 years ago
4cb54ca
SUNRPC: search for service transports in network namespace context
by Stanislav Kinsbursky
· 13 years ago
0b48d42
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
bd4620d
SUNRPC: create svc_xprt in proper network namespace
by Stanislav Kinsbursky
· 13 years ago
b4f36f8
svcrpc: avoid memory-corruption on pool shutdown
by J. Bruce Fields
· 13 years ago
2fefb8a
svcrpc: destroy server sockets all at once
by J. Bruce Fields
· 13 years ago
7710ec3
svcrpc: make svc_delete_xprt static
by J. Bruce Fields
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
849a1cf
SUNRPC: Replace svc_addr_u by sockaddr_storage
by Mi Jinlong
· 13 years ago
ebc63e5
svcrpc: fix list-corrupting race on nfsd shutdown
by J. Bruce Fields
· 13 years ago
99de8ea
rpc: keep backchannel xprt as long as server connection
by J. Bruce Fields
· 14 years ago
9e701c6
svcrpc: simpler request dropping
by J. Bruce Fields
· 14 years ago
7c96aef
sunrpc: remove xpt_pool
by NeilBrown
· 14 years ago
ec66ee3
Merge commit 'v2.6.37-rc6' into for-2.6.38
by J. Bruce Fields
· 14 years ago
ed2849d
sunrpc: prevent use-after-free on clearing XPT_BUSY
by NeilBrown
· 14 years ago
9c335c0
svcrpc: fix wspace-checking race
by J. Bruce Fields
· 14 years ago
b176331
svcrpc: svc_close_xprt comment
by J. Bruce Fields
· 14 years ago
f8c0d22
svcrpc: simplify svc_close_all
by J. Bruce Fields
· 14 years ago
ca7896cd
nfsd4: centralize more calls to svc_xprt_received
by J. Bruce Fields
· 14 years ago
62bac4a
svcrpc: don't set then immediately clear XPT_DEFERRED
by J. Bruce Fields
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
01dba07
svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue
by J. Bruce Fields
· 14 years ago
ac9303e
svcrpc: assume svc_delete_xprt() called only once
by J. Bruce Fields
· 14 years ago
7e4fdd0
svcrpc: never clear XPT_BUSY on dead xprt
by J. Bruce Fields
· 14 years ago
8f3a6de
sunrpc: Turn list_for_each-s into the ..._entry-s
by Pavel Emelyanov
· 14 years ago
edc7a89
nfsd: provide callbacks on svc_xprt deletion
by J. Bruce Fields
· 15 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
4fb8518
sunrpc: Tag svc_xprt with net
by Pavel Emelyanov
· 14 years ago
e3bfca0
sunrpc: Make xprt auth cache release work with the xprt
by Pavel Emelyanov
· 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
5306293
Merge commit 'v2.6.34-rc6'
by J. Bruce Fields
· 15 years ago
b48fa6b
sunrpc: centralise most calls to svc_xprt_received
by Neil Brown
· 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
788e69e
svcrpc: don't hold sv_lock over svc_xprt_put()
by J. Bruce Fields
· 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
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
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
37c24b3
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
78c210e
Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"
by J. Bruce Fields
· 15 years ago
4cfc7e6
nfsd41: sunrpc: Added rpc server-side backchannel handling
by Rahul Iyer
· 15 years ago
b0401d7
sunrpc: move the close processing after do recvfrom method
by Wei Yongjun
· 15 years ago
ed2d8ae
knfsd: Replace lock_kernel with a mutex in nfsd pool stats.
by Ryusei Yamaguchi
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
335c54b
NFSD: Prevent a buffer overflow in svc_xprt_names()
by Chuck Lever
· 16 years ago
dcf1a35
net/sunrpc/svc_xprt.c: fix sparse warnings
by H Hartley Sweeten
· 16 years ago
a638562
Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 16 years ago
2f42587
nfsd: don't use the deferral service, return NFS4ERR_DELAY
by Andy Adamson
· 16 years ago
9652ada
SUNRPC: Change svc_create_xprt() to take a @family argument
by Chuck Lever
· 16 years ago
156e620
SUNRPC: Clean up svc_find_xprt() calling sequence
by Chuck Lever
· 16 years ago
03cf6c9
knfsd: add file to export stats about nfsd pools
by Greg Banks
· 16 years ago
59a252f
knfsd: avoid overloading the CPU scheduler with enormous load averages
by Greg Banks
· 16 years ago
24c3767
SUNRPC: The sunrpc server code should not be used by out-of-tree modules
by Trond Myklebust
· 16 years ago
22945e4
svc: Clean up deferred requests on transport destruction
by Tom Tucker
· 16 years ago
2779e3a
svc: Move kfree of deferral record to common code
by Tom Tucker
· 16 years ago
c9233eb
sunrpc: add sv_maxconn field to svc_serv (try #3)
by Jeff Layton
· 16 years ago
5dd248f
SUNRPC: Use proper INADDR_ANY when setting up RPC services on IPv6
by Chuck Lever
· 16 years ago
aa3314c
svc: Remove unused header files from svc_xprt.c
by Tom Tucker
· 17 years ago
fc63a05
svc: Remove extra check for XPT_DEAD bit in svc_xprt_enqueue
by Tom Tucker
· 17 years ago
7b54fe6
SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails
by Jeff Layton
· 17 years ago
7086721
SUNRPC: have svc_recv() check kthread_should_stop()
by Jeff Layton
· 17 years ago
e6f1ceb
[NET] endianness noise: INADDR_ANY
by Al Viro
· 17 years ago
d2f7e79
SUNRPC: Move exported symbol definitions after function declaration part 2
by Trond Myklebust
· 17 years ago
9571af1
svc: Add svc_xprt_names service to replace svc_sock_names
by Tom Tucker
· 17 years ago
a217813
knfsd: Support adding transports by writing portlist file
by Tom Tucker
· 17 years ago
7fcb98d
svc: Add svc API that queries for a transport instance
by Tom Tucker
· 17 years ago
Next »