aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-30svcrdma: Remove unused variable in rdma_copy_tail()Chuck Lever1-2/+0
2016-11-30svcrdma: Remove unused variables in xprt_rdma_bc_allocate()Chuck Lever1-4/+0
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2-3/+2
2016-11-30svcrdma: Remove DMA map accountingChuck Lever2-11/+3
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2-16/+16
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever2-67/+39
2016-11-30svcauth_gss: Close connection when dropping an incoming messageChuck Lever2-6/+10
2016-11-30svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit armChuck Lever1-0/+1
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever3-41/+31
2016-11-29xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever1-1/+1
2016-11-29xprtrdma: Shorten QP access error messageChuck Lever1-3/+3
2016-11-29xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever1-2/+2
2016-11-29xprtrdma: Update documenting commentChuck Lever1-4/+0
2016-11-29xprtrdma: Refactor FRMR invalidationChuck Lever1-36/+21
2016-11-29xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever1-2/+4
2016-11-29xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever1-4/+13
2016-11-29SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever1-4/+6
2016-11-29xprtrdma: Support for SG_GAP devicesChuck Lever2-7/+14
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever3-13/+30
2016-11-29xprtrdma: 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-18Merge 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
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