aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2-2/+2
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever5-24/+29
2017-02-10xprtrdma: Handle stale connection rejectionChuck Lever1-45/+21
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2-10/+8
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever1-4/+7
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever3-9/+32
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever2-1/+2
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever3-14/+16
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever1-6/+4
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust1-4/+6
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2-11/+70
2017-02-09SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust1-19/+26
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust1-15/+0
2017-02-08sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee1-12/+3
2017-02-08sunrpc: record rpc client pointer in seq->private directlyKinglong Mee1-25/+10
2017-02-08sunrpc: update the comments of sunrpc proc pathKinglong Mee1-2/+2
2017-02-08sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee2-6/+0
2017-02-08sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2-12/+10
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee1-32/+17
2017-02-08sunrpc: error out if register_shrinker failKinglong Mee1-1/+5
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee1-15/+26
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever2-16/+16
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2-26/+21
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever1-1/+0
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever1-8/+9
2017-02-08svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever1-153/+79
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever3-24/+14
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever2-24/+28
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2-2/+14
2017-01-31svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-01-30SUNRPC: two small improvements to rpcauth shrinker.NeilBrown1-2/+4
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2-0/+6
2017-01-18locking/atomic, kref: Implement kref_put_lock()Peter Zijlstra1-5/+10
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra3-6/+6
2017-01-12svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2017-01-12sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew1-3/+7
2017-01-12svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-169/+101
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-120/+138
2016-12-10Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-118/+128
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-12-06sunrpc: use DEFINE_SPINLOCK()Fabian Frederick1-2/+1
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown2-1/+4
2016-11-30svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever1-14/+5
2016-11-30svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever1-37/+18
2016-11-30svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever1-2/+0
2016-11-30svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever1-4/+0