index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc_xprt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
Revert "nfsd: fix oops when reading pool_stats before server is started"
NeilBrown
1
-5
/
+3
2024-06-17
nfsd: fix oops when reading pool_stats before server is started
Jeff Layton
1
-3
/
+5
2024-05-06
SUNRPC: Remove comment for sp_lock
Guoqing Jiang
1
-1
/
+0
2024-05-06
SUNRPC: add a new svc_find_listener helper
Jeff Layton
1
-0
/
+34
2024-05-06
SUNRPC: introduce svc_xprt_create_from_sa utility routine
Lorenzo Bianconi
1
-58
/
+75
2024-01-08
svc: don't hold reference for poolstats, only mutex.
NeilBrown
1
-9
/
+23
2023-12-19
SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
Chuck Lever
1
-3
/
+2
2023-10-16
SUNRPC: change the back-channel queue to lwq
NeilBrown
1
-9
/
+3
2023-10-16
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
1
-40
/
+17
2023-10-16
SUNRPC: only have one thread waking up at a time
NeilBrown
1
-13
/
+25
2023-10-16
SUNRPC: rename some functions from rqst_ to svc_thread_
NeilBrown
1
-5
/
+5
2023-10-16
SUNRPC: change service idle list to be an llist
NeilBrown
1
-26
/
+19
2023-10-16
SUNRPC: discard SP_CONGESTED
NeilBrown
1
-3
/
+1
2023-10-16
SUNRPC: add list of idle threads
NeilBrown
1
-4
/
+11
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
1
-4
/
+3
2023-10-16
SUNRPC: integrate back-channel processing with svc_recv()
NeilBrown
1
-0
/
+27
2023-10-16
SUNRPC: rename and refactor svc_get_next_xprt()
NeilBrown
1
-48
/
+44
2023-10-16
SUNRPC: move all of xprt handling into svc_xprt_handle()
NeilBrown
1
-33
/
+20
2023-08-30
SUNRPC: make rqst_should_sleep() idempotent()
NeilBrown
1
-3
/
+5
2023-08-30
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
1
-1
/
+2
2023-08-30
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
1
-36
/
+8
2023-08-30
SUNRPC: Move trace_svc_xprt_enqueue
Chuck Lever
1
-1
/
+1
2023-08-30
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
1
-18
/
+16
2023-08-30
SUNRPC: change svc_recv() to return void.
NeilBrown
1
-17
/
+11
2023-08-30
SUNRPC: call svc_process() from svc_recv().
NeilBrown
1
-1
/
+2
2023-08-30
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-10
/
+6
2023-06-17
SUNRPC: Remove transport class dprintk call sites
Chuck Lever
1
-3
/
+0
2023-06-17
SUNRPC: Fix comments for transport class registration
Chuck Lever
1
-0
/
+12
2023-06-17
SUNRPC: Move initialization of rq_stime
Chuck Lever
1
-1
/
+2
2023-06-05
SUNRPC: Resupply rq_pages from node-local memory
Chuck Lever
1
-2
/
+3
2023-06-05
SUNRPC: Remove dprintk() in svc_handle_xprt()
Chuck Lever
1
-3
/
+0
2023-05-14
SUNRPC: always free ctxt when freeing deferred request
NeilBrown
1
-6
/
+17
2023-05-14
SUNRPC: double free xprt_ctxt while still in use
NeilBrown
1
-1
/
+2
2023-04-28
SUNRPC: Support TLS handshake in the server-side TCP socket code
Chuck Lever
1
-1
/
+4
2023-04-28
SUNRPC: Clear rq_xid when receiving a new RPC Call
Chuck Lever
1
-0
/
+2
2023-04-28
SUNRPC: Be even lazier about releasing pages
Chuck Lever
1
-3
/
+0
2023-04-26
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
1
-1
/
+1
2023-04-26
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
1
-12
/
+9
2023-02-20
SUNRPC: Remove ->xpo_secure_port()
Chuck Lever
1
-1
/
+0
2023-02-20
SUNRPC: Replace pool stats with per-CPU variables
Chuck Lever
1
-10
/
+8
2023-02-20
SUNRPC: Hoist svcxdr_init_decode() into svc_process()
Chuck Lever
1
-1
/
+0
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
1
-1
/
+1
2022-07-30
SUNRPC: Expand the svc_alloc_arg_err tracepoint
Chuck Lever
1
-1
/
+1
2022-05-23
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
1
-1
/
+1
2022-05-19
SUNRPC: Simplify synopsis of svc_pool_for_cpu()
Chuck Lever
1
-1
/
+1
2022-05-19
SUNRPC: Don't disable preemption while calling svc_pool_for_cpu().
Sebastian Andrzej Siewior
1
-4
/
+1
2022-05-19
SUNRPC: Remove svc_rqst::rq_xprt_hlen
Chuck Lever
1
-6
/
+4
2022-04-13
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-0
/
+3
2022-04-06
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
1
-0
/
+3
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+2
[next]