summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2017-02-17lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-17Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-02-17Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-02-16Merge branch 'locking/core'Ingo Molnar
2017-02-10net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-08SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever
2017-02-08svcrdma: Clean up backchannel send header encodingChuck Lever
2017-02-08svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever
2017-02-08svcrdma: Another sendto chunk list parsing updateChuck Lever
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown
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