summaryrefslogtreecommitdiff
path: root/net/sunrpc
Commit message (Expand)AuthorAge
* Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-12
|\
| * NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust2016-08-05
| * SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-05
| * SUNRPC: Fix reconnection timeoutsTrond Myklebust2016-08-05
| * SUNRPC: disable the use of IPv6 temporary addresses.NeilBrown2016-08-05
| * SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia2016-08-05
| * SUNRPC: Fix up socket autodisconnectTrond Myklebust2016-08-02
| * SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust2016-08-01
* | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-04
|\ \
| * | SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust2016-08-01
| * | SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust2016-08-01
| * | SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-13
| * | SUNRPC: Change TCP socket space reservationTrond Myklebust2016-07-13
| * | SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-13
| * | SUNRPC: Micro optimisation for svc_data_readyTrond Myklebust2016-07-13
| * | SUNRPC: Call the default socket callbacks instead of open codingTrond Myklebust2016-07-13
| * | SUNRPC: lock the socket while detaching itTrond Myklebust2016-07-13
| * | SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust2016-07-13
| * | SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust2016-07-13
| * | sunrpc: add gss minor status to svcauth_gss_proxy_initScott Mayhew2016-07-13
| * | sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown2016-07-13
* | | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-30
|\ \ \ | | |/ | |/|
| * | Merge branch 'nfs-rdma'Trond Myklebust2016-07-24
| |\ \
| | * | xprtrdma: fix semicolon.cocci warningskbuild test robot2016-07-19
| | * | NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-11
| | * | svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2016-07-11
| | * | xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-11
| | * | xprtrdma: Clean up fixup_copy_count accountingChuck Lever2016-07-11
| | * | xprtrdma: Update only specific fields in private receive bufferChuck Lever2016-07-11
| | * | xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever2016-07-11
| | * | xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever2016-07-11
| | * | xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever2016-07-11
| | * | xprtrdma: Place registered MWs on a per-req listChuck Lever2016-07-11
| | * | xprtrdma: Release orphaned MRs immediatelyChuck Lever2016-07-11
| | * | xprtrdma: Allocate MRs on demandChuck Lever2016-07-11
| | * | xprtrdma: Chunk list encoders must not return zeroChuck Lever2016-07-11
| | * | xprtrdma: Honor ->send_request API contractChuck Lever2016-07-11
| | * | xprtrdma: Reply buffer exhaustion can be catastrophicChuck Lever2016-07-11
| | * | xprtrdma: Clean up device capability detectionChuck Lever2016-07-11
| | * | xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever2016-07-11
| | * | xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever2016-07-11
| | * | xprtrdma: Do not leak an MW during a DMA map failureChuck Lever2016-07-11
| | * | xprtrdma: Refactor MR recovery work queuesChuck Lever2016-07-11
| | * | xprtrdma: Use scatterlist for DMA mapping and unmapping under FMRChuck Lever2016-07-11
| | * | xprtrdma: Rename fields in rpcrdma_fmrChuck Lever2016-07-11
| | * | xprtrdma: Move init and release helpersChuck Lever2016-07-11
| | * | xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2016-07-11
| | * | xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever2016-07-11
| | |/
| * | Merge branch 'sunrpc'Trond Myklebust2016-07-24
| |\ \
| | * | SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust2016-07-24