summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-30SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust
2018-09-30SUNRPC: Convert the xprt->sending queue back to an ordinary wait queueTrond Myklebust
2018-09-30SUNRPC: Fix priority queue fairnessTrond Myklebust
2018-09-30SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust
2018-09-30SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCKTrond Myklebust
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust
2018-09-30SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust
2018-09-30SUNRPC: Allow soft RPC calls to time out when waiting for the XPRT_LOCKTrond Myklebust
2018-09-30SUNRPC: Allow calls to xprt_transmit() to drain the entire transmit queueTrond Myklebust
2018-09-30SUNRPC: Enqueue swapper tagged RPCs at the head of the transmit queueTrond Myklebust
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust
2018-09-30SUNRPC: Improve latency for interactive tasksTrond Myklebust
2018-09-30SUNRPC: Move RPC retransmission stat counter to xprt_transmit()Trond Myklebust
2018-09-30SUNRPC: Simplify xprt_prepare_transmit()Trond Myklebust
2018-09-30SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCKTrond Myklebust
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust
2018-09-30SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust
2018-09-30SUNRPC: Minor cleanup for call_transmit()Trond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust
2018-09-30SUNRPC: Don't wake queued RPC calls multiple times in xprt_transmitTrond Myklebust
2018-09-30SUNRPC: Test whether the task is queued before grabbing the queue spinlocksTrond Myklebust
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust
2018-09-30SUNRPC: Simplify dealing with aborted partially transmitted messagesTrond Myklebust
2018-09-30SUNRPC: Add socket transmit queue offset trackingTrond Myklebust
2018-09-30SUNRPC: Move reset of TCP state variables into the reconnect codeTrond Myklebust
2018-09-30SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust
2018-09-30SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust
2018-09-30SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust
2018-09-30Linux 4.19-rc6Greg Kroah-Hartman
2018-09-30Merge tag 'auxdisplay-for-greg-v4.19-rc6' of https://github.com/ojeda/linuxGreg Kroah-Hartman
2018-09-30Merge tag 'libnvdimm-fixes2-4.19-rc6' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2018-09-30MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.cMiguel Ojeda
2018-09-29Merge tag 'for-linus-20180929' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman
2018-09-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2018-09-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Greg Kroah-Hartman
2018-09-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-09-29Merge tag 'pm-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Greg Kroah-Hartman
2018-09-29cpufreq: qcom-kryo: Fix section annotationsNathan Chancellor