summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4callback.c
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
2026-08-10nfsd: count NFSv4 callback operations per netnsJeff Layton1-1/+21
2026-08-10nfsd: add notification handlers for dir eventsJeff Layton1-4/+47
2026-08-10nfsd: add callback encoding and decoding linkages for CB_NOTIFYJeff Layton1-0/+46
2026-08-10nfsd: make nfsd4_callback_ops->prepare operation bool returnJeff Layton1-1/+4
2026-08-10nfsd: validate nseconds in TIME_DELEG decode pathsJeff Layton1-0/+4
2026-08-10nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardownJeff Layton1-19/+90
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo1-34/+77
2026-04-03NFSD: use per-operation statidx for callback proceduresChuck Lever1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
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