summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-15/+15
2020-12-14SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust1-11/+11
2020-12-14SUNRPC: Fix xdr_expand_hole()Trond Myklebust1-1/+1
2020-12-14SUNRPC: Fixes for xdr_align_data()Trond Myklebust1-1/+1
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust1-1/+0
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust1-0/+1
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust1-0/+1
2020-11-30NFSD: Add helper for decoding locker4Chuck Lever1-0/+21
2020-11-30NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever1-0/+21
2020-11-30NFSD: Replace the internals of the READ_BUF() macroChuck Lever1-0/+2
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+16
2020-11-30SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever1-1/+43
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever1-3/+3
2020-11-30svcrdma: Remove chunk list pointersChuck Lever1-4/+0
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever1-1/+1
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever1-1/+1
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever1-0/+2
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever1-3/+2
2020-11-30svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever1-0/+1
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever2-0/+140
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever1-3/+1
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever3-7/+7
2020-11-30SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever1-1/+2
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+2
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-3/+7
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+1
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker1-0/+1
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker1-0/+1
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-0/+2
2020-09-21Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2-2/+2
2020-09-21sunrpc: fix duplicated word in <linux/sunrpc/cache.h>Randy Dunlap1-1/+2
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2-17/+3
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2020-08-04SUNRPC dont update timeout value on connection resetOlga Kornievskaia1-0/+1
2020-07-13svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever1-1/+2
2020-07-13svcrdma: Introduce Send completion IDsChuck Lever1-0/+2
2020-07-13svcrdma: Introduce Receive completion IDsChuck Lever1-0/+4
2020-07-13svcrdma: Introduce infrastructure to support completion IDsChuck Lever1-0/+24
2020-07-13svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever1-0/+37
2020-07-13svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever1-0/+37
2020-07-13SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever1-0/+26
2020-07-13svcrdma: Remove declarations for functions long removedChuck Lever1-4/+0
2020-07-13svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever1-0/+4
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+3
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever1-2/+3
2020-05-28sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-1/+3
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields7-10/+19
2020-05-20SUNRPC: Refactor svc_recvfrom()Chuck Lever1-0/+1
2020-05-18SUNRPC: Rename svc_sock::sk_reclenChuck Lever1-3/+3
2020-05-18svcrdma: Remove the SVCRDMA_DEBUG macroChuck Lever1-1/+0