summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17sunrpc: remove net pointer from messagesVasily Averin
2017-11-17sunrpc: exit_net cleanup check addedVasily Averin
2017-11-17sunrpc: Add rpc_request static trace pointChuck Lever
2017-11-17sunrpc: Fix rpc_task_begin trace pointChuck Lever
2017-11-17net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-17xprtrdma: Update copyright noticesChuck Lever
2017-11-17xprtrdma: Remove include for linux/prefetch.hChuck Lever
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever
2017-11-17xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever
2017-11-17xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever
2017-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust
2017-11-07svcrdma: Enqueue after setting XPT_CLOSE in completion handlersChuck Lever
2017-11-07rpc: remove some BUG()sJ. Bruce Fields
2017-11-07svcrdma: Preserve CB send buffer across retransmitsChuck Lever
2017-11-07sunrcp: make function _svc_create_xprt staticColin Ian King
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19SUNRPC: Destroy transport from the system workqueueTrond Myklebust
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever
2017-10-16xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever
2017-10-16xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever
2017-10-16SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust
2017-10-01sunrpc: remove redundant initialization of sockColin Ian King
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-09-06SUNRPC: remove some dead code.NeilBrown
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2017-09-05svcrdma: Estimate Send Queue depth properlyChuck Lever