Age | Commit message (Expand) | Author | Files | Lines |
2016-07-31 | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 21 | -941/+864 |
2016-07-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+4 |
2016-07-25 | Merge branch 'nfs-rdma' | Trond Myklebust | 12 | -851/+718 |
2016-07-25 | Merge branch 'sunrpc' | Trond Myklebust | 5 | -74/+130 |
2016-07-25 | SUNRPC: Fix a compiler warning in fs/nfs/clnt.c | Trond Myklebust | 1 | -1/+1 |
2016-07-19 | xprtrdma: fix semicolon.cocci warnings | kbuild test robot | 1 | -1/+1 |
2016-07-19 | sunrpc: Prevent resvport min/max inversion via sysfs and module parameter | Frank Sorenson | 1 | -1/+5 |
2016-07-19 | sunrpc: Prevent resvport min/max inversion via sysctl | Frank Sorenson | 1 | -2/+2 |
2016-07-19 | sunrpc: Fix reserved port range calculation | Frank Sorenson | 1 | -1/+1 |
2016-07-19 | sunrpc: Fix bit count when setting hashtable size to power-of-two | Frank Sorenson | 1 | -3/+1 |
2016-07-19 | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags | Scott Mayhew | 5 | -9/+7 |
2016-07-16 | SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt | Trond Myklebust | 1 | -5/+3 |
2016-07-11 | NFS: Don't drop CB requests with invalid principals | Chuck Lever | 1 | -0/+5 |
2016-07-11 | svc: Avoid garbage replies when pc_func() returns rpc_drop_reply | Chuck Lever | 1 | -1/+2 |
2016-07-11 | xprtrdma: No direct data placement with krb5i and krb5p | Chuck Lever | 4 | -2/+26 |
2016-07-11 | xprtrdma: Clean up fixup_copy_count accounting | Chuck Lever | 1 | -13/+13 |
2016-07-11 | xprtrdma: Update only specific fields in private receive buffer | Chuck Lever | 1 | -4/+9 |
2016-07-11 | xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup() | Chuck Lever | 1 | -28/+33 |
2016-07-11 | xprtrdma: rpcrdma_inline_fixup() overruns the receive page list | Chuck Lever | 1 | -5/+11 |
2016-07-11 | xprtrdma: Chunk list encoders no longer share one rl_segments array | Chuck Lever | 2 | -53/+44 |
2016-07-11 | xprtrdma: Place registered MWs on a per-req list | Chuck Lever | 6 | -139/+94 |
2016-07-11 | xprtrdma: Release orphaned MRs immediately | Chuck Lever | 2 | -12/+26 |
2016-07-11 | xprtrdma: Allocate MRs on demand | Chuck Lever | 5 | -124/+114 |
2016-07-11 | xprtrdma: Chunk list encoders must not return zero | Chuck Lever | 3 | -3/+7 |
2016-07-11 | xprtrdma: Honor ->send_request API contract | Chuck Lever | 5 | -24/+39 |
2016-07-11 | xprtrdma: Reply buffer exhaustion can be catastrophic | Chuck Lever | 1 | -7/+5 |
2016-07-11 | xprtrdma: Clean up device capability detection | Chuck Lever | 4 | -29/+44 |
2016-07-11 | xprtrdma: Remove rpcrdma_map_one() and friends | Chuck Lever | 2 | -44/+0 |
2016-07-11 | xprtrdma: Remove ALLPHYSICAL memory registration mode | Chuck Lever | 4 | -142/+2 |
2016-07-11 | xprtrdma: Do not leak an MW during a DMA map failure | Chuck Lever | 2 | -0/+2 |
2016-07-11 | xprtrdma: Refactor MR recovery work queues | Chuck Lever | 5 | -166/+135 |
2016-07-11 | xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR | Chuck Lever | 1 | -39/+57 |
2016-07-11 | xprtrdma: Rename fields in rpcrdma_fmr | Chuck Lever | 2 | -19/+19 |
2016-07-11 | xprtrdma: Move init and release helpers | Chuck Lever | 2 | -89/+119 |
2016-07-11 | xprtrdma: Create common scatterlist fields in rpcrdma_mw | Chuck Lever | 2 | -47/+46 |
2016-07-11 | xprtrdma: Remove FMRs from the unmap list after unmapping | Chuck Lever | 1 | -2/+7 |
2016-06-23 | vfs: Pass data, ns, and ns->userns to mount_ns | Eric W. Biederman | 1 | -4/+4 |
2016-06-15 | rpc: share one xps between all backchannels | J. Bruce Fields | 3 | -4/+17 |
2016-06-15 | nfsd4/rpc: move backchannel create logic into rpc code | J. Bruce Fields | 1 | -2/+10 |
2016-06-15 | SUNRPC: fix xprt leak on xps allocation failure | J. Bruce Fields | 1 | -2/+3 |
2016-06-13 | SUNRPC: Fix suspicious enobufs issues. | Trond Myklebust | 1 | -6/+25 |
2016-06-13 | SUNRPC: Reduce latency when send queue is congested | Trond Myklebust | 2 | -12/+37 |
2016-06-13 | SUNRPC: RPC transport queue must be low latency | Trond Myklebust | 3 | -11/+27 |
2016-06-13 | SUNRPC: Consolidate xs_tcp_data_ready and xs_data_ready | Trond Myklebust | 1 | -31/+7 |
2016-06-13 | SUNRPC: Small optimisation of client receive | Trond Myklebust | 1 | -11/+33 |
2016-05-26 | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 15 | -444/+676 |
2016-05-25 | Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 6 | -62/+81 |
2016-05-23 | sunrpc: fix stripping of padded MIC tokens | Tomáš Trnka | 1 | -2/+2 |
2016-05-23 | svcrpc: autoload rdma module | J. Bruce Fields | 1 | -4/+19 |
2016-05-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -2/+2 |