summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4callback.c
AgeCommit message (Expand)Author
2024-01-07NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong
2023-12-18NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0Chuck Lever
2023-10-16NFSD: add support for CB_GETATTR callbackDai Ngo
2023-04-04NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo
2022-12-19Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-12nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni
2022-12-10NFSD: add support for sending CB_RECALL_ANYDai Ngo
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook
2022-09-26nfsd: make nfsd4_run_cb a bool return functionJeff Layton
2022-07-29NFSD: Move copy offload callback arguments into a separate structureChuck Lever
2021-10-02NFSD: simplify struct nfsfhNeilBrown
2021-07-06nfsd: rpc_peeraddr2str needs rcu lockJ. Bruce Fields
2021-05-18NFSD: Remove the nfsd_cb_work and nfsd_cb_done tracepointsChuck Lever
2021-05-18NFSD: Add an nfsd_cb_probe tracepointChuck Lever
2021-05-18NFSD: Enhance the nfsd_cb_setup tracepointChuck Lever
2021-05-18NFSD: Remove spurious cb_setup_err tracepointChuck Lever
2021-05-18NFSD: Adjust cb_shutdown tracepointChuck Lever
2021-05-18NFSD: Capture every CB state transitionChuck Lever
2021-03-11NFSD: fix error handling in NFSv4.0 callbacksOlga Kornievskaia
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-28nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang
2020-05-20NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2019-12-19nfsd: use boottime for lease expiry calculationArnd Bergmann
2019-11-08nfsd: document callback_wq serialization of callback codeJ. Bruce Fields
2019-11-08nfsd: mark cb path down on unknown errorsJ. Bruce Fields
2019-11-08nfsd: Fix races between nfsd4_cb_release() and nfsd4_shutdown_callback()Trond Myklebust
2019-11-08nfsd: minor 4.1 callback cleanupTrond Myklebust
2019-08-16nfsd: Remove unnecessary NULL checksJ. Bruce Fields
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-05-03nfsd: update callback done processingScott Mayhew
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust
2019-04-08nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-02-13NFS: Remove print_overflow_msg()Chuck Lever
2019-02-06nfsd: fix an IS_ERR() vs NULL checkDan Carpenter
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown
2018-09-25NFSD CB_OFFLOAD xdrOlga Kornievskaia
2018-08-22nfsd: Remove callback_credChuck Lever
2018-08-22nfsd: Use correct credential for NFSv4.0 callback with GSSChuck Lever
2018-08-09nfsd: Mark expected switch fall-throughGustavo A. R. Silva
2018-04-03nfsd: use correct enum type in decode_cb_op_statusStefan Agner
2017-07-17nfsd: Fix a memory scribble in the callback channelTrond Myklebust
2017-05-15nfsd4: const-ify nfs_cb_version4Christoph Hellwig