summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-09-30SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust1-1/+2
2018-09-30NFS: Remove private spinlock in struct nfs_pgio_headerTrond Myklebust1-3/+2
2018-09-30NFSv4: Save a few bytes in the nfs_pgio_args/resTrond Myklebust1-7/+17
2018-09-30NFSv3: Improve NFSv3 performance when server returns no post-op attributesTrond Myklebust2-1/+5
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust1-0/+1
2018-09-30NFS: Convert lookups of the lock context to RCUTrond Myklebust1-0/+1
2018-09-30SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust1-2/+0
2018-09-30SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust1-1/+0
2018-09-30SUNRPC: Clean up - rename xs_tcp_data_receive() to xs_stream_data_receive()Trond Myklebust1-8/+8
2018-09-30SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2-29/+5
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2-0/+9
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust1-0/+1
2018-09-30SUNRPC: Fix priority queue fairnessTrond Myklebust1-2/+0
2018-09-30SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust1-2/+2
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust2-3/+3
2018-09-30SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust1-1/+0
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust1-0/+2
2018-09-30SUNRPC: Improve latency for interactive tasksTrond Myklebust1-0/+1
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust1-0/+1
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust1-0/+1
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust1-0/+6
2018-09-30SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust1-2/+7
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust1-0/+1
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-0/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-1/+1
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust1-0/+3
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust2-2/+2
2018-09-30SUNRPC: Add socket transmit queue offset trackingTrond Myklebust1-0/+7
2018-09-30SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2-12/+14
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust1-2/+4
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2-0/+3
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust1-1/+0
2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-3/+4
2018-09-28Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-6/+33
2018-09-28Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman1-1/+0
2018-09-27Revert "drm/panel: Add device_link from panel device to DRM device"Linus Walleij1-1/+0
2018-09-25erge tag 'libnvdimm-fixes-4.19-rc6' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-1/+1
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel1-1/+1
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman3-3/+5
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet1-2/+3
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Greg Kroah-Hartman1-7/+9
2018-09-23Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman1-1/+4
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-1/+4
2018-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2-2/+1
2018-09-21Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman1-1/+1
2018-09-20spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc headerBoris Brezillon1-3/+2
2018-09-20spi: spi-mem: Add missing description for data.nbytes fieldBoris Brezillon1-0/+2
2018-09-20Compiler Attributes: naked can be sharedMiguel Ojeda2-8/+8