summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust2020-12-141-29/+24
| * | SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' fieldTrond Myklebust2020-12-141-13/+16
| * | SUNRPC: _copy_to/from_pages() now check for zero lengthTrond Myklebust2020-12-141-4/+2
| * | SUNRPC: Cleanup xdr_shrink_bufhead()Trond Myklebust2020-12-141-77/+87
| * | SUNRPC: Fix xdr_expand_hole()Trond Myklebust2020-12-141-95/+179
| * | SUNRPC: Fixes for xdr_align_data()Trond Myklebust2020-12-141-42/+132
| * | SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust2020-12-141-0/+12
| * | xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-141-9/+31
| * | sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-141-1/+2
| * | net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-021-2/+2
| * | SUNRPC: Fix open coded xdr_stream_remaining()Trond Myklebust2020-12-021-2/+2
| * | SUNRPC: Fix up xdr_set_page()Trond Myklebust2020-12-021-9/+12
| * | SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust2020-12-022-7/+1
| * | SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengthsTrond Myklebust2020-12-021-26/+15
| * | SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()Trond Myklebust2020-12-021-17/+19
| * | SUNRPC: Fix up typo in xdr_init_decode()Trond Myklebust2020-12-021-1/+1
| * | SUNRPC: Fix up open coded kmemdup_nul()Trond Myklebust2020-12-021-3/+1
| * | SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust2020-12-021-15/+0
| * | SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust2020-12-021-4/+21
| * | SUNRPC: Close a race with transport setup and module putTrond Myklebust2020-12-021-11/+33
| * | SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-024-16/+55
| * | SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust2020-12-021-30/+35
| * | SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever2020-12-022-6/+10
* | | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-12-1514-650/+1315
|\ \ \
| * | | SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever2020-12-092-6/+10
| * | | sunrpc: clean-up cache downcallRoberto Bergantinos Corpas2020-12-091-30/+11
| * | | NFSD: Replace the internals of the READ_BUF() macroChuck Lever2020-11-301-0/+45
| * | | SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever2020-11-301-0/+5
| * | | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-302-25/+5
| * | | SUNRPC: Move the svc_xdr_recvfrom() tracepointChuck Lever2020-11-301-3/+1
| * | | svcrdma: support multiple Read chunks per RPCChuck Lever2020-11-301-14/+222
| * | | svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2020-11-302-68/+108
| * | | svcrdma: Rename info::ri_chunklenChuck Lever2020-11-301-16/+15
| * | | svcrdma: Clean up chunk tracepointsChuck Lever2020-11-302-17/+12
| * | | svcrdma: Remove chunk list pointersChuck Lever2020-11-301-7/+1
| * | | svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever2020-11-301-27/+9
| * | | svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever2020-11-301-76/+98
| * | | svcrdma: Support multiple write chunks when pulling upChuck Lever2020-11-303-82/+129
| * | | svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever2020-11-301-61/+44
| * | | svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever2020-11-303-34/+36
| * | | svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever2020-11-301-15/+14
| * | | svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever2020-11-301-37/+30
| * | | svcrdma: Add a "parsed chunk list" data structureChuck Lever2020-11-303-82/+422
| * | | svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever2020-11-302-12/+14
| * | | svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever2020-11-302-36/+76
| * | | NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever2020-11-301-17/+7
| * | | SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-304-14/+15
| * | | svcrdma: Refactor the RDMA Write pathChuck Lever2020-11-301-21/+35
| * | | svcrdma: Const-ify the xdr_buf argumentsChuck Lever2020-11-301-2/+2
| * | | SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever2020-11-301-3/+2