Age | Commit message (Expand) | Author |
2021-02-21 | Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2021-02-01 | SUNRPC: Fix NFS READs that start at non-page-aligned offsets | Chuck Lever |
2021-01-25 | SUNRPC: Handle 0 length opaque XDR object data properly | Dave Wysochanski |
2021-01-25 | SUNRPC: Move simple_get_bytes and simple_get_netobj into private header | Dave Wysochanski |
2021-01-25 | SUNRPC: Correct a comment | Chuck Lever |
2021-01-25 | svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom() | Chuck Lever |
2021-01-25 | svcrdma: Reduce Receive doorbell rate | Chuck Lever |
2021-01-25 | svcrdma: Deprecate stat variables that are no longer used | Chuck Lever |
2021-01-25 | svcrdma: Restore read and write stats | Chuck Lever |
2021-01-25 | svcrdma: Convert rdma_stat_sq_starve to a per-CPU counter | Chuck Lever |
2021-01-25 | svcrdma: Convert rdma_stat_recv to a per-CPU counter | Chuck Lever |
2021-01-25 | svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up() | Chuck Lever |
2021-01-19 | Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds |
2021-01-13 | SUNRPC: Move the svc_xdr_recvfrom tracepoint again | Chuck Lever |
2021-01-12 | Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2021-01-11 | Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds |
2021-01-10 | net: sunrpc: interpret the return value of kstrtou32 correctly | j.nixdorf@avm.de |
2020-12-18 | SUNRPC: Handle TCP socket sends with kernel_sendpage() again | Chuck Lever |
2020-12-17 | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2020-12-15 | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6 | Linus Torvalds |
2020-12-15 | Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust |
2020-12-14 | SUNRPC: When expanding the buffer, we may need grow the sparse pages | Trond Myklebust |
2020-12-14 | SUNRPC: Cleanup - constify a number of xdr_buf helpers | Trond Myklebust |
2020-12-14 | SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' field | Trond Myklebust |
2020-12-14 | SUNRPC: _copy_to/from_pages() now check for zero length | Trond Myklebust |
2020-12-14 | SUNRPC: Cleanup xdr_shrink_bufhead() | Trond Myklebust |
2020-12-14 | SUNRPC: Fix xdr_expand_hole() | Trond Myklebust |
2020-12-14 | SUNRPC: Fixes for xdr_align_data() | Trond Myklebust |
2020-12-14 | SUNRPC: _shift_data_left/right_pages should check the shift length | Trond Myklebust |
2020-12-14 | xprtrdma: Fix XDRBUF_SPARSE_PAGES support | Chuck Lever |
2020-12-14 | sunrpc: fix xs_read_xdr_buf for partial pages receive | Dan Aloni |
2020-12-09 | SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcall | Chuck Lever |
2020-12-09 | sunrpc: clean-up cache downcall | Roberto Bergantinos Corpas |
2020-12-02 | net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs' | Fedor Tokarev |
2020-12-02 | SUNRPC: Fix open coded xdr_stream_remaining() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up xdr_set_page() | Trond Myklebust |
2020-12-02 | SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengths | Trond Myklebust |
2020-12-02 | SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up typo in xdr_init_decode() | Trond Myklebust |
2020-12-02 | SUNRPC: Fix up open coded kmemdup_nul() | Trond Myklebust |
2020-12-02 | SUNRPC: Remove unused function xprt_load_transport() | Trond Myklebust |
2020-12-02 | SUNRPC: Add a helper to return the transport identifier given a netid | Trond Myklebust |
2020-12-02 | SUNRPC: Close a race with transport setup and module put | Trond Myklebust |
2020-12-02 | SUNRPC: xprt_load_transport() needs to support the netid "rdma6" | Trond Myklebust |
2020-12-02 | SUNRPC: rpc_wake_up() should wake up tasks in the correct order | Trond Myklebust |
2020-12-02 | SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcall | Chuck Lever |
2020-11-30 | NFSD: Replace the internals of the READ_BUF() macro | Chuck Lever |
2020-11-30 | SUNRPC: Prepare for xdr_stream-style decoding on the server-side | Chuck Lever |
2020-11-30 | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() | Chuck Lever |