index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
3
-15
/
+15
*
Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-01-16
2
-106
/
+77
|
\
|
*
SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point
Chuck Lever
2022-01-10
1
-1
/
+1
|
*
SUNRPC: Remove low signal-to-noise tracepoints
Chuck Lever
2021-12-13
1
-4
/
+2
|
*
lockd: use svc_set_num_threads() for thread start and stop
NeilBrown
2021-12-13
1
-2
/
+1
|
*
SUNRPC: always treat sv_nrpools==1 as "not pooled"
NeilBrown
2021-12-13
1
-25
/
+29
|
*
SUNRPC: move the pool_map definitions (back) into svc.c
NeilBrown
2021-12-13
1
-6
/
+25
|
*
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
2021-12-13
1
-47
/
+2
|
*
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
2021-12-13
1
-2
/
+7
|
*
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
2021-12-13
1
-11
/
+11
|
*
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
2021-12-13
1
-14
/
+5
*
|
mm: introduce memalloc_retry_wait()
NeilBrown
2022-01-15
1
-1
/
+2
|
/
*
Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-11-27
1
-5
/
+5
|
\
|
*
SUNRPC: use different lock keys for INET6 and LOCAL
NeilBrown
2021-11-22
1
-5
/
+5
*
|
Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2021-11-11
8
-114
/
+94
|
\
\
|
*
|
SUNRPC: De-duplicate .pc_release() call sites
Chuck Lever
2021-10-12
1
-15
/
+7
|
*
|
SUNRPC: Simplify the SVC dispatch code path
Chuck Lever
2021-10-12
1
-49
/
+2
|
*
|
SUNRPC: Add trace event when alloc_pages_bulk() makes no progress
Chuck Lever
2021-10-04
1
-0
/
+1
|
*
|
svcrdma: Split svcrmda_wc_{read,write} tracepoints
Chuck Lever
2021-10-04
1
-4
/
+26
|
*
|
svcrdma: Split the svcrdma_wc_send() tracepoint
Chuck Lever
2021-10-04
1
-3
/
+11
|
*
|
svcrdma: Split the svcrdma_wc_receive() tracepoint
Chuck Lever
2021-10-04
1
-2
/
+7
|
*
|
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
2021-10-02
1
-5
/
+6
|
*
|
SUNRPC: xdr_stream_subsegment() must handle non-zero page_bases
Chuck Lever
2021-10-02
1
-15
/
+17
|
*
|
UNRPC: Return specific error code on kmalloc failure
Yang Li
2021-09-23
1
-1
/
+1
|
*
|
nfsd: don't alloc under spinlock in rpc_parse_scope_id
J. Bruce Fields
2021-09-21
1
-22
/
+18
*
|
|
Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2021-11-11
9
-132
/
+163
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
SUNRPC: Prevent immediate close+reconnect
Trond Myklebust
2021-11-05
2
-2
/
+3
|
*
|
SUNRPC: Fix races when closing the socket
Trond Myklebust
2021-11-05
2
-0
/
+3
|
*
|
SUNRPC: Check if the xprt is connected before handling sysfs reads
Anna Schumaker
2021-11-05
1
-4
/
+8
|
*
|
xprtrdma: Fix a maybe-uninitialized compiler warning
Benjamin Coddington
2021-11-02
1
-6
/
+7
|
*
|
SUNRPC: Clean up xs_tcp_setup_sock()
Trond Myklebust
2021-11-01
1
-40
/
+28
|
*
|
SUNRPC: Replace use of socket sk_callback_lock with sock_lock
Trond Myklebust
2021-11-01
1
-27
/
+11
|
*
|
sunrpc: remove unnecessary test in rpc_task_set_client()
Thiago Rafael Becker
2021-10-21
1
-18
/
+15
|
*
|
SUNRPC: Trace calls to .rpc_call_done
Chuck Lever
2021-10-21
1
-0
/
+1
|
*
|
xprtrdma: Remove rpcrdma_ep::re_implicit_roundup
Chuck Lever
2021-10-21
2
-3
/
+0
|
*
|
xprtrdma: Provide a buffer to pad Write chunks of unaligned length
Chuck Lever
2021-10-21
4
-9
/
+55
|
*
|
SUNRPC: Per-rpc_clnt task PIDs
Chuck Lever
2021-10-10
1
-2
/
+10
|
*
|
SUNRPC: xprt_clear_locked() only needs release memory semantics
Trond Myklebust
2021-10-04
1
-5
/
+3
|
*
|
SUNRPC: Remove WQ_HIGHPRI from xprtiod
Trond Myklebust
2021-10-04
1
-2
/
+1
|
*
|
SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()
Trond Myklebust
2021-10-04
1
-1
/
+3
|
*
|
SUNRPC: Partial revert of commit 6f9f17287e78
Trond Myklebust
2021-10-04
1
-13
/
+15
|
|
/
*
|
Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2021-10-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: fix sign error causing rpcsec_gss drops
J. Bruce Fields
2021-10-01
1
-1
/
+1
*
|
Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2021-09-09
3
-7
/
+10
|
\
|
|
*
SUNRPC: improve error response to over-size gss credential
NeilBrown
2021-09-03
2
-1
/
+3
|
*
SUNRPC: don't pause on incomplete allocation
NeilBrown
2021-09-01
1
-6
/
+7
*
|
Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2021-09-04
17
-136
/
+191
|
\
\
|
*
|
SUNRPC enforce creation of no more than max_connect xprts
Olga Kornievskaia
2021-08-27
1
-0
/
+9
|
*
|
SUNRPC add xps_nunique_destaddr_xprts to xprt_switch_info in sysfs
Olga Kornievskaia
2021-08-27
1
-1
/
+3
|
*
|
SUNRPC keep track of number of transports to unique addresses
Olga Kornievskaia
2021-08-27
2
-1
/
+2
[next]