Age | Commit message (Expand) | Author |
2022-12-06 | xprtrdma: Fix regbuf data not freed in rpcrdma_req_create() | Zhang Xiaoxu |
2022-10-05 | xprtrdma: Prevent memory allocations from driving a reclaim | Chuck Lever |
2022-10-05 | xprtrdma: Memory allocation should be allowed to fail during connect | Chuck Lever |
2022-10-05 | xprtrdma: MR-related memory allocation should be allowed to fail | Chuck Lever |
2022-10-05 | xprtrdma: Clean up synopsis of rpcrdma_regbuf_alloc() | Chuck Lever |
2022-10-05 | xprtrdma: Clean up synopsis of rpcrdma_req_create() | Chuck Lever |
2022-10-05 | SUNRPC: Replace the use of the xprtiod WQ in rpcrdma | Chuck Lever |
2022-02-25 | SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNEL | Trond Myklebust |
2022-02-08 | xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create | Dan Aloni |
2022-01-14 | xprtrdma: Remove definitions of RPCDBG_FACILITY | Chuck Lever |
2022-01-14 | xprtrdma: Remove final dprintk call sites from xprtrdma | Chuck Lever |
2021-10-20 | xprtrdma: Remove rpcrdma_ep::re_implicit_roundup | Chuck Lever |
2021-10-20 | xprtrdma: Provide a buffer to pad Write chunks of unaligned length | Chuck Lever |
2021-08-09 | xprtrdma: Eliminate rpcrdma_post_sends() | Chuck Lever |
2021-08-09 | xprtrdma: Add xprtrdma_post_recvs_err() tracepoint | Chuck Lever |
2021-08-09 | xprtrdma: Put rpcrdma_reps before waking the tear-down completion | Chuck Lever |
2021-08-09 | xprtrdma: Disconnect after an ib_post_send() immediate error | Chuck Lever |
2021-05-26 | SUNRPC: More fixes for backlog congestion | Trond Myklebust |
2021-04-26 | xprtrdma: Remove the RPC/RDMA QP event handler | Chuck Lever |
2021-04-26 | xprtrdma: Avoid Send Queue wrapping | Chuck Lever |
2021-04-26 | xprtrdma: Rename frwr_release_mr() | Chuck Lever |
2021-04-26 | xprtrdma: Delete rpcrdma_recv_buffer_put() | Chuck Lever |
2021-04-26 | xprtrdma: Fix cwnd update ordering | Chuck Lever |
2021-04-26 | xprtrdma: Improve locking around rpcrdma_rep creation | Chuck Lever |
2021-04-26 | xprtrdma: Improve commentary around rpcrdma_reps_unmap() | Chuck Lever |
2021-04-26 | xprtrdma: Improve locking around rpcrdma_rep destruction | Chuck Lever |
2021-04-26 | xprtrdma: Put flushed Receives on free list instead of destroying them | Chuck Lever |
2021-04-26 | xprtrdma: Do not refresh Receive Queue while it is draining | Chuck Lever |
2020-11-11 | xprtrdma: Move rpcrdma_mr_put() | Chuck Lever |
2020-11-11 | xprtrdma: Introduce Send completion IDs | Chuck Lever |
2020-11-11 | xprtrdma: Introduce Receive completion IDs | Chuck Lever |
2020-09-09 | Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2020-08-26 | xprtrdma: Release in-flight MRs on disconnect | Chuck Lever |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-13 | xprtrdma: Fix handling of connect errors | Chuck Lever |
2020-07-13 | xprtrdma: Fix return code from rpcrdma_xprt_connect() | Chuck Lever |
2020-07-13 | xprtrdma: Fix recursion into rpcrdma_xprt_disconnect() | Chuck Lever |
2020-07-13 | xprtrdma: Fix double-free in rpcrdma_ep_create() | Chuck Lever |
2020-06-22 | xprtrdma: Clean up disconnect | Chuck Lever |
2020-06-22 | xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect() | Chuck Lever |
2020-06-22 | xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect() | Chuck Lever |
2020-06-22 | xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed | Chuck Lever |
2020-06-11 | SUNRPC: Trace transport lifetime events | Chuck Lever |
2020-04-20 | xprtrdma: Fix trace point use-after-free race | Chuck Lever |
2020-04-20 | xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler() | Chuck Lever |
2020-03-27 | xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt | Chuck Lever |
2020-03-27 | xprtrdma: Extract sockaddr from struct rdma_cm_id | Chuck Lever |
2020-03-27 | xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_ep | Chuck Lever |
2020-03-27 | xprtrdma: Disconnect on flushed completion | Chuck Lever |
2020-03-27 | xprtrdma: Remove rpcrdma_ia::ri_flags | Chuck Lever |