summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-272-6/+7
|\
| * sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton2019-08-191-0/+1
| * svcrdma: Use llist for managing cache of recv_ctxtsChuck Lever2019-08-191-2/+3
| * svcrdma: Remove svc_rdma_wqChuck Lever2019-08-191-1/+0
| * SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski2019-07-301-3/+3
* | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-264-6/+4
|\ \
| * | SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-201-1/+1
| * | SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-09-171-0/+1
| * | xprtrdma: Boost client's max slot table size to match Linux serverChuck Lever2019-08-201-2/+2
| * | SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2019-08-201-3/+0
| |/
* / Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-08-261-1/+0
|/
* Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-187-4/+29
|\
| * SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-183-2/+6
| * SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-121-0/+2
| * Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-121-0/+3
| |\
| | * xprtrdma: Modernize ops->connectChuck Lever2019-07-091-0/+3
| * | Merge branch 'multipath_tcp'Trond Myklebust2019-07-064-0/+5
| |\ \
| | * | NFS: send state management on a single connection.NeilBrown2019-07-061-0/+1
| | * | SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust2019-07-061-0/+1
| | * | SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2019-07-062-0/+3
| | |/
| * | Merge branch 'bh-remove'Trond Myklebust2019-07-062-1/+7
| |\ \
| | * | SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust2019-07-061-0/+5
| | * | SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust2019-07-061-1/+2
| | |/
| * / SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski2019-07-061-1/+6
| |/
* | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-101-0/+7
|\ \ | |/ |/|
| * nfsd: create xdr_netobj_dup helperJ. Bruce Fields2019-07-031-0/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-3/+1
|/
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-153-2/+38
|\
| * SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-242-2/+5
| * SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-0/+15
| * SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-0/+16
| * SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-0/+2
* | SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-261-0/+2
* | SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust2019-04-251-0/+2
* | SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-251-0/+2
* | SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust2019-04-251-1/+0
* | SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-251-0/+1
* | SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-1/+8
* | SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-1/+0
* | SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust2019-04-251-3/+3
* | SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-2/+4
* | Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust2019-04-111-8/+0
|/
* SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust2019-03-101-0/+8
* NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-011-0/+1
* SUNRPC: Fix an Oops in udp_poll()Trond Myklebust2019-02-261-0/+1
* SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-141-5/+4
* SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-141-2/+1
* SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-141-0/+3
* SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-141-1/+0
* SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-142-5/+11