aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-22udp: use it's own memory accounting schemaPaolo Abeni2-5/+17
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds21-478/+794
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+111
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro4-16/+37
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-2/+2
2016-10-07cred: 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-27fs: 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-22SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust1-2/+2
2016-09-22SUNRPC: 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
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever4-35/+36
2016-09-19xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever3-5/+7
2016-09-19xprtrdma: Initialize separate RPC call and reply buffersChuck Lever3-59/+99
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever4-12/+10
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever3-1/+3
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever6-29/+18
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever5-35/+61