Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
028a9e5c06d82aefbe4c508e045a1ee3be414cc0
/
net
/
sunrpc
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
82f0a41
Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
0afa6b4
SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
by Trond Myklebust
· 7 years ago
f1517df
Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
f515f86
fix parallelism for rpc tasks
by Olga Kornievskaia
· 8 years ago
175e031
svcrdma: Fix Read chunk round-up
by Chuck Lever
· 7 years ago
90ea9f1
Make the xprtiod workqueue unbounded.
by Trond Myklebust
· 7 years ago
2275cde
SUNRPC: Queue latency-sensitive socket tasks to xprtiod
by Trond Myklebust
· 7 years ago
0c8cbcd
Merge tag 'nfs-rdma-for-4.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 7 years ago
9b30889
SUNRPC: Ensure we always close the socket after a connection shuts down
by Trond Myklebust
· 7 years ago
d0945ca
sunrpc: remove dead code in svc_sock_setbufsize
by Christoph Hellwig
· 7 years ago
e89e8d8f
xprtrdma: Fix BUG after a device removal
by Chuck Lever
· 7 years ago
1179e2c
xprtrdma: Fix calculation of ri_max_send_sges
by Chuck Lever
· 7 years ago
efd52b5
Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
1ed2d76
Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
8f39fce
Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 7 years ago
21ead9f
SUNRPC: Micro-optimize __rpc_execute
by Chuck Lever
· 7 years ago
cf08d6f
SUNRPC: task_run_action should display tk_callback
by Chuck Lever
· 7 years ago
82476d9
SUNRPC: Trace xprt_timer events
by Chuck Lever
· 7 years ago
9ab6d89
xprtrdma: Correct some documenting comments
by Chuck Lever
· 7 years ago
aae2349
xprtrdma: Fix "bytes registered" accounting
by Chuck Lever
· 7 years ago
ae72467
xprtrdma: Instrument allocation/release of rpcrdma_req/rep objects
by Chuck Lever
· 7 years ago
643cf32
xprtrdma: Add trace points to instrument QP and CQ access upcalls
by Chuck Lever
· 7 years ago
fc1eb80
xprtrdma: Add trace points in the client-side backchannel code paths
by Chuck Lever
· 7 years ago
b4744e0
xprtrdma: Add trace points for connect events
by Chuck Lever
· 7 years ago
1c443eff
xprtrdma: Add trace points to instrument MR allocation and recovery
by Chuck Lever
· 7 years ago
2937fed
xprtrdma: Add trace points to instrument memory invalidation
by Chuck Lever
· 7 years ago
e11b7c9
xprtrdma: Add trace points in reply decoder path
by Chuck Lever
· 7 years ago
58f10ad
xprtrdma: Add trace points to instrument memory registration
by Chuck Lever
· 7 years ago
b4a7f91
xprtrdma: Add trace points in the RPC Reply handler paths
by Chuck Lever
· 7 years ago
ab03eff
xprtrdma: Add trace points in RPC Call transmit paths
by Chuck Lever
· 7 years ago
e48f083
rpcrdma: infrastructure for static trace points in rpcrdma.ko
by Chuck Lever
· 7 years ago
4827250
svcrdma: Post Receives in the Receive completion handler
by Chuck Lever
· 7 years ago
ec12e47
xprtrdma: Introduce rpcrdma_mw_unmap_and_put
by Chuck Lever
· 7 years ago
96cedde
xprtrdma: Remove usage of "mw"
by Chuck Lever
· 7 years ago
ce5b371
xprtrdma: Replace all usage of "frmr" with "frwr"
by Chuck Lever
· 7 years ago
30b5416
xprtrdma: Don't clear RPC_BC_PA_IN_USE on pre-allocated rpc_rqst's
by Chuck Lever
· 7 years ago
cf73daf
xprtrdma: Split xprt_rdma_send_request
by Chuck Lever
· 7 years ago
6c537f2
xprtrdma: buf_free not called for CB replies
by Chuck Lever
· 7 years ago
a2b6470
xprtrdma: Move unmap-safe logic to rpcrdma_marshal_req
by Chuck Lever
· 7 years ago
20035ed
xprtrdma: Support IPv6 in xprt_rdma_set_port
by Chuck Lever
· 7 years ago
dd229ce
xprtrdma: Remove another sockaddr_storage field (cdata::addr)
by Chuck Lever
· 7 years ago
d461f1f
xprtrdma: Initialize the xprt address string array earlier
by Chuck Lever
· 7 years ago
1049270
xprtrdma: Remove unused padding variables
by Chuck Lever
· 7 years ago
3f0e3ed
xprtrdma: Remove ri_reminv_expected
by Chuck Lever
· 7 years ago
c344161
xprtrdma: Per-mode handling for Remote Invalidation
by Chuck Lever
· 7 years ago
42b9f5c
xprtrdma: Eliminate unnecessary lock cycle in xprt_rdma_send_request
by Chuck Lever
· 7 years ago
d698c4a
xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
by Chuck Lever
· 7 years ago
03ac1a7
xprtrdma: Fix buffer leak after transport set up failure
by Chuck Lever
· 7 years ago
0af3442
SUNRPC: Add explicit rescheduling points in the receive path
by Trond Myklebust
· 7 years ago
3d18880
SUNRPC: Chunk reading of replies from the server
by Trond Myklebust
· 7 years ago
024fbf9
SUNRPC: Remove rpc_protocol()
by Chuck Lever
· 7 years ago
d025fbf
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
90d91b0
SUNRPC: Fix a race in the receive code path
by Trond Myklebust
· 7 years ago
ccede75
xprtrdma: Spread reply processing over more CPUs
by Chuck Lever
· 7 years ago
bdcf0a4
kernel: make groups_sort calling a responsibility group_info allocators
by Thiago Rafael Becker
· 7 years ago
1e4ed1b
svc_recvfrom(): switch to sock_recvmsg()
by Al Viro
· 8 years ago
2db767d
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
eb5b46f
SUNRPC: Handle ENETDOWN errors
by Trond Myklebust
· 7 years ago
4ba161a
SUNRPC: Allow connect to return EHOSTUNREACH
by Trond Myklebust
· 7 years ago
ee24eac
SUNRPC: make cache_detail structures const
by Bhumika Goyal
· 7 years ago
d34971a
sunrpc: make the function arg as const
by Bhumika Goyal
· 7 years ago
ade994f
net: annotate ->poll() instances
by Al Viro
· 8 years ago
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
4dd3c2e
Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
c3e9c04
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
6c67a3e4a
sunrpc: remove net pointer from messages
by Vasily Averin
· 7 years ago
4112be7
sunrpc: exit_net cleanup check added
by Vasily Averin
· 7 years ago
c435da6
sunrpc: Add rpc_request static trace point
by Chuck Lever
· 7 years ago
b2bfe59
sunrpc: Fix rpc_task_begin trace point
by Chuck Lever
· 7 years ago
e9d4763
net: sunrpc: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
62b56a6
xprtrdma: Update copyright notices
by Chuck Lever
· 7 years ago
1b746c1
xprtrdma: Remove include for linux/prefetch.h
by Chuck Lever
· 7 years ago
2232df5
rpcrdma: Remove C structure definitions of XDR data items
by Chuck Lever
· 7 years ago
a4699f5
xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode
by Chuck Lever
· 7 years ago
6f0afc2
xprtrdma: Remove atomic send completion counting
by Chuck Lever
· 7 years ago
01bb35c
xprtrdma: RPC completion should wait for Send completion
by Chuck Lever
· 7 years ago
0ba6f37
xprtrdma: Refactor rpcrdma_deferred_completion
by Chuck Lever
· 7 years ago
531cca0
xprtrdma: Add a field of bit flags to struct rpcrdma_req
by Chuck Lever
· 7 years ago
ae72950
xprtrdma: Add data structure to manage RDMA Send arguments
by Chuck Lever
· 7 years ago
a062a2a
xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()
by Chuck Lever
· 7 years ago
857f9ac
xprtrdma: Change return value of rpcrdma_prepare_send_sges()
by Chuck Lever
· 7 years ago
394b2c7
xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()
by Chuck Lever
· 7 years ago
ad99f05
xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()
by Chuck Lever
· 7 years ago
be798f9
xprtrdma: Decode credits field in rpcrdma_reply_handler
by Chuck Lever
· 7 years ago
d8f532d
xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completion
by Chuck Lever
· 7 years ago
e1352c9
xprtrdma: Refactor rpcrdma_reply_handler some more
by Chuck Lever
· 7 years ago
5381e0e
xprtrdma: Move decoded header fields into rpcrdma_rep
by Chuck Lever
· 7 years ago
61433af
xprtrdma: Throw away reply when version is unrecognized
by Chuck Lever
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
22700f3c
SUNRPC: Improve ordering of transport processing
by Trond Myklebust
· 7 years ago
77a0886
svcrdma: Enqueue after setting XPT_CLOSE in completion handlers
by Chuck Lever
· 7 years ago
1754eb2
rpc: remove some BUG()s
by J. Bruce Fields
· 7 years ago
0bad47c
svcrdma: Preserve CB send buffer across retransmits
by Chuck Lever
· 7 years ago
da36e6d
sunrcp: make function _svc_create_xprt static
by Colin Ian King
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 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
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
Next »