summaryrefslogtreecommitdiff
path: root/net/sunrpc (follow)
Commit message (Expand)AuthorAge
...
| * | sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-13
| * | sunrpc: Store cache_detail in seq_file's private directlyKinglong Mee2015-08-13
| * | nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-10
| * | nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-10
| * | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-10
| * | nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-10
| * | nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-10
| * | nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-10
| * | svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2015-08-10
| * | svcrdma: Remove svc_rdma_fastreg()Chuck Lever2015-07-20
| * | svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever2015-07-20
| * | svcrdma: Fix send_reply() scatter/gather set-upChuck Lever2015-07-20
| * | NFS/RDMA Release resources in svcrdma when device is removedShirley Ma2015-07-20
* | | userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-04
| |/ |/|
* | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-28
|\ \ | |/ |/|
| * SUNRPC: Report TCP errors to the callerTrond Myklebust2015-07-27
| * sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.NeilBrown2015-07-27
| * SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust2015-07-22
| * SUNRPC: Fix a backchannel deadlockTrond Myklebust2015-07-22
| * SUNRPC: Don't confuse ENOBUFS with a write_space issueTrond Myklebust2015-07-03
| * SUNRPC: Don't reencode message if transmission failed with ENOBUFSTrond Myklebust2015-07-03
* | Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-02
|\|
| * SUNRPC: Set the TCP user timeout option on client socketsTrond Myklebust2015-06-20
| * SUNRPC: Ensure we release the TCP socket once it has been closedTrond Myklebust2015-06-19
| * SUNRPC: Handle connection issues correctly on the back channelTrond Myklebust2015-06-19
| * sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-18
| * Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-06-16
| |\
| | * xprtrdma: Reduce per-transport MR allocationChuck Lever2015-06-12
| | * xprtrdma: Stack relief in fmr_op_map()Chuck Lever2015-06-12
| | * xprtrdma: Split rb_lockChuck Lever2015-06-12
| | * xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2015-06-12
| | * xprtrdma: Remove ->ro_resetChuck Lever2015-06-12
| | * xprtrdma: Remove unused LOCAL_INV recovery logicChuck Lever2015-06-12
| | * xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever2015-06-12
| | * xprtrdma: Introduce an FRMR recovery workqueueChuck Lever2015-06-12
| | * xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()Chuck Lever2015-06-12
| | * xprtrdma: Introduce helpers for allocating MWsChuck Lever2015-06-12
| | * xprtrdma: Use ib_device pointer safelyChuck Lever2015-06-12
| | * xprtrdma: Remove rr_funcChuck Lever2015-06-12
| | * xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever2015-06-12
| | * xprtrdma: Warn when there are orphaned IB objectsChuck Lever2015-06-12
| * | SUNRPC: never enqueue a ->rq_cong request on ->sendingNeil Brown2015-06-16
| * | SUNRPC: Address kbuild warning in net/sunrpc/debugfs.cChuck Lever2015-06-11
| * | SUNRPC: Transport fault injectionChuck Lever2015-06-10
| * | sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-10
| * | sunrpc: lock xprt before trying to set memalloc on the socketsJeff Layton2015-06-10
| * | sunrpc: if we're closing down a socket, clear memalloc on it firstJeff Layton2015-06-10
| * | sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-10
| * | sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-10
| * | SUNRPC: Fix a backchannel raceTrond Myklebust2015-06-05