summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xprt.h
AgeCommit message (Expand)Author
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust
2023-06-19SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever
2023-06-19SUNRPC: Plumb an API for setting transport layer securityChuck Lever
2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust
2022-07-25SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia
2022-04-08Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-29SUNRPC: handle malloc failure in ->request_prepareNeilBrown
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-08-20SUNRPC: Move client-side disconnect injectionChuck Lever
2021-08-09SUNRPC: Fix potential memory corruptionTrond Myklebust
2021-07-08sunrpc: remove an offlined xprt using sysfsOlga Kornievskaia
2021-07-08SUNRPC: take a xprt offline using sysfsOlga Kornievskaia
2021-07-08SUNRPC mark the first transportOlga Kornievskaia
2021-07-08sunrpc: add dst_attr attributes to the sysfs xprt directoryOlga Kornievskaia
2021-07-08sunrpc: add add sysfs directory per xprt under each xprt_switchOlga Kornievskaia
2021-07-08sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia
2021-07-08sunrpc: add xprt idOlga Kornievskaia
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust
2020-12-02SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust
2020-12-02SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-08-04SUNRPC dont update timeout value on connection resetOlga Kornievskaia
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-11-12sunrpc: remove __KERNEL__ ifdefsChristoph Hellwig
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-09xprtrdma: Modernize ops->connectChuck Lever
2019-07-06SUNRPC: Add basic load balancing to the transport switchTrond Myklebust
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust
2018-09-30SUNRPC: Convert xprt receive queue to use an rbtreeTrond 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: Support for congestion control when queuing is enabledTrond Myklebust
2018-09-30SUNRPC: Improve latency for interactive tasksTrond Myklebust
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond 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