aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-15/+24
2017-12-15SUNRPC: Fix a race in the receive code pathTrond Myklebust1-9/+19
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever4-6/+5
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+7
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust2-0/+6
2017-11-29SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust1-0/+1
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal2-4/+4
2017-11-27sunrpc: make the function arg as constBhumika Goyal1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
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