summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-01-31svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2017-01-18locking/atomic, kref: Implement kref_put_lock()Peter Zijlstra
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-12svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna
2017-01-12sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew
2017-01-12svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-12-15Merge tag 'nfs-for-4.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-12-10Merge tag 'nfs-rdma-4.10-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown
2016-12-06sunrpc: use DEFINE_SPINLOCK()Fabian Frederick
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown
2016-11-30svcrdma: Further clean-up of svc_rdma_get_inv_rkey()Chuck Lever
2016-11-30svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever
2016-11-30svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever
2016-11-30svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever
2016-11-30svcrdma: Remove DMA map accountingChuck Lever
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever
2016-11-30svcauth_gss: Close connection when dropping an incoming messageChuck Lever
2016-11-30svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever
2016-11-29xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever
2016-11-29xprtrdma: Shorten QP access error messageChuck Lever
2016-11-29xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever
2016-11-29xprtrdma: Update documenting commentChuck Lever
2016-11-29xprtrdma: Refactor FRMR invalidationChuck Lever
2016-11-29xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever
2016-11-29xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever
2016-11-29SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever
2016-11-29xprtrdma: Support for SG_GAP devicesChuck Lever
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever
2016-11-29xprtrdma: Cap size of callback buffer resourcesChuck Lever
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-18Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields