aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds21-941/+864
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+4
2016-07-24Merge branch 'nfs-rdma'Trond Myklebust12-851/+718
2016-07-24Merge branch 'sunrpc'Trond Myklebust5-74/+130
2016-07-24SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust1-1/+1
2016-07-19xprtrdma: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-07-19sunrpc: Prevent resvport min/max inversion via sysfs and module parameterFrank Sorenson1-1/+5
2016-07-19sunrpc: Prevent resvport min/max inversion via sysctlFrank Sorenson1-2/+2
2016-07-19sunrpc: Fix reserved port range calculationFrank Sorenson1-1/+1
2016-07-19sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson1-3/+1
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew5-9/+7
2016-07-16SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtTrond Myklebust1-5/+3
2016-07-11NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-07-11svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever4-2/+26
2016-07-11xprtrdma: Clean up fixup_copy_count accountingChuck Lever1-13/+13
2016-07-11xprtrdma: Update only specific fields in private receive bufferChuck Lever1-4/+9
2016-07-11xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever1-28/+33
2016-07-11xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever1-5/+11
2016-07-11xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever2-53/+44
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever6-139/+94
2016-07-11xprtrdma: Release orphaned MRs immediatelyChuck Lever2-12/+26
2016-07-11xprtrdma: Allocate MRs on demandChuck Lever5-124/+114
2016-07-11xprtrdma: Chunk list encoders must not return zeroChuck Lever3-3/+7
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever5-24/+39
2016-07-11xprtrdma: Reply buffer exhaustion can be catastrophicChuck Lever1-7/+5
2016-07-11xprtrdma: Clean up device capability detectionChuck Lever4-29/+44
2016-07-11xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever2-44/+0
2016-07-11xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever4-142/+2
2016-07-11xprtrdma: Do not leak an MW during a DMA map failureChuck Lever2-0/+2
2016-07-11xprtrdma: Refactor MR recovery work queuesChuck Lever5-166/+135
2016-07-11xprtrdma: Use scatterlist for DMA mapping and unmapping under FMRChuck Lever1-39/+57
2016-07-11xprtrdma: Rename fields in rpcrdma_fmrChuck Lever2-19/+19
2016-07-11xprtrdma: Move init and release helpersChuck Lever2-89/+119
2016-07-11xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2-47/+46
2016-07-11xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever1-2/+7
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-4/+4
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields3-4/+17
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+10
2016-06-15SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields1-2/+3
2016-06-13SUNRPC: Fix suspicious enobufs issues.Trond Myklebust1-6/+25
2016-06-13SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2-12/+37
2016-06-13SUNRPC: RPC transport queue must be low latencyTrond Myklebust3-11/+27
2016-06-13SUNRPC: Consolidate xs_tcp_data_ready and xs_data_readyTrond Myklebust1-31/+7
2016-06-13SUNRPC: Small optimisation of client receiveTrond Myklebust1-11/+33
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-444/+676
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-62/+81
2016-05-23sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-05-23svcrpc: autoload rdma moduleJ. Bruce Fields1-4/+19
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-2/+2