summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-0/+1
|\
| * SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-051-0/+1
* | svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever2021-03-311-3/+0
* | svcrdma: Remove sc_read_complete_qChuck Lever2021-03-311-2/+0
* | SUNRPC: Export svc_xprt_received()Chuck Lever2021-03-221-0/+1
* | svcrdma: Remove unused sc_pages fieldChuck Lever2021-03-221-2/+1
* | svcrdma: Normalize Send page handlingChuck Lever2021-03-221-0/+1
* | svcrdma: Add a "deferred close" helperChuck Lever2021-03-221-0/+1
* | svcrdma: Maintain a Receive water markChuck Lever2021-03-221-0/+2
* | NFSD: Update the NFSv3 PATHCONF3res encoder to use struct xdr_streamChuck Lever2021-03-221-2/+16
* | NFSD: Update the NFSv3 READ3res encode to use struct xdr_streamChuck Lever2021-03-221-0/+20
* | NFSD: Extract the svcxdr_init_encode() helperChuck Lever2021-03-221-0/+25
|/
* svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever2021-03-111-1/+0
* 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
|\ \