summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-172-15/+15
|\
| * SUNRPC: Cleanup - constify a number of xdr_buf helpersTrond Myklebust2020-12-141-11/+11
| * SUNRPC: Fix xdr_expand_hole()Trond Myklebust2020-12-141-1/+1
| * SUNRPC: Fixes for xdr_align_data()Trond Myklebust2020-12-141-1/+1
| * SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust2020-12-021-1/+0
| * SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust2020-12-021-0/+1
| * SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-021-0/+1
* | NFSD: Add helper for decoding locker4Chuck Lever2020-11-301-0/+21
* | NFSD: Replace READ* macros in nfsd4_decode_commit()Chuck Lever2020-11-301-0/+21
* | NFSD: Replace the internals of the READ_BUF() macroChuck Lever2020-11-301-0/+2
* | SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever2020-11-301-0/+16
* | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-301-1/+43
* | svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2020-11-301-3/+3
* | svcrdma: Remove chunk list pointersChuck Lever2020-11-301-4/+0
* | svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever2020-11-301-1/+1
* | svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever2020-11-301-1/+1
* | svcrdma: Support multiple write chunks when pulling upChuck Lever2020-11-301-0/+2
* | svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever2020-11-301-3/+2
* | svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever2020-11-301-0/+1
* | svcrdma: Add a "parsed chunk list" data structureChuck Lever2020-11-302-0/+140
* | svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever2020-11-301-3/+1
* | SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-303-7/+7
* | SUNRPC: Adjust synopsis of xdr_buf_subsegment()Chuck Lever2020-11-301-1/+2
|/
* Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-221-0/+2
|\
| * SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker2020-09-251-0/+2
* | Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-10-204-3/+7
|\ \
| * | SUNRPC: Add an xdr_align_data() functionAnna Schumaker2020-10-071-0/+1
| * | SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker2020-10-071-0/+1
| * | SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker2020-10-071-0/+1
| * | Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2020-09-212-2/+2
| * | sunrpc: fix duplicated word in <linux/sunrpc/cache.h>Randy Dunlap2020-09-211-1/+2
| |/
* / SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2020-09-112-17/+3
|/
* Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-151-0/+1
|\
| * SUNRPC dont update timeout value on connection resetOlga Kornievskaia2020-08-041-0/+1
* | svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever2020-07-131-1/+2
* | svcrdma: Introduce Send completion IDsChuck Lever2020-07-131-0/+2
* | svcrdma: Introduce Receive completion IDsChuck Lever2020-07-131-0/+4
* | svcrdma: Introduce infrastructure to support completion IDsChuck Lever2020-07-131-0/+24
* | svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever2020-07-131-0/+37
* | svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever2020-07-131-0/+37
* | SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever2020-07-131-0/+26
* | svcrdma: Remove declarations for functions long removedChuck Lever2020-07-131-4/+0
* | svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever2020-07-131-0/+4
|/
* Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-111-2/+3
|\
| * SUNRPC: receive buffer size estimation values almost never changeChuck Lever2020-06-111-2/+3
* | sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-05-282-1/+3
* | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-217-10/+19
|\ \
| * | SUNRPC: Refactor svc_recvfrom()Chuck Lever2020-05-201-0/+1
| * | SUNRPC: Rename svc_sock::sk_reclenChuck Lever2020-05-181-3/+3
| * | svcrdma: Remove the SVCRDMA_DEBUG macroChuck Lever2020-05-181-1/+0