Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
eff5ddadab04dc7ae8c4588dd3eef2ecad770fd7
/
include
/
linux
/
sunrpc
/
svc_xprt.h
4120553
nfsd: Fix NFSv4 READ on RDMA when using readv
by Chuck Lever
· 4 years, 11 months ago
4df493a
SUNRPC: Cache the process user cred in the RPC server listener
by Trond Myklebust
· 6 years ago
64e20ba
sunrpc: remove unused xpo_prep_reply_hdr callback
by Vasily Averin
· 6 years ago
c544577
SUNRPC: Clean up transport write space handling
by Trond Myklebust
· 6 years ago
ece200d
sunrpc: Save remote presentation address in svc_xprt for trace events
by Chuck Lever
· 7 years ago
989f881
svc: Simplify ->xpo_secure_port
by Chuck Lever
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
2412e92
sunrpc: Const-ify instances of struct svc_xprt_ops
by Chuck Lever
· 7 years ago
362142b2
sunrpc: flag transports as having congestion control
by Jeff Layton
· 8 years ago
546125d
sunrpc: don't call sleeping functions from the notifier block callbacks
by Scott Mayhew
· 8 years ago
ea08e39
sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports
by Scott Mayhew
· 8 years ago
f4a4906
SUNRPC: Remove unused callback xpo_adjust_wspace()
by Trond Myklebust
· 9 years ago
ff3ac5c
SUNRPC: Add a server side per-connection limit
by Trond Myklebust
· 9 years ago
39a9bea
rpc: share one xps between all backchannels
by J. Bruce Fields
· 9 years ago
c3d4879
sunrpc: Add a function to close temporary transports immediately
by Scott Mayhew
· 9 years ago
b9e13cd
nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation
by Jeff Layton
· 10 years ago
8d65ef7
sunrpc: eliminate the XPT_DETACHED flag
by Jeff Layton
· 10 years ago
5187768
SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed
by Trond Myklebust
· 10 years ago
3c45ddf
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
by Chuck Lever
· 11 years ago
ef11ce2
SUNRPC: track whether a request is coming from a loop-back interface.
by NeilBrown
· 11 years ago
16e4d93
NFSD: Ignore client's source port on RDMA transports
by Chuck Lever
· 11 years ago
6741019
svcrpc: make svc_xprt_received static
by J. Bruce Fields
· 12 years ago
af6d572
svcrpc: don't bother checking bad svc_addr_len result
by J. Bruce Fields
· 12 years ago
39b5530
svcrpc: share some setup of listening sockets
by J. Bruce Fields
· 12 years ago
4cb54ca
SUNRPC: search for service transports in network namespace context
by Stanislav Kinsbursky
· 13 years ago
bd4620d
SUNRPC: create svc_xprt in proper network namespace
by Stanislav Kinsbursky
· 13 years ago
7710ec3
svcrpc: make svc_delete_xprt static
by J. Bruce Fields
· 13 years ago
de47725
include: replace linux/module.h with "struct module" wherever possible
by Paul Gortmaker
· 14 years ago
778be23
NFS do not find client in NFSv4 pg_authenticate
by Andy Adamson
· 14 years ago
18bce37
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
d75faea
rpc: move sk_bc_xprt to svc_xprt
by J. Bruce Fields
· 14 years ago
2c2618c
NFS associate sessionid with callback connection
by Andy Adamson
· 14 years ago
7c96aef
sunrpc: remove xpt_pool
by NeilBrown
· 14 years ago
21b75b0
nfsd4: fix 4.1 connection registration race
by J. Bruce Fields
· 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
4cfc7e6
nfsd41: sunrpc: Added rpc server-side backchannel handling
by Rahul Iyer
· 15 years ago
335c54b
NFSD: Prevent a buffer overflow in svc_xprt_names()
by Chuck Lever
· 16 years ago
abc5c44
SUNRPC: Fix error return value of svc_addr_len()
by Chuck Lever
· 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
efb3288
SUNRPC: Clean up static inline functions in svc_xprt.h
by Chuck Lever
· 16 years ago
3685f25d
misc: replace NIPQUAD()
by Harvey Harrison
· 16 years ago
5b095d989
net: replace %p6 with %pI6
by Harvey Harrison
· 16 years ago
0c6ce78
net: replace uses of NIP6_FMT with %p6
by Harvey Harrison
· 16 years ago
9571af1
svc: Add svc_xprt_names service to replace svc_sock_names
by Tom Tucker
· 17 years ago
7fcb98d
svc: Add svc API that queries for a transport instance
by Tom Tucker
· 17 years ago
dc9a16e
svc: Add /proc/sys/sunrpc/transport files
by Tom Tucker
· 17 years ago
0f0257e
svc: Move the xprt independent code to the svc_xprt.c file
by Tom Tucker
· 17 years ago
9dbc240
svc: Move the sockaddr information to svc_xprt
by Tom Tucker
· 17 years ago
8c7b017
svc: Make deferral processing xprt independent
by Tom Tucker
· 17 years ago
def13d7
svc: Move the authinfo cache to svc_xprt.
by Tom Tucker
· 17 years ago
a6046f7
svc: Change svc_sock_received to svc_xprt_received and export it
by Tom Tucker
· 17 years ago
a50fea2
svc: Make svc_send transport neutral
by Tom Tucker
· 17 years ago
7a90e8c
svc: Move sk_reserved to svc_xprt
by Tom Tucker
· 17 years ago
7a18208
svc: Make close transport independent
by Tom Tucker
· 17 years ago
bb5cf16
svc: Move sk_server and sk_pool to svc_xprt
by Tom Tucker
· 17 years ago
02fc6c3
svc: Move sk_flags to the svc_xprt structure
by Tom Tucker
· 17 years ago
e1b3157
svc: Change sk_inuse to a kref
by Tom Tucker
· 17 years ago
b700cbb
svc: Add a generic transport svc_create_xprt function
by Tom Tucker
· 17 years ago
38a417c
svc: Add xpo_accept transport function
by Tom Tucker
· 17 years ago
323bee3
svc: Add a transport function that checks for write space
by Tom Tucker
· 17 years ago
e831fe6
svc: Add xpo_prep_reply_hdr
by Tom Tucker
· 17 years ago
755ccea
svc: Add per-transport delete functions
by Tom Tucker
· 17 years ago
5148bf4
svc: Add transport specific xpo_release function
by Tom Tucker
· 17 years ago
5d13799
svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
by Tom Tucker
· 17 years ago
4902315
svc: Add a max payload value to the transport
by Tom Tucker
· 17 years ago
1d8206b9
svc: Add an svc transport class
by Tom Tucker
· 17 years ago