index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
sunrpc: removed redundant procp check
Aleksandr Aprelkov
1
-2
/
+0
2024-03-01
SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()
Chuck Lever
1
-1
/
+0
2024-03-01
sunrpc: pass in the sv_stats struct through svc_create_pooled
Josef Bacik
1
-5
/
+7
2024-03-01
sunrpc: don't change ->sv_stats if it doesn't exist
Josef Bacik
1
-9
/
+18
2024-01-29
NFSv4.1: Assign the right value for initval and retries for rpc timeout
Samasth Norway Ananda
1
-2
/
+2
2024-01-10
Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-1
/
+10
2024-01-07
SUNRPC: discard sv_refcnt, and svc_get/svc_put
NeilBrown
1
-9
/
+4
2024-01-07
SUNRPC: Remove RQ_SPLICE_OK
Chuck Lever
1
-2
/
+0
2024-01-04
NFSv4.1: Use the nfs_client's rpc timeouts for backchannel
Benjamin Coddington
1
-1
/
+10
2023-10-16
SUNRPC: Remove BUG_ON call sites
Chuck Lever
1
-4
/
+5
2023-10-16
SUNRPC: change the back-channel queue to lwq
NeilBrown
1
-2
/
+1
2023-10-16
SUNRPC: discard sp_lock
NeilBrown
1
-5
/
+5
2023-10-16
SUNRPC: change sp_nrthreads to atomic_t
NeilBrown
1
-17
/
+20
2023-10-16
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
1
-1
/
+1
2023-10-16
SUNRPC: only have one thread waking up at a time
NeilBrown
1
-8
/
+6
2023-10-16
SUNRPC: change service idle list to be an llist
NeilBrown
1
-7
/
+7
2023-10-16
SUNRPC: discard SP_CONGESTED
NeilBrown
1
-1
/
+0
2023-10-16
SUNRPC: add list of idle threads
NeilBrown
1
-5
/
+9
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
1
-22
/
+21
2023-10-16
SUNRPC: integrate back-channel processing with svc_recv()
NeilBrown
1
-1
/
+1
2023-10-16
SUNRPC: Clean up bc_svc_process()
Chuck Lever
1
-26
/
+12
2023-08-31
Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+2
2023-08-29
SUNRPC: Remove return value of svc_pool_wake_idle_thread()
NeilBrown
1
-6
/
+2
2023-08-29
SUNRPC: Clean up svc_set_num_threads
Chuck Lever
1
-35
/
+25
2023-08-29
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
1
-0
/
+2
2023-08-29
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
1
-0
/
+34
2023-08-29
SUNRPC: Add enum svc_auth_status
Chuck Lever
1
-1
/
+5
2023-08-29
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
1
-2
/
+0
2023-08-29
SUNRPC: call svc_process() from svc_recv().
NeilBrown
1
-1
/
+0
2023-08-23
SUNRPC: kmap() the xdr pages during decode
Anna Schumaker
1
-0
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+5
2023-06-23
net: convert sunrpc from pagevec to folio_batch
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-06-17
SUNRPC: Address RCU warning in net/sunrpc/svc.c
Chuck Lever
1
-2
/
+6
2023-06-17
SUNRPC: Use sysfs_emit in place of strlcpy/sprintf
Azeem Shaikh
1
-5
/
+5
2023-06-05
SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()
Chuck Lever
1
-16
/
+7
2023-05-14
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
1
-1
/
+1
2023-05-03
SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
Chuck Lever
1
-6
/
+11
2023-04-27
SUNRPC: Be even lazier about releasing pages
Chuck Lever
1
-0
/
+3
2023-04-26
SUNRPC: Convert svc_xprt_release() to the release_pages() API
Chuck Lever
1
-6
/
+5
2023-04-26
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
1
-0
/
+19
2023-04-26
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
1
-6
/
+7
2023-04-26
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
1
-1
/
+14
2023-03-08
SUNRPC: Fix a server shutdown leak
Benjamin Coddington
1
-1
/
+5
2023-02-20
SUNRPC: Replace pool stats with per-CPU variables
Chuck Lever
1
-0
/
+12
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
1
-1
/
+1
2023-02-20
SUNRPC: Set rq_accept_statp inside ->accept methods
Chuck Lever
1
-2
/
+0
2023-02-20
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
1
-5
/
+5
2023-02-20
SUNRPC: Final clean-up of svc_process_common()
Chuck Lever
1
-8
/
+6
2023-02-20
SUNRPC: Convert RPC Reply header encoding to use xdr_stream
Chuck Lever
1
-25
/
+25
2023-02-20
SUNRPC: Hoist init_encode out of svc_authenticate()
Chuck Lever
1
-0
/
+2
[next]