开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc.c
Age
Commit message (
Expand
)
Author
2023-10-16
SUNRPC: Remove BUG_ON call sites
Chuck Lever
2023-10-16
SUNRPC: change the back-channel queue to lwq
NeilBrown
2023-10-16
SUNRPC: discard sp_lock
NeilBrown
2023-10-16
SUNRPC: change sp_nrthreads to atomic_t
NeilBrown
2023-10-16
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
2023-10-16
SUNRPC: only have one thread waking up at a time
NeilBrown
2023-10-16
SUNRPC: change service idle list to be an llist
NeilBrown
2023-10-16
SUNRPC: discard SP_CONGESTED
NeilBrown
2023-10-16
SUNRPC: add list of idle threads
NeilBrown
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
2023-10-16
SUNRPC: integrate back-channel processing with svc_recv()
NeilBrown
2023-10-16
SUNRPC: Clean up bc_svc_process()
Chuck Lever
2023-08-31
Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2023-08-29
SUNRPC: Remove return value of svc_pool_wake_idle_thread()
NeilBrown
2023-08-29
SUNRPC: Clean up svc_set_num_threads
Chuck Lever
2023-08-29
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
2023-08-29
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
2023-08-29
SUNRPC: Add enum svc_auth_status
Chuck Lever
2023-08-29
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
2023-08-29
SUNRPC: call svc_process() from svc_recv().
NeilBrown
2023-08-23
SUNRPC: kmap() the xdr pages during decode
Anna Schumaker
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-23
net: convert sunrpc from pagevec to folio_batch
Matthew Wilcox (Oracle)
2023-06-17
SUNRPC: Address RCU warning in net/sunrpc/svc.c
Chuck Lever
2023-06-17
SUNRPC: Use sysfs_emit in place of strlcpy/sprintf
Azeem Shaikh
2023-06-05
SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()
Chuck Lever
2023-05-14
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
2023-05-03
SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
Chuck Lever
2023-04-27
SUNRPC: Be even lazier about releasing pages
Chuck Lever
2023-04-26
SUNRPC: Convert svc_xprt_release() to the release_pages() API
Chuck Lever
2023-04-26
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
2023-04-26
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
2023-04-26
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
2023-03-08
SUNRPC: Fix a server shutdown leak
Benjamin Coddington
2023-02-20
SUNRPC: Replace pool stats with per-CPU variables
Chuck Lever
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
SUNRPC: Set rq_accept_statp inside ->accept methods
Chuck Lever
2023-02-20
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
2023-02-20
SUNRPC: Final clean-up of svc_process_common()
Chuck Lever
2023-02-20
SUNRPC: Convert RPC Reply header encoding to use xdr_stream
Chuck Lever
2023-02-20
SUNRPC: Hoist init_encode out of svc_authenticate()
Chuck Lever
2023-02-20
SUNRPC: Move svcxdr_init_encode() into ->accept methods
Chuck Lever
2023-02-20
SUNRPC: Push svcxdr_init_encode() into svc_process_common()
Chuck Lever
2023-02-20
SUNRPC: Remove the rpc_stat variable in svc_process_common()
Chuck Lever
2023-02-20
SUNRPC: Hoist svcxdr_init_decode() into svc_process()
Chuck Lever
2023-02-20
SUNRPC: Remove svc_process_common's argv parameter
Chuck Lever
2023-02-20
SUNRPC: Decode most of RPC header with xdr_stream
Chuck Lever
2023-02-20
SUNRPC: Eliminate unneeded variable
Chuck Lever
2023-02-20
SUNRPC: Re-order construction of the first reply fields
Chuck Lever
2023-02-20
SUNRPC: Hoist init_decode out of svc_authenticate()
Chuck Lever
[next]