summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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/+1Star
|/
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-163-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/+0Star
* | 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/+0Star
* | 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/+0Star
|/
* 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/+4Star
* SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-141-2/+1Star
* SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-141-0/+3
* SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-141-1/+0Star
* SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-142-5/+11
* SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-131-1/+6
* SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-132-5/+16
* SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-131-1/+41
* SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-7/+0Star
* SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-131-2/+6
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-033-51/+11Star
|\
| * sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-021-2/+2
| * SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-191-2/+0Star
| * SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-2/+0Star
| * SUNRPC: remove generic cred code.NeilBrown2018-12-191-6/+0Star
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-192-18/+2Star