summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2017-02-21Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-11/+16
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-01-31svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
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-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
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-18/+29
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2-16/+24
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker1-2/+5
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni2-2/+2
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2-8/+7