aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 3-51/+11
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-11/+19
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Gravatar Santosh kumar pradhan 1-2/+2
2018-12-31nfs: fixed broken compilation in nfs_callback_up_net()Gravatar Vasily Averin 1-0/+9
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackGravatar Vasily Averin 2-2/+0
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsGravatar Vasily Averin 1-1/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagGravatar Vasily Averin 2-7/+5
2018-12-27sunrpc: use-after-free in svc_process_common()Gravatar Vasily Averin 1-1/+4
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.Gravatar NeilBrown 1-2/+0
2018-12-19SUNRPC: remove crbind rpc_cred operationGravatar NeilBrown 1-2/+0
2018-12-19SUNRPC: remove generic cred code.Gravatar NeilBrown 1-6/+0
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 2-18/+2
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTGravatar NeilBrown 1-3/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.Gravatar NeilBrown 1-12/+0
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.Gravatar NeilBrown 1-0/+2
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneGravatar NeilBrown 1-0/+1
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().Gravatar NeilBrown 2-1/+3
2018-12-19SUNRPC: discard RPC_DO_ROOTOVERRIDE()Gravatar NeilBrown 1-1/+0
2018-12-19SUNRPC: remove machine_cred field from struct auth_credGravatar NeilBrown 1-2/+1
2018-12-19SUNRPC: remove uid and gid from struct auth_credGravatar NeilBrown 1-3/+0
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.Gravatar NeilBrown 1-1/+0
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credGravatar NeilBrown 1-0/+2
2018-12-02SUNRPC: Fix a memory leak in call_encode()Gravatar Trond Myklebust 1-1/+0
2018-11-28svcrdma: Optimize the logic that selects the R_key to invalidateGravatar Chuck Lever 1-0/+1
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-5/+2
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Gravatar Paul Burton 1-5/+2
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-12/+20
2018-10-29svcrdma: Increase the default connection credit limitGravatar Chuck Lever 1-6/+7
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockGravatar Trond Myklebust 1-1/+1
2018-10-29SUNRPC: Remove non-RCU protected lookupGravatar Trond Myklebust 1-6/+0
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockGravatar Trond Myklebust 1-0/+12
2018-10-26Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 9-45/+71
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tGravatar Trond Myklebust 1-1/+1
2018-10-23SUNRPC: Convert auth creds to use refcount_tGravatar Trond Myklebust 1-2/+2
2018-10-23SUNRPC: Simplify lookup codeGravatar Trond Myklebust 1-7/+5
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainGravatar Trond Myklebust 1-0/+1
2018-09-30SUNRPC: Replace krb5_seq_lock with a lockless schemeGravatar Trond Myklebust 1-1/+2
2018-09-30SUNRPC: Unexport xdr_partial_copy_from_skb()Gravatar Trond Myklebust 1-2/+0
2018-09-30SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveGravatar Trond Myklebust 1-1/+0
2018-09-30SUNRPC: Simplify TCP receive code by switching to using iteratorsGravatar Trond Myklebust 1-15/+4
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Gravatar Trond Myklebust 2-0/+9
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveGravatar Trond Myklebust 1-0/+1
2018-09-30SUNRPC: Fix priority queue fairnessGravatar Trond Myklebust 1-2/+0
2018-09-30SUNRPC: Convert xprt receive queue to use an rbtreeGravatar Trond Myklebust 1-2/+2
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Gravatar Trond Myklebust 1-1/+1
2018-09-30SUNRPC: Clean up transport write space handlingGravatar Trond Myklebust 2-3/+3
2018-09-30SUNRPC: Turn off throttling of RPC slots for TCP socketsGravatar Trond Myklebust 1-1/+0
2018-09-30SUNRPC: Support for congestion control when queuing is enabledGravatar Trond Myklebust 1-0/+2
2018-09-30SUNRPC: Improve latency for interactive tasksGravatar Trond Myklebust 1-0/+1
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Gravatar Trond Myklebust 1-1/+1