summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever2018-11-281-0/+1
* | SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2018-12-021-1/+0
|/
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-5/+2
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-5/+2
* | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-303-12/+20
|\ \
| * | svcrdma: Increase the default connection credit limitChuck Lever2018-10-291-6/+7
| * | SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust2018-10-291-1/+1
| * | SUNRPC: Remove non-RCU protected lookupTrond Myklebust2018-10-291-6/+0
| * | SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust2018-10-291-0/+12
| * | SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust2018-10-031-0/+1
* | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-269-45/+71
|\ \ \
| * | | SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-231-1/+1
| * | | SUNRPC: Convert auth creds to use refcount_tTrond Myklebust2018-10-231-2/+2
| * | | SUNRPC: Simplify lookup codeTrond Myklebust2018-10-231-7/+5
| | |/ | |/|
| * | SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-301-1/+2
| * | SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust2018-09-301-2/+0
| * | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-1/+0
| * | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-301-15/+4
| * | SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2018-09-302-0/+9
| * | SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Fix priority queue fairnessTrond Myklebust2018-09-301-2/+0
| * | SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust2018-09-301-2/+2
| * | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-301-1/+1
| * | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-302-3/+3
| * | SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust2018-09-301-1/+0
| * | SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+2
| * | SUNRPC: Improve latency for interactive tasksTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2018-09-301-1/+1