summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-221-0/+2
|\
| * SUNRPC: Use TCP_CORK to optimise send performance on the serverTrond Myklebust2021-02-161-0/+2
* | Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2021-02-214-15/+17
|\ \ | |/ |/|
| * svcrdma: Reduce Receive doorbell rateChuck Lever2021-01-251-0/+1
| * svcrdma: Deprecate stat variables that are no longer usedChuck Lever2021-01-251-5/+0
| * svcrdma: Restore read and write statsChuck Lever2021-01-251-2/+2
| * svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever2021-01-251-1/+1
| * svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever2021-01-251-1/+2
| * SUNRPC: Move definition of XDR_UNITChuck Lever2021-01-252-6/+10
| * SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-251-0/+1
* | SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-01-251-2/+1
|/
* 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