summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
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-09sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee1-12/+3
2017-02-09sunrpc: record rpc client pointer in seq->private directlyKinglong Mee1-25/+10
2017-02-09sunrpc: update the comments of sunrpc proc pathKinglong Mee1-2/+2
2017-02-09sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee2-6/+0
2017-02-09sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2-12/+10
2017-02-09sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee1-32/+17
2017-02-09sunrpc: error out if register_shrinker failKinglong Mee1-1/+5
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-13svcrdma: 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-16Merge 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-02sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown2-1/+4
2016-12-01svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever1-14/+5
2016-12-01svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever1-37/+18
2016-12-01svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever1-2/+0
2016-12-01svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever1-4/+0
2016-12-01svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2-3/+2
2016-12-01svcrdma: Remove DMA map accountingChuck Lever2-11/+3
2016-12-01svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2-16/+16
2016-12-01svcrdma: Renovate sendto chunk list parsingChuck Lever2-67/+39
2016-12-01svcauth_gss: Close connection when dropping an incoming messageChuck Lever2-6/+10
2016-12-01svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever1-0/+1
2016-11-30xprtrdma: Relocate connection helper functionsChuck Lever3-41/+31
2016-11-30xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever1-1/+1
2016-11-30xprtrdma: Shorten QP access error messageChuck Lever1-3/+3
2016-11-30xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever1-2/+2
2016-11-30xprtrdma: Update documenting commentChuck Lever1-4/+0
2016-11-30xprtrdma: Refactor FRMR invalidationChuck Lever1-36/+21
2016-11-30xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever1-2/+4
2016-11-30xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever1-4/+13
2016-11-30SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever1-4/+6
2016-11-30xprtrdma: Support for SG_GAP devicesChuck Lever2-7/+14
2016-11-30xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever3-13/+30
2016-11-30xprtrdma: Cap size of callback buffer resourcesChuck Lever1-1/+3
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+28
2016-11-19Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+28
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2-2/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-65/+111
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew3-10/+28