summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-10-181-9/+9
|\
| * xprtrdma: Squelch a sparse warningChuck Lever2018-10-031-1/+1
| * xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever2018-10-031-1/+1
| * xprtrdma: Rename rpcrdma_conn_upcallChuck Lever2018-10-021-1/+1
| * xprtrdma: Name MR trace events consistentlyChuck Lever2018-10-021-6/+6
| * xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever2018-10-021-1/+1
* | SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-301-1/+2
* | NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust2018-09-301-3/+2
* | NFSv4: Save a few bytes in the nfs_pgio_args/resTrond Myklebust2018-09-301-7/+17
* | NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2018-09-302-1/+5
* | NFS: Convert lookups of the open context to RCUTrond Myklebust2018-09-301-0/+1
* | NFS: Convert lookups of the lock context to RCUTrond Myklebust2018-09-301-0/+1
* | SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust2018-09-301-2/+0
* | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-1/+0
* | SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust2018-09-301-8/+8
* | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-302-29/+5
* | SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2018-09-302-0/+9
* | SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-0/+1
* | SUNRPC: Fix priority queue fairnessTrond Myklebust2018-09-301-2/+0
* | SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust2018-09-301-2/+2
* | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-301-1/+1
* | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-302-3/+3
* | SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust2018-09-301-1/+0
* | SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+2
* | SUNRPC: Improve latency for interactive tasksTrond Myklebust2018-09-301-0/+1
* | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2018-09-301-1/+1
* | SUNRPC: Fix up the back channel transmitTrond Myklebust2018-09-301-0/+1
* | SUNRPC: Refactor RPC call encodingTrond Myklebust2018-09-301-0/+1
* | SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust2018-09-301-0/+6
* | SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust2018-09-301-2/+7
* | SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust2018-09-301-0/+1
* | SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust2018-09-301-0/+1
* | SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-301-1/+1
* | SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust2018-09-301-0/+3
* | SUNRPC: Refactor the transport request pinningTrond Myklebust2018-09-302-2/+2
* | SUNRPC: Add socket transmit queue offset trackingTrond Myklebust2018-09-301-0/+7
* | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-302-12/+14
* | SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust2018-09-301-2/+4
* | SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-302-0/+3
* | SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2018-09-301-1/+0
|/
* Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-281-3/+4
|\
| * spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc headerBoris Brezillon2018-09-201-3/+2
| * spi: spi-mem: Add missing description for data.nbytes fieldBoris Brezillon2018-09-201-0/+2
* | Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-282-6/+33
|\ \
| * | regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski2018-09-031-3/+3
| * | regulator: da9063: fix DT probing with constraintsPhilipp Zabel2018-08-311-7/+9
| * | regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen2018-08-291-3/+30
* | | Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman2018-09-281-1/+0
|\ \ \
| * | | Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij2018-09-271-1/+0
* | | | erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-09-251-1/+1
|\ \ \ \