summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* 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-023-51/+11
|\
| * 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/+0
| * SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-2/+0
| * SUNRPC: remove generic cred code.NeilBrown2018-12-191-6/+0
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-192-18/+2
| * SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-191-3/+0
| * NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-191-12/+0
| * SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-191-0/+2
| * SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-191-0/+1
| * NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-192-1/+3
| * SUNRPC: discard RPC_DO_ROOTOVERRIDE()NeilBrown2018-12-191-1/+0
| * SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-191-2/+1
| * SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-3/+0
| * SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-1/+0
| * SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+2
* | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-025-11/+19
|\ \ | |/ |/|
| * nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin2018-12-311-0/+9
| * sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-272-2/+0
| * sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-271-1/+0
| * sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-272-7/+5
| * sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-271-1/+4