summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2017-02-09svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2-0/+6
2017-01-26xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever1-2/+2
2017-01-26xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever3-13/+30
2017-01-26svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2017-01-26sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew1-3/+7
2017-01-15svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever1-0/+1
2017-01-09SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-11-19Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+28
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-01svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever1-3/+10
2016-10-28sunrpc: fix some missing rq_rbuffer assignmentsJeff Layton2-0/+2
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields3-45/+71
2016-10-14Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds21-478/+794
2016-10-14Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+111
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro4-16/+37
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-2/+2
2016-10-08cred: simpler, 1D supplementary groupsAlexey Dobriyan5-9/+9
2016-09-30sunrpc: replace generic auth_cred hash with auth-specific functionFrank Sorenson1-1/+1
2016-09-30sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson1-0/+7
2016-09-30sunrpc: add auth_unix hash_cred() functionFrank Sorenson1-0/+9
2016-09-30sunrpc: add generic_auth hash_cred() functionFrank Sorenson1-0/+9
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-27sunrpc: queue work on system_power_efficient_wqKe Wang1-2/+3
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2-2/+2
2016-09-23svcrdma: support Remote InvalidationChuck Lever2-6/+64
2016-09-23svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever1-4/+30
2016-09-23svcrdma: Skip put_page() when send_reply() failsChuck Lever1-1/+1
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever4-26/+18
2016-09-23xprtrdma: use complete() instead complete_all()Daniel Wagner1-1/+1
2016-09-23SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust1-2/+2
2016-09-23SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust1-2/+5
2016-09-19sunrpc: fix write space race causing stallsDavid Vrabel1-1/+10
2016-09-19xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever3-12/+5
2016-09-19xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever1-3/+3
2016-09-19xprtrmda: Report address of frmr, not mwChuck Lever1-2/+6
2016-09-19xprtrdma: Support larger inline thresholdsChuck Lever1-2/+2
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever5-185/+207
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever6-7/+44
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever5-15/+49
2016-09-19xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever2-7/+7
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever4-24/+24
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever4-11/+5
2016-09-19xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever4-31/+23
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever4-26/+78