aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4callback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-12NFSD: Avoid corruption of a referring call listChuck Lever1-0/+1
2025-05-11NFSD: Implement CB_SEQUENCE referring call listsChuck Lever1-5/+127
2025-03-10nfsd: remove unneeded forward declaration of nfsd4_mark_cb_fault()Jeff Layton1-2/+0
2025-03-10nfsd: handle errors from rpc_call_async()Jeff Layton1-3/+7
2025-03-10nfsd: move cb_need_restart flag into cb_flagsJeff Layton1-6/+4
2025-03-10nfsd: replace CB_GETATTR_BUSY with NFSD4_CALLBACK_RUNNINGJeff Layton1-1/+5
2025-03-10nfsd: prevent callback tasks running concurrentlyJeff Layton1-0/+2
2025-03-10NFSD: Fix callback decoder status codesChuck Lever1-7/+7
2025-03-10nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDEREDJeff Layton1-9/+5
2025-03-10nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE betterJeff Layton1-0/+7
2025-03-10nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nrJeff Layton1-1/+6
2025-03-10nfsd: only check RPC_SIGNALLED() when restarting rpc_taskJeff Layton1-8/+10
2025-03-10nfsd: always release slot when requeueing callbackJeff Layton1-0/+1
2025-03-10nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()Jeff Layton1-24/+27
2025-03-10nfsd: prepare nfsd4_cb_sequence_done() for error handling reworkJeff Layton1-11/+9
2025-02-10NFSD: Fix CB_GETATTR status fixChuck Lever1-1/+1
2025-02-10NFSD: fix hang in nfsd4_shutdown_callbackDai Ngo1-2/+5
2025-01-21nfsd: add support for delegated timestampsJeff Layton1-4/+38
2025-01-21nfsd: fix handling of delegated change attr in CB_GETATTRJeff Layton1-3/+5
2025-01-06NFSD: add cb opcode to WARN_ONCE on failed callbackOlga Kornievskaia1-2/+3
2025-01-06NFSD: fix decoding in nfs4_xdr_dec_cb_getattrOlga Kornievskaia1-1/+1
2025-01-06nfsd: use new wake_up_var interfaces.NeilBrown1-2/+1
2024-12-20nfsd: restore callback functionality for NFSv4.0NeilBrown1-3/+1
2024-11-18nfsd: allow for up to 32 callback session slotsJeff Layton1-30/+88
2024-11-18NFSD: Prevent NULL dereference in nfsd4_process_cb_update()Chuck Lever1-0/+2
2024-11-11nfsd: drop the ncf_cb_bmap fieldJeff Layton1-1/+4
2024-11-11NFSD: Prevent a potential integer overflowChuck Lever1-7/+7
2024-09-20nfsd: add more nfsd_cb tracepointsJeff Layton1-0/+5
2024-09-20nfsd: add more info to WARN_ON_ONCE on failed callbacksJeff Layton1-1/+2
2024-05-06NFSD: Move callback_wq into struct nfs4_clientChuck Lever1-22/+9
2024-04-25Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-21/+5
2024-04-23Revert "NFSD: Convert the callback workqueue to use delayed_work"Chuck Lever1-3/+3
2024-04-23Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"Chuck Lever1-18/+2
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-31/+160
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-02-05nfsd: adapt to breakup of struct file_lockJeff Layton1-1/+1
2024-01-07NFSv4, 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