summaryrefslogtreecommitdiff
path: root/fs/lockd/svcproc.c
AgeCommit message (Expand)Author
30 hourslockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton
2026-06-09lockd: Unify cast_statusChuck Lever
2026-06-09lockd: Remove C macros that are no longer usedChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 FREE_ALL procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 NM_LOCK procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNSHARE procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 SHARE procedureChuck Lever
2026-06-09lockd: Convert NLMv3 server-side undefined procedures to xdrgenChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 SM_NOTIFY procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_RES procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_RES procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_RES procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 LOCK_RES procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 TEST_RES procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_MSG procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_MSG procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_MSG procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 LOCK_MSG procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 TEST_MSG procedureChuck Lever
2026-06-09lockd: Refactor nlmsvc_callback()Chuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 GRANTED procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 CANCEL procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 LOCK procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 TEST procedureChuck Lever
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 NULL procedureChuck Lever
2026-06-09lockd: Rename struct nlm_reboot to lockd_rebootChuck Lever
2026-06-09lockd: Rename struct nlm_res to lockd_resChuck Lever
2026-06-09lockd: Rename struct nlm_args to lockd_argsChuck Lever
2026-06-09lockd: Rename struct nlm_lock to lockd_lockChuck Lever
2026-06-09lockd: Stop warning on nlm__int__drop_reply in !V4 cast_statusChuck Lever
2026-05-21lockd: fix TEST handling when not all permissions are available.NeilBrown
2026-03-29lockd: Prepare share helpers for xdrgen conversionChuck Lever
2026-03-29lockd: Relocate svc_version definitions to XDR layerChuck Lever
2026-03-29lockd: Relocate include/linux/lockd/lockd.hChuck Lever
2026-03-29lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever
2026-03-29lockd: Simplify cast_status() in svcproc.cChuck Lever
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown
2024-11-18lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever
2024-11-18lockd: Remove some snippets of unfinished codeChuck Lever
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields
2021-08-23nlm: minor nlm_lookup_file argument changeJ. Bruce Fields