index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Commit message (
Expand
)
Author
Age
*
missing bits of "iov_iter: Separate type from direction and use accessor func...
Al Viro
2018-11-01
*
Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
2018-10-18
|
\
|
*
sunrpc: Report connect_time in seconds
Chuck Lever
2018-10-02
|
*
sunrpc: Fix connect metrics
Chuck Lever
2018-10-02
*
|
sunrpc: safely reallow resvport min/max inversion
J. Bruce Fields
2018-10-18
*
|
SUNRPC: Clean up xs_udp_data_receive()
Trond Myklebust
2018-09-30
*
|
SUNRPC: Allow AF_LOCAL sockets to use the generic stream receive
Trond Myklebust
2018-09-30
*
|
SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()
Trond Myklebust
2018-09-30
*
|
SUNRPC: Simplify TCP receive code by switching to using iterators
Trond Myklebust
2018-09-30
*
|
SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
Trond Myklebust
2018-09-30
*
|
SUNRPC: Clean up transport write space handling
Trond Myklebust
2018-09-30
*
|
SUNRPC: Turn off throttling of RPC slots for TCP sockets
Trond Myklebust
2018-09-30
*
|
SUNRPC: Support for congestion control when queuing is enabled
Trond Myklebust
2018-09-30
*
|
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()
Trond Myklebust
2018-09-30
*
|
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
Trond Myklebust
2018-09-30
*
|
SUNRPC: Simplify dealing with aborted partially transmitted messages
Trond Myklebust
2018-09-30
*
|
SUNRPC: Add socket transmit queue offset tracking
Trond Myklebust
2018-09-30
*
|
SUNRPC: Move reset of TCP state variables into the reconnect code
Trond Myklebust
2018-09-30
*
|
SUNRPC: Rename TCP receive-specific state variables
Trond Myklebust
2018-09-30
|
/
*
sunrpc: whitespace fixes
Stephen Hemminger
2018-07-31
*
SUNRPC: Add a ->free_slot transport callout
Chuck Lever
2018-05-07
*
Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2018-04-12
|
\
|
*
SUNRPC: Make RTT measurement more precise (Send)
Chuck Lever
2018-04-10
|
*
SUNRPC: Move xprt_update_rtt callsite
Chuck Lever
2018-04-10
*
|
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
|
/
*
SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
Trond Myklebust
2018-02-09
*
SUNRPC: Ensure we always close the socket after a connection shuts down
Trond Myklebust
2018-02-05
*
SUNRPC: Add explicit rescheduling points in the receive path
Trond Myklebust
2018-01-14
*
SUNRPC: Chunk reading of replies from the server
Trond Myklebust
2018-01-14
*
Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-12-01
|
\
|
*
SUNRPC: Handle ENETDOWN errors
Trond Myklebust
2017-11-30
|
*
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
2017-11-29
*
|
Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-11-17
|
\
|
|
*
net: sunrpc: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-17
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
|
/
*
sunrpc: remove redundant initialization of sock
Colin Ian King
2017-10-01
*
Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...
Trond Myklebust
2017-09-05
|
\
|
*
sunrpc: Const-ify all instances of struct rpc_xprt_ops
Chuck Lever
2017-08-01
*
|
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
2017-08-18
*
|
SUNRPC: Cleanup xs_tcp_read_common()
Trond Myklebust
2017-08-16
*
|
SUNRPC: Don't loop forever in xs_tcp_data_receive()
Trond Myklebust
2017-08-16
*
|
SUNRPC: Don't hold the transport lock when receiving backchannel data
Trond Myklebust
2017-08-16
*
|
SUNRPC: Don't hold the transport lock across socket copy operations
Trond Myklebust
2017-08-16
|
/
*
net/sunrpc/xprt_sock: fix regression in connection error reporting.
NeilBrown
2017-07-21
*
SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()
NeilBrown
2017-05-31
*
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2017-03-01
|
\
|
*
sunrpc: silence uninitialized variable warning
Dan Carpenter
2017-02-21
|
*
sunrpc: Allow xprt->ops->timer method to sleep
Chuck Lever
2017-02-10
|
*
SUNRPC: Allow changing of the TCP timeout parameters on the fly
Trond Myklebust
2017-02-09
|
*
SUNRPC: Refactor TCP socket timeout code into a helper function
Trond Myklebust
2017-02-09
[next]