summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4callback.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01NFSD: add support for CB_GETATTR callbackDai Ngo1-1/+96
2024-03-01NFSD: Remove redundant cb_seq_status initializationChuck Lever1-1/+0
2024-03-01NFSD: Remove BUG_ON in nfsd4_process_cb_update()Chuck Lever1-1/+2
2024-03-01NFSD: Replace comment with lockdep assertionChuck Lever1-1/+2
2024-03-01NFSD: Remove unused @reason argumentChuck Lever1-9/+9
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever1-0/+8
2024-03-01NFSD: Rename nfsd_cb_state trace pointChuck Lever1-1/+3
2024-03-01NFSD: Replace dprintks in nfsd4_cb_sequence_done()Chuck Lever1-5/+4
2024-03-01NFSD: Retransmit callbacks after client reconnectsChuck Lever1-2/+11
2024-03-01NFSD: Reschedule CB operations when backchannel rpc_clnt is shut downChuck Lever1-9/+23
2024-03-01NFSD: Convert the callback workqueue to use delayed_workChuck Lever1-3/+3
2024-03-01NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever1-0/+1
2024-01-08NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong1-25/+1
2023-12-18NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0Chuck Lever1-96/+1
2023-10-16NFSD: add support for CB_GETATTR callbackDai Ngo1-1/+96
2023-04-04NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo1-2/+2
2022-12-19Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+3
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-12-12nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni1-1/+3
2022-12-10NFSD: add support for sending CB_RECALL_ANYDai Ngo1-0/+72
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook1-1/+1
2022-09-26nfsd: make nfsd4_run_cb a bool return functionJeff Layton1-2/+12
2022-07-30NFSD: Move copy offload callback arguments into a separate structureChuck Lever1-19/+18
2021-10-02NFSD: simplify struct nfsfhNeilBrown1-1/+1
2021-07-07nfsd: 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-29nfsd: Fix svc_xprt refcnt leak when setup callback client failedXiyu Yang1-0/+2
2020-05-21NFSD: Add tracepoints for monitoring NFSD callbacksChuck Lever1-15/+22
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever1-1/+3
2019-12-20nfsd: 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-16Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+5
2019-05-10Merge 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-13Merge 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