aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-1/+1
2021-07-06nfsd: rpc_peeraddr2str needs rcu lockJ. Bruce Fields1-0/+2
2021-05-18NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepointsChuck Lever1-5/+0
2021-05-18NFSD: Add an nfsd_cb_probe tracepointChuck Lever1-0/+1
2021-05-18NFSD: Enhance the nfsd_cb_setup tracepointChuck Lever1-1/+2
2021-05-18NFSD: Remove spurious cb_setup_err tracepointChuck Lever1-3/+1
2021-05-18NFSD: Adjust cb_shutdown tracepointChuck Lever1-1/+3
2021-05-18NFSD: Capture every CB state transitionChuck Lever1-13/+15
2021-03-11NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-28nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-05-20NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever1-15/+22
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-1/+3
2019-12-19nfsd: use boottime for lease expiry calculationArnd Bergmann1-1/+10
2019-11-08nfsd: document callback_wq serialization of callback codeJ. Bruce Fields1-0/+6
2019-11-08nfsd: mark cb path down on unknown errorsJ. Bruce Fields1-0/+1
2019-11-08nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust1-9/+58
2019-11-08nfsd: minor 4.1 callback cleanupTrond Myklebust1-10/+20
2019-08-16nfsd: Remove unnecessary NULL checksJ. Bruce Fields1-20/+15
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+5
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+3
2019-05-03nfsd: update callback done processingScott Mayhew1-4/+5
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust1-0/+1
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-2/+2
2019-04-08nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust1-1/+7
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever1-13/+0
2019-02-06nfsd: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-11/+5
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown1-8/+4
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown1-4/+2
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown1-1/+12
2018-09-25NFSD CB_OFFLOAD xdrOlga Kornievskaia1-0/+98
2018-08-22nfsd: Remove callback_credChuck Lever1-20/+0
2018-08-22nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever1-1/+8
2018-08-09nfsd: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-04-03nfsd: use correct enum type in decode_cb_op_statusStefan Agner1-2/+2
2017-07-17nfsd: Fix a memory scribble in the callback channelTrond Myklebust1-3/+3
2017-05-15nfsd4: const-ify nfs_cb_version4Christoph Hellwig1-1/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-1/+3
2017-05-15nfsd: fix decoder callback prototypesChristoph Hellwig1-4/+7
2017-05-15nfsd: fix encoder callback prototypesChristoph Hellwig1-5/+8
2017-02-17nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee1-7/+3
2017-02-17nfsd/callback: skip the callback tagKinglong Mee1-0/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee1-0/+8
2016-11-14nfsd: update workqueue creationJ. Bruce Fields1-1/+1
2016-09-26nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton1-0/+57
2016-09-16nfsd: eliminate cb_minorversion fieldJeff Layton1-4/+3
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-17/+1