index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: replace program list with program array
NeilBrown
2024-09-23
1
-29
/
+39
*
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
2024-09-21
1
-0
/
+10
*
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
2024-09-21
1
-18
/
+7
*
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
2024-09-21
1
-6
/
+0
*
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
2024-09-21
1
-20
/
+11
*
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
2024-09-21
1
-0
/
+14
*
SUNRPC: make various functions static, or not exported.
NeilBrown
2024-09-01
1
-23
/
+25
*
sunrpc: avoid -Wformat-security warning
Arnd Bergmann
2024-07-19
1
-1
/
+1
*
sunrpc: refactor pool_mode setting code
Jeff Layton
2024-07-08
1
-21
/
+64
*
sunrpc: fix up the special handling of sv_nrpools == 1
Jeff Layton
2024-07-08
1
-19
/
+7
*
SUNRPC: Fix backchannel reply, again
Chuck Lever
2024-06-21
1
-1
/
+4
*
sunrpc: removed redundant procp check
Aleksandr Aprelkov
2024-05-06
1
-2
/
+0
*
SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()
Chuck Lever
2024-03-01
1
-1
/
+0
*
sunrpc: pass in the sv_stats struct through svc_create_pooled
Josef Bacik
2024-03-01
1
-5
/
+7
*
sunrpc: don't change ->sv_stats if it doesn't exist
Josef Bacik
2024-03-01
1
-9
/
+18
*
NFSv4.1: Assign the right value for initval and retries for rpc timeout
Samasth Norway Ananda
2024-01-29
1
-2
/
+2
*
Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2024-01-11
1
-1
/
+10
|
\
|
*
NFSv4.1: Use the nfs_client's rpc timeouts for backchannel
Benjamin Coddington
2024-01-04
1
-1
/
+10
*
|
SUNRPC: discard sv_refcnt, and svc_get/svc_put
NeilBrown
2024-01-07
1
-9
/
+4
*
|
SUNRPC: Remove RQ_SPLICE_OK
Chuck Lever
2024-01-07
1
-2
/
+0
|
/
*
SUNRPC: Remove BUG_ON call sites
Chuck Lever
2023-10-16
1
-4
/
+5
*
SUNRPC: change the back-channel queue to lwq
NeilBrown
2023-10-16
1
-2
/
+1
*
SUNRPC: discard sp_lock
NeilBrown
2023-10-16
1
-5
/
+5
*
SUNRPC: change sp_nrthreads to atomic_t
NeilBrown
2023-10-16
1
-17
/
+20
*
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
2023-10-16
1
-1
/
+1
*
SUNRPC: only have one thread waking up at a time
NeilBrown
2023-10-16
1
-8
/
+6
*
SUNRPC: change service idle list to be an llist
NeilBrown
2023-10-16
1
-7
/
+7
*
SUNRPC: discard SP_CONGESTED
NeilBrown
2023-10-16
1
-1
/
+0
*
SUNRPC: add list of idle threads
NeilBrown
2023-10-16
1
-5
/
+9
*
SUNRPC: change how svc threads are asked to exit.
NeilBrown
2023-10-16
1
-22
/
+21
*
SUNRPC: integrate back-channel processing with svc_recv()
NeilBrown
2023-10-16
1
-1
/
+1
*
SUNRPC: Clean up bc_svc_process()
Chuck Lever
2023-10-16
1
-26
/
+12
*
Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2023-09-01
1
-0
/
+2
|
\
|
*
SUNRPC: kmap() the xdr pages during decode
Anna Schumaker
2023-08-23
1
-0
/
+2
*
|
SUNRPC: Remove return value of svc_pool_wake_idle_thread()
NeilBrown
2023-08-29
1
-6
/
+2
*
|
SUNRPC: Clean up svc_set_num_threads
Chuck Lever
2023-08-29
1
-35
/
+25
*
|
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
2023-08-29
1
-0
/
+2
*
|
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
2023-08-29
1
-0
/
+34
*
|
SUNRPC: Add enum svc_auth_status
Chuck Lever
2023-08-29
1
-1
/
+5
*
|
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
2023-08-29
1
-2
/
+0
*
|
SUNRPC: call svc_process() from svc_recv().
NeilBrown
2023-08-29
1
-1
/
+0
|
/
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-5
/
+5
|
\
|
*
net: convert sunrpc from pagevec to folio_batch
Matthew Wilcox (Oracle)
2023-06-24
1
-5
/
+5
*
|
SUNRPC: Address RCU warning in net/sunrpc/svc.c
Chuck Lever
2023-06-17
1
-2
/
+6
*
|
SUNRPC: Use sysfs_emit in place of strlcpy/sprintf
Azeem Shaikh
2023-06-17
1
-5
/
+5
*
|
SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()
Chuck Lever
2023-06-05
1
-16
/
+7
|
/
*
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
2023-05-14
1
-1
/
+1
*
SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
Chuck Lever
2023-05-03
1
-6
/
+11
*
SUNRPC: Be even lazier about releasing pages
Chuck Lever
2023-04-28
1
-0
/
+3
*
SUNRPC: Convert svc_xprt_release() to the release_pages() API
Chuck Lever
2023-04-26
1
-6
/
+5
[next]