index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
xprtrdma: Invoke rpcrdma_ep_create() in the connect worker
Chuck Lever
3
-103
/
+56
2020-03-27
xprtrdma: Enhance MR-related trace points
Chuck Lever
1
-1
/
+1
2020-03-26
SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize
Olga Kornievskaia
1
-1
/
+2
2020-03-16
sunrpc: Add tracing for cache events
Trond Myklebust
1
-9
/
+27
2020-03-16
SUNRPC/cache: Allow garbage collection of invalid cache entries
Trond Myklebust
1
-17
/
+19
2020-03-16
nfsd: export upcalls must not return ESTALE when mountd is down
Trond Myklebust
3
-27
/
+50
2020-03-16
SUNRPC: Teach server to use xprt_sock_sendmsg for socket sends
Chuck Lever
4
-175
/
+71
2020-03-16
SUNRPC: Refactor xs_sendpages()
Chuck Lever
4
-129
/
+177
2020-03-16
svcrdma: Avoid DMA mapping small RPC Replies
Chuck Lever
1
-1
/
+12
2020-03-16
svcrdma: Fix double sync of transport header buffer
Chuck Lever
3
-41
/
+28
2020-03-16
svcrdma: Refactor chunk list encoders
Chuck Lever
3
-121
/
+207
2020-03-16
SUNRPC: Add encoders for list item discriminators
Chuck Lever
1
-31
/
+5
2020-03-16
svcrdma: Rename svcrdma_encode trace points in send routines
Chuck Lever
1
-6
/
+7
2020-03-16
svcrdma: Update synopsis of svc_rdma_send_reply_msg()
Chuck Lever
1
-6
/
+4
2020-03-16
svcrdma: Update synopsis of svc_rdma_map_reply_msg()
Chuck Lever
2
-34
/
+50
2020-03-16
svcrdma: Update synopsis of svc_rdma_send_reply_chunk()
Chuck Lever
2
-7
/
+7
2020-03-16
svcrdma: De-duplicate code that locates Write and Reply chunks
Chuck Lever
2
-35
/
+12
2020-03-16
svcrdma: Use struct xdr_stream to decode ingress transport headers
Chuck Lever
1
-83
/
+123
2020-03-16
svcrdma: Remove svcrdma_cm_event() trace point
Chuck Lever
1
-7
/
+0
2020-03-16
svcrdma: Create a generic tracing class for displaying xdr_buf layout
Chuck Lever
3
-2
/
+5
2020-03-16
SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.c
Chuck Lever
1
-28
/
+15
2020-03-16
SUNRPC: Add xdr_pad_size() helper
Chuck Lever
3
-10
/
+6
2020-03-16
svcrdma: Fix double svc_rdma_send_ctxt_put() in an error path
Chuck Lever
1
-8
/
+1
2020-03-16
nfsd: Fix NFSv4 READ on RDMA when using readv
Chuck Lever
6
-13
/
+83
2020-03-16
svcrdma: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-16
sunrpc: Pass lockdep expression to RCU lists
Amol Grover
1
-1
/
+2
2020-03-16
SUNRPC: Trim stack utilization in the wrap and unwrap paths
Chuck Lever
1
-6
/
+8
2020-03-16
SUNRPC: Remove xdr_buf_read_mic()
Chuck Lever
1
-55
/
+0
2020-03-16
sunrpc: Fix gss_unwrap_resp_integ() again
Chuck Lever
1
-19
/
+58
2020-03-16
SUNRPC: remove redundant assignments to variable status
Colin Ian King
1
-1
/
+1
2020-03-16
SUNRPC: Don't take a reference to the cred on synchronous tasks
Trond Myklebust
1
-0
/
+3
2020-03-16
SUNRPC: Add a flag to avoid reference counts on credentials
Trond Myklebust
2
-3
/
+5
2020-02-13
xprtrdma: Fix DMA scatter-gather list mapping imbalance
Chuck Lever
1
-6
/
+7
2020-02-07
Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-22
/
+30
2020-02-07
Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
13
-261
/
+199
2020-02-07
sunrpc: expiry_time should be seconds not timeval
Roberto Bergantinos Corpas
1
-0
/
+4
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
3
-39
/
+37
2020-02-03
SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()
Trond Myklebust
1
-1
/
+1
2020-01-29
Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...
Linus Torvalds
8
-35
/
+41
2020-01-22
sunrpc: clean up cache entry add/remove from hashtable
Trond Myklebust
1
-24
/
+26
2020-01-22
sunrpc: Fix potential leaks in sunrpc_cache_unhash()
Trond Myklebust
1
-0
/
+2
2020-01-15
SUNRPC: Remove broken gss_mech_list_pseudoflavors()
Trond Myklebust
3
-79
/
+0
2020-01-15
xprtrdma: DMA map rr_rdma_buf as each rpcrdma_rep is created
Chuck Lever
1
-20
/
+11
2020-01-15
xprtrdma: Destroy reps from previous connection instance
Chuck Lever
1
-1
/
+3
2020-01-15
xprtrdma: Destroy rpcrdma_rep when Receive is flushed
Chuck Lever
1
-1
/
+8
2020-01-15
xprtrdma: Allocate and map transport header buffers at connect time
Chuck Lever
4
-37
/
+84
2020-01-15
xprtrdma: Refactor frwr_is_supported
Chuck Lever
3
-47
/
+25
2020-01-15
xprtrdma: Eliminate per-transport "max pages"
Chuck Lever
5
-40
/
+23
2020-01-15
xprtrdma: Refactor initialization of ep->rep_max_requests
Chuck Lever
4
-11
/
+11
2020-01-15
xprtrdma: Make sendctx queue lifetime the same as connection lifetime
Chuck Lever
1
-7
/
+15
[prev]
[next]