index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprt.c
Age
Commit message (
Expand
)
Author
2022-11-24
timers: Get rid of del_singleshot_timer_sync()
Thomas Gleixner
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-03
SUNRPC: use max_t() to simplify open code
Ziyang Xuan
2022-10-03
SUNRPC: Directly use ida_alloc()/free()
Bo Liu
2022-09-01
SUNRPC: Fix call completion races with call_decode()
Trond Myklebust
2022-07-27
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
2022-07-25
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
2022-07-25
SUNRPC expose functions for offline remote xprt functionality
Olga Kornievskaia
2022-04-08
Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-04-07
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
2022-03-29
SUNRPC: handle malloc failure in ->request_prepare
NeilBrown
2022-03-29
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-03-23
SUNRPC: avoid race between mod_timer() and del_timer_sync()
NeilBrown
2022-03-22
SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent
Trond Myklebust
2022-03-13
SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
NeilBrown
2022-03-13
SUNRPC: remove scheduling boost for "SWAPPER" tasks.
NeilBrown
2022-03-13
SUNRPC/xprt: async tasks mustn't block waiting for memory
NeilBrown
2022-02-25
SUNRPC: Convert GFP_NOFS to GFP_KERNEL
Trond Myklebust
2022-01-28
SUNRPC: add netns refcount tracker to struct rpc_xprt
Eric Dumazet
2021-11-04
SUNRPC: Prevent immediate close+reconnect
Trond Myklebust
2021-11-04
SUNRPC: Fix races when closing the socket
Trond Myklebust
2021-10-03
SUNRPC: xprt_clear_locked() only needs release memory semantics
Trond Myklebust
2021-10-03
SUNRPC: Partial revert of commit 6f9f17287e78
Trond Myklebust
2021-09-04
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2021-08-20
SUNRPC: Move client-side disconnect injection
Chuck Lever
2021-08-09
SUNRPC/xprtrdma: Fix reconnection locking
Trond Myklebust
2021-08-09
SUNRPC: Clean up scheduling of autoclose
Trond Myklebust
2021-08-09
SUNRPC: Fix potential memory corruption
Trond Myklebust
2021-07-08
sunrpc: add dst_attr attributes to the sysfs xprt directory
Olga Kornievskaia
2021-07-08
sunrpc: add xprt id
Olga Kornievskaia
2021-05-26
SUNRPC: More fixes for backlog congestion
Trond Myklebust
2021-05-20
SUNRPC in case of backlog, hand free slots directly to waiting task
NeilBrown
2021-04-14
SUNRPC: Handle major timeout in xprt_adjust_timeout()
Chris Dion
2021-04-14
SUNRPC: Remove trace_xprt_transmit_queued
Chuck Lever
2021-04-14
SUNRPC: Add tracepoint that fires when an RPC is retransmitted
Chuck Lever
2021-04-14
SUNRPC: Move fault injection call sites
Chuck Lever
2021-04-05
SUNRPC: Set TCP_CORK until the transmit queue is empty
Trond Myklebust
2020-12-02
SUNRPC: Remove unused function xprt_load_transport()
Trond Myklebust
2020-12-02
SUNRPC: Add a helper to return the transport identifier given a netid
Trond Myklebust
2020-12-02
SUNRPC: Close a race with transport setup and module put
Trond Myklebust
2020-12-02
SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
Trond Myklebust
2020-09-21
SUNRPC: Mitigate cond_resched() in xprt_transmit()
Chuck Lever
2020-09-21
SUNRPC: Replace connect dprintk call sites with a tracepoint
Chuck Lever
2020-09-21
SUNRPC: Replace dprintk() call site in xprt_prepare_transmit
Chuck Lever
2020-09-21
SUNRPC: Update debugging instrumentation in xprt_do_reserve()
Chuck Lever
2020-09-21
SUNRPC: Remove debugging instrumentation from xprt_release
Chuck Lever
2020-09-21
SUNRPC: Remove trace_xprt_complete_rqst()
Chuck Lever
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-04
SUNRPC dont update timeout value on connection reset
Olga Kornievskaia
[next]