aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4callback.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04NFSD: callback request does not use correct credential for AUTH_SYSGravatar Dai Ngo 1-2/+2
2022-12-19Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-1/+3
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-12-12nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureGravatar Dan Aloni 1-1/+3
2022-12-10NFSD: add support for sending CB_RECALL_ANYGravatar Dai Ngo 1-0/+72
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Gravatar Kees Cook 1-1/+1
2022-09-26nfsd: make nfsd4_run_cb a bool return functionGravatar Jeff Layton 1-2/+12
2022-07-29NFSD: Move copy offload callback arguments into a separate structureGravatar Chuck Lever 1-19/+18
2021-10-02NFSD: simplify struct nfsfhGravatar NeilBrown 1-1/+1
2021-07-06nfsd: rpc_peeraddr2str needs rcu lockGravatar J. Bruce Fields 1-0/+2
2021-05-18NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepointsGravatar Chuck Lever 1-5/+0
2021-05-18NFSD: Add an nfsd_cb_probe tracepointGravatar Chuck Lever 1-0/+1
2021-05-18NFSD: Enhance the nfsd_cb_setup tracepointGravatar Chuck Lever 1-1/+2
2021-05-18NFSD: Remove spurious cb_setup_err tracepointGravatar Chuck Lever 1-3/+1
2021-05-18NFSD: Adjust cb_shutdown tracepointGravatar Chuck Lever 1-1/+3
2021-05-18NFSD: Capture every CB state transitionGravatar Chuck Lever 1-13/+15
2021-03-11NFSD: fix error handling in NFSv4.0 callbacksGravatar Olga Kornievskaia 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-28nfsd: Fix svc_xprt refcnt leak when setup callback client failedGravatar Xiyu Yang 1-0/+2
2020-05-20NFSD: Add tracepoints for monitoring NFSD callbacksGravatar Chuck Lever 1-15/+22
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsGravatar Chuck Lever 1-1/+3
2019-12-19nfsd: use boottime for lease expiry calculationGravatar Arnd Bergmann 1-1/+10
2019-11-08nfsd: document callback_wq serialization of callback codeGravatar J. Bruce Fields 1-0/+6
2019-11-08nfsd: mark cb path down on unknown errorsGravatar J. Bruce Fields 1-0/+1
2019-11-08nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Gravatar Trond Myklebust 1-9/+58
2019-11-08nfsd: minor 4.1 callback cleanupGravatar Trond Myklebust 1-10/+20
2019-08-16nfsd: Remove unnecessary NULL checksGravatar J. Bruce Fields 1-20/+15
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+5
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-2/+3
2019-05-03nfsd: update callback done processingGravatar Scott Mayhew 1-4/+5
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientGravatar Trond Myklebust 1-0/+1
2019-04-25SUNRPC: Fix up task signallingGravatar Trond Myklebust 1-2/+2
2019-04-08nfsd: Don't release the callback slot unless it was actually heldGravatar Trond Myklebust 1-1/+7
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+2
2019-02-13NFS: Remove print_overflow_msg()Gravatar Chuck Lever 1-13/+0
2019-02-06nfsd: fix an IS_ERR() vs NULL checkGravatar Dan Carpenter 1-2/+2
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-11/+5
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().Gravatar NeilBrown 1-8/+4
2018-12-19SUNRPC: remove uid and gid from struct auth_credGravatar NeilBrown 1-4/+2
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credGravatar NeilBrown 1-1/+12
2018-09-25NFSD CB_OFFLOAD xdrGravatar Olga Kornievskaia 1-0/+98
2018-08-22nfsd: Remove callback_credGravatar Chuck Lever 1-20/+0
2018-08-22nfsd: Use correct credential for NFSv4.0 callback with GSSGravatar Chuck Lever 1-1/+8
2018-08-09nfsd: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-04-03nfsd: use correct enum type in decode_cb_op_statusGravatar Stefan Agner 1-2/+2
2017-07-17nfsd: Fix a memory scribble in the callback channelGravatar Trond Myklebust 1-3/+3
2017-05-15nfsd4: const-ify nfs_cb_version4Gravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-1/+3
2017-05-15nfsd: fix decoder callback prototypesGravatar Christoph Hellwig 1-4/+7