aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner1-3/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+38
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust1-0/+2
2019-04-25SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust1-0/+2
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust1-0/+2
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust1-1/+0
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust1-0/+1
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust1-1/+8
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust1-1/+0
2019-04-25SUNRPC: Refactor xprt_request_wait_receive()Trond Myklebust1-3/+3
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-2/+4
2019-04-24SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2-2/+5
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-0/+15
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-0/+16
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-0/+2
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-8/+0
2019-03-10SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust1-0/+8
2019-03-01NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust1-0/+1
2019-02-26SUNRPC: Fix an Oops in udp_poll()Trond Myklebust1-0/+1
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever1-5/+4
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever1-2/+1
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever1-0/+3
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever1-1/+0
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2-5/+11
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever1-1/+6
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2-5/+16
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever1-1/+41
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever1-7/+0
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever1-2/+6
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-51/+11
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-11/+19
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan1-2/+2
2018-12-31nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin1-0/+9
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2-2/+0
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin1-1/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2-7/+5
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-1/+4
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown1-2/+0
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown1-2/+0
2018-12-19SUNRPC: remove generic cred code.NeilBrown1-6/+0
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2-18/+2
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown1-3/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown1-12/+0
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown1-0/+2
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown1-0/+1
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2-1/+3
2018-12-19SUNRPC: discard RPC_DO_ROOTOVERRIDE()NeilBrown1-1/+0
2018-12-19SUNRPC: remove machine_cred field from struct auth_credNeilBrown1-2/+1
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown1-3/+0
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown1-1/+0