summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | svcrdma: Fix backchannel return codeChuck Lever2020-05-181-3/+2
| * | SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever2020-05-181-0/+6
| |/
| * Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-05-113-3/+7
| |\
| | * SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-271-0/+1
| | * SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-271-0/+1
| | * SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-272-3/+5
* | | nfsd: clients don't need to break their own delegationsJ. Bruce Fields2020-05-081-0/+1
|/ /
* | Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-021-1/+12
|\ \ | |/ |/|
| * NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia2020-04-281-0/+5
| * SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown2020-04-281-1/+7
* | svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever2020-04-171-0/+1
|/
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-072-1/+1
|\
| * SUNRPC: Remove xdr_buf_read_mic()Chuck Lever2020-03-161-1/+0
| * SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-161-0/+1
* | SUNRPC/cache: don't allow invalid entries to be flushedJ. Bruce Fields2020-03-271-2/+5
* | SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust2020-03-161-3/+0
* | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-0/+3
* | SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-161-14/+0
* | svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever2020-03-161-0/+1
* | svcrdma: Fix double sync of transport header bufferChuck Lever2020-03-161-3/+0
* | svcrdma: Refactor chunk list encodersChuck Lever2020-03-161-0/+2
* | SUNRPC: Add encoders for list item discriminatorsChuck Lever2020-03-161-0/+38
* | svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever2020-03-161-2/+3
* | svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever2020-03-161-1/+1
* | svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever2020-03-161-0/+2
* | svcrdma: Use struct xdr_stream to decode ingress transport headersChuck Lever2020-03-162-1/+3
* | SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-161-0/+15
* | nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-03-163-1/+12
* | sunrpc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
|/
* Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-072-5/+0
|\
| * SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-152-5/+0
| * sunrpc: convert to time64_t for expiryArnd Bergmann2020-01-152-3/+3
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-2/+2
* | nfs: use time64_t internallyArnd Bergmann2019-12-181-19/+23
* | sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-182-3/+3
|/
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-0712-36/+0
|\
| * sunrpc: remove __KERNEL__ ifdefsChristoph Hellwig2019-11-1212-36/+0
* | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-032-1/+3
* | SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2019-10-301-0/+5
* | SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-101-0/+1
|/
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-272-6/+7
|\
| * sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton2019-08-191-0/+1
| * svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever2019-08-191-2/+3