Age | Commit message (Expand) | Author | Files | Lines |
2020-04-17 | svcrdma: Fix leak of svc_rdma_recv_ctxt objects | Chuck Lever | 5 | -18/+29 |
2020-04-17 | svcrdma: Fix trace point use-after-free race | Chuck Lever | 2 | -9/+10 |
2020-04-17 | SUNRPC: Fix backchannel RPC soft lockups | Chuck Lever | 3 | -0/+5 |
2020-04-13 | SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purge | Yihao Wu | 1 | -2/+3 |
2020-04-07 | Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 11 | -716/+503 |
2020-04-04 | SUNRPC: Don't start a timer on an already queued rpc task | Trond Myklebust | 1 | -6/+13 |
2020-03-28 | Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/projects/anna/linux... | Trond Myklebust | 6 | -625/+413 |
2020-03-27 | svcrdma: Fix leak of transport addresses | Chuck Lever | 1 | -0/+1 |
2020-03-27 | SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()' | Christophe JAILLET | 1 | -5/+14 |
2020-03-27 | xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt | Chuck Lever | 6 | -130/+141 |
2020-03-27 | xprtrdma: Extract sockaddr from struct rdma_cm_id | Chuck Lever | 1 | -21/+14 |
2020-03-27 | xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_ep | Chuck Lever | 6 | -255/+240 |
2020-03-27 | xprtrdma: Disconnect on flushed completion | Chuck Lever | 3 | -17/+45 |
2020-03-27 | xprtrdma: Remove rpcrdma_ia::ri_flags | Chuck Lever | 3 | -67/+13 |
2020-03-27 | xprtrdma: Invoke rpcrdma_ia_open in the connect worker | Chuck Lever | 3 | -142/+20 |
2020-03-27 | xprtrdma: Allocate Protection Domain in rpcrdma_ep_create() | Chuck Lever | 1 | -16/+10 |
2020-03-27 | xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_disconnect() | Chuck Lever | 3 | -20/+20 |
2020-03-27 | xprtrdma: Clean up the post_send path | Chuck Lever | 5 | -18/+18 |
2020-03-27 | xprtrdma: Refactor frwr_init_mr() | Chuck Lever | 3 | -8/+8 |
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 |