index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()
Chuck Lever
2023-06-17
1
-4
/
+3
*
|
|
svcrdma: trace cc_release calls
Chuck Lever
2023-06-17
1
-0
/
+2
*
|
|
svcrdma: Convert "might sleep" comment into a code annotation
Chuck Lever
2023-06-17
2
-2
/
+5
*
|
|
SUNRPC: Move initialization of rq_stime
Chuck Lever
2023-06-17
1
-1
/
+2
*
|
|
SUNRPC: Optimize page release in svc_rdma_sendto()
Chuck Lever
2023-06-17
1
-2
/
+2
*
|
|
svcrdma: Prevent page release when nothing was received
Chuck Lever
2023-06-17
1
-6
/
+6
*
|
|
svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")
Chuck Lever
2023-06-12
2
-22
/
+13
*
|
|
SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")
Chuck Lever
2023-06-12
1
-0
/
+25
*
|
|
SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...
Chuck Lever
2023-06-12
1
-5
/
+0
*
|
|
svcrdma: Clean up allocation of svc_rdma_rw_ctxt
Chuck Lever
2023-06-12
1
-4
/
+6
*
|
|
svcrdma: Clean up allocation of svc_rdma_send_ctxt
Chuck Lever
2023-06-12
1
-5
/
+4
*
|
|
svcrdma: Clean up allocation of svc_rdma_recv_ctxt
Chuck Lever
2023-06-12
1
-11
/
+7
*
|
|
svcrdma: Allocate new transports on device's NUMA node
Chuck Lever
2023-06-12
1
-9
/
+9
*
|
|
NFSD: Hoist rq_vec preparation into nfsd_read() [step two]
Chuck Lever
2023-06-11
1
-14
/
+12
*
|
|
SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()
Chuck Lever
2023-06-05
1
-16
/
+7
*
|
|
SUNRPC: Resupply rq_pages from node-local memory
Chuck Lever
2023-06-05
1
-2
/
+3
*
|
|
SUNRPC: Trace struct svc_sock lifetime events
Chuck Lever
2023-06-05
1
-1
/
+3
*
|
|
SUNRPC: Improve observability in svc_tcp_accept()
Chuck Lever
2023-06-05
1
-7
/
+2
*
|
|
SUNRPC: Remove dprintk() in svc_handle_xprt()
Chuck Lever
2023-06-05
1
-3
/
+0
*
|
|
SUNRPC: Fix an incorrect comment
Chuck Lever
2023-06-05
1
-1
/
+1
*
|
|
SUNRPC: Fix UAF in svc_tcp_listen_data_ready()
Ding Hui
2023-06-05
1
-12
/
+11
|
|
/
|
/
|
*
|
Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-06-02
1
-18
/
+6
|
\
\
|
|
/
|
/
|
|
*
nfsd: fix double fget() bug in __write_ports_addfd()
Dan Carpenter
2023-05-31
1
-18
/
+6
*
|
Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2023-05-22
1
-3
/
+2
|
\
\
|
*
|
SUNRPC: Don't change task->tk_status after the call to rpc_exit_task
Trond Myklebust
2023-05-19
1
-3
/
+2
*
|
|
Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-05-17
6
-46
/
+66
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
2023-05-14
1
-1
/
+1
|
*
SUNRPC: always free ctxt when freeing deferred request
NeilBrown
2023-05-14
4
-27
/
+39
|
*
SUNRPC: double free xprt_ctxt while still in use
NeilBrown
2023-05-14
1
-1
/
+2
|
*
SUNRPC: Fix error handling in svc_setup_socket()
Chuck Lever
2023-05-05
1
-12
/
+4
|
*
SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
Chuck Lever
2023-05-03
1
-6
/
+11
|
*
SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IV
Ard Biesheuvel
2023-05-02
1
-0
/
+10
*
|
Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-04-29
6
-69
/
+243
|
\
|
|
*
SUNRPC: Support TLS handshake in the server-side TCP socket code
Chuck Lever
2023-04-27
3
-6
/
+111
|
*
SUNRPC: Clear rq_xid when receiving a new RPC Call
Chuck Lever
2023-04-27
1
-0
/
+2
|
*
SUNRPC: Recognize control messages in server-side TCP socket code
Chuck Lever
2023-04-27
1
-2
/
+46
|
*
SUNRPC: Be even lazier about releasing pages
Chuck Lever
2023-04-27
2
-3
/
+3
|
*
SUNRPC: Convert svc_xprt_release() to the release_pages() API
Chuck Lever
2023-04-26
1
-6
/
+5
|
*
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
2023-04-26
2
-1
/
+20
|
*
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
2023-04-26
2
-18
/
+16
|
*
SUNRPC: Ensure server-side sockets have a sock->file
Chuck Lever
2023-04-26
1
-7
/
+18
|
*
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
2023-04-26
1
-1
/
+14
|
*
sunrpc: simplify two-level sysctl registration for svcrdma_parm_table
Luis Chamberlain
2023-04-26
1
-19
/
+2
|
*
SUNRPC: return proper error from get_expiry()
NeilBrown
2023-04-26
2
-12
/
+12
*
|
Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2023-04-29
5
-52
/
+18
|
\
\
|
|
/
|
/
|
|
*
SUNRPC: remove the maximum number of retries in call_bind_status
Dai Ngo
2023-04-19
2
-4
/
+0
|
*
sunrpc: simplify one-level sysctl registration for debug_table
Luis Chamberlain
2023-04-11
1
-10
/
+1
|
*
sunrpc: move sunrpc_table and proc routines above
Luis Chamberlain
2023-04-11
1
-19
/
+16
|
*
sunrpc: simplify one-level sysctl registration for xs_tunables_table
Luis Chamberlain
2023-04-11
1
-11
/
+2
|
*
sunrpc: simplify one-level sysctl registration for xr_tunables_table
Luis Chamberlain
2023-04-11
1
-10
/
+1
[prev]
[next]