Age | Commit message (Expand) | Author |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2024-01-08 | Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2024-01-07 | SUNRPC: discard sv_refcnt, and svc_get/svc_put | NeilBrown |
2024-01-07 | svc: don't hold reference for poolstats, only mutex. | NeilBrown |
2024-01-07 | SUNRPC: remove printk when back channel request not found | Dai Ngo |
2024-01-07 | svcrdma: Implement multi-stage Read completion again | Chuck Lever |
2024-01-07 | svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete() | Chuck Lever |
2024-01-07 | svcrdma: Add back svcxprt_rdma::sc_read_complete_q | Chuck Lever |
2024-01-07 | svcrdma: Add back svc_rdma_recv_ctxt::rc_pages | Chuck Lever |
2024-01-07 | svcrdma: Clean up comment in svc_rdma_accept() | Chuck Lever |
2024-01-07 | svcrdma: Remove queue-shortening warnings | Chuck Lever |
2024-01-07 | svcrdma: Remove pointer addresses shown in dprintk() | Chuck Lever |
2024-01-07 | svcrdma: Optimize svc_rdma_cc_init() | Chuck Lever |
2024-01-07 | svcrdma: De-duplicate completion ID initialization helpers | Chuck Lever |
2024-01-07 | svcrdma: Move the svc_rdma_cc_init() call | Chuck Lever |
2024-01-07 | svcrdma: Remove struct svc_rdma_read_info | Chuck Lever |
2024-01-07 | svcrdma: Update the synopsis of svc_rdma_read_special() | Chuck Lever |
2024-01-07 | svcrdma: Update the synopsis of svc_rdma_read_call_chunk() | Chuck Lever |
2024-01-07 | svcrdma: Update synopsis of svc_rdma_read_multiple_chunks() | Chuck Lever |
2024-01-07 | svcrdma: Update synopsis of svc_rdma_copy_inline_range() | Chuck Lever |
2024-01-07 | svcrdma: Update the synopsis of svc_rdma_read_data_item() | Chuck Lever |
2024-01-07 | svcrdma: Update synopsis of svc_rdma_read_chunk_range() | Chuck Lever |
2024-01-07 | svcrdma: Update synopsis of svc_rdma_build_read_chunk() | Chuck Lever |
2024-01-07 | svcrdma: Update synopsis of svc_rdma_build_read_segment() | Chuck Lever |
2024-01-07 | svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxt | Chuck Lever |
2024-01-07 | svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxt | Chuck Lever |
2024-01-07 | svcrdma: Start moving fields out of struct svc_rdma_read_info | Chuck Lever |
2024-01-07 | svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.h | Chuck Lever |
2024-01-07 | svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma field | Chuck Lever |
2024-01-07 | svcrdma: Pass a pointer to the transport to svc_rdma_cc_release() | Chuck Lever |
2024-01-07 | svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt() | Chuck Lever |
2024-01-07 | svcrdma: Explicitly pass the transport into Read chunk I/O paths | Chuck Lever |
2024-01-07 | svcrdma: Explicitly pass the transport into Write chunk I/O paths | Chuck Lever |
2024-01-07 | svcrdma: Acquire the svcxprt_rdma pointer from the CQ context | Chuck Lever |
2024-01-07 | svcrdma: Reduce size of struct svc_rdma_rw_ctxt | Chuck Lever |
2024-01-07 | svcrdma: Update some svcrdma DMA-related tracepoints | Chuck Lever |
2024-01-07 | svcrdma: DMA error tracepoints should report completion IDs | Chuck Lever |
2024-01-07 | svcrdma: SQ error tracepoints should report completion IDs | Chuck Lever |
2024-01-07 | rpcrdma: Introduce a simple cid tracepoint class | Chuck Lever |
2024-01-07 | svcrdma: Add lockdep class keys for transport locks | Chuck Lever |
2024-01-07 | svcrdma: Clean up locking | Chuck Lever |
2024-01-07 | svcrdma: Add an async version of svc_rdma_write_info_free() | Chuck Lever |
2024-01-07 | svcrdma: Add an async version of svc_rdma_send_ctxt_put() | Chuck Lever |
2024-01-07 | svcrdma: Add a utility workqueue to svcrdma | Chuck Lever |
2024-01-07 | svcrdma: Pre-allocate svc_rdma_recv_ctxt objects | Chuck Lever |
2024-01-07 | svcrdma: Eliminate allocation of recv_ctxt objects in backchannel | Chuck Lever |
2024-01-07 | SUNRPC: Remove RQ_SPLICE_OK | Chuck Lever |
2024-01-07 | SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavor | Chuck Lever |
2024-01-07 | ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() | Eric Dumazet |