aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-82/+55
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds14-297/+531
2017-11-17sunrpc: remove net pointer from messagesVasily Averin2-7/+7
2017-11-17sunrpc: exit_net cleanup check addedVasily Averin1-0/+3
2017-11-17sunrpc: Add rpc_request static trace pointChuck Lever1-2/+1
2017-11-17sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva3-0/+16
2017-11-17xprtrdma: Update copyright noticesChuck Lever4-0/+4
2017-11-17xprtrdma: Remove include for linux/prefetch.hChuck Lever1-1/+0
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever2-9/+3
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever1-1/+1
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever3-33/+0
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever4-4/+34
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever3-13/+22
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever4-4/+8
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever4-32/+247
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever1-7/+5
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever3-24/+38
2017-11-17xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever1-14/+24
2017-11-17xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever1-1/+1
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever3-27/+14
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever3-23/+36
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever2-57/+69
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever2-19/+20
2017-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever1-9/+8
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust1-70/+30
2017-11-07svcrdma: Enqueue after setting XPT_CLOSE in completion handlersChuck Lever1-3/+8
2017-11-07rpc: remove some BUG()sJ. Bruce Fields1-5/+9
2017-11-07svcrdma: Preserve CB send buffer across retransmitsChuck Lever1-1/+5
2017-11-07sunrcp: make function _svc_create_xprt staticColin Ian King1-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-0/+14
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds14-0/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2017-10-19SUNRPC: Destroy transport from the system workqueueTrond Myklebust1-10/+24
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook4-15/+13
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever3-40/+0
2017-10-16xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever1-1/+2
2017-10-16xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-10-16SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust1-1/+1
2017-10-01sunrpc: remove redundant initialization of sockColin Ian King1-1/+1
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-554/+712
2017-09-06SUNRPC: remove some dead code.NeilBrown1-4/+0
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever5-77/+19
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust9-425/+583
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever1-4/+13
2017-09-05svcrdma: Limit RQ depthChuck Lever1-7/+12