summaryrefslogtreecommitdiff
path: root/fs/lockd/svcproc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton1-7/+0
2026-08-10xdrgen: Share void RPC procedure handlers across programsChuck Lever1-20/+20
2026-08-10lockd: preserve multiple NLM_SHARE grants from the same ownerOscar Ou1-1/+3
2026-08-10lockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton1-2/+2
2026-07-17lockd: fix NLMv3 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
2026-06-09lockd: Unify cast_statusChuck Lever1-21/+2
2026-06-09lockd: Remove C macros that are no longer usedChuck Lever1-10/+1
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 FREE_ALL procedureChuck Lever1-80/+33
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 NM_LOCK procedureChuck Lever1-51/+35
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNSHARE procedureChuck Lever1-35/+59
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 SHARE procedureChuck Lever1-36/+78
2026-06-09lockd: Convert NLMv3 server-side undefined procedures to xdrgenChuck Lever1-30/+36
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 SM_NOTIFY procedureChuck Lever1-31/+55
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_RES procedureChuck Lever1-26/+34
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_RES procedureChuck Lever1-9/+9
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_RES procedureChuck Lever1-9/+9
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 LOCK_RES procedureChuck Lever1-9/+9
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 TEST_RES procedureChuck Lever1-9/+9
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_MSG procedureChuck Lever1-31/+47
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_MSG procedureChuck Lever1-50/+66
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_MSG procedureChuck Lever1-47/+67
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 LOCK_MSG procedureChuck Lever1-14/+63
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 TEST_MSG procedureChuck Lever1-48/+64
2026-06-09lockd: Refactor nlmsvc_callback()Chuck Lever1-18/+54
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 GRANTED procedureChuck Lever1-10/+55
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK procedureChuck Lever1-10/+69
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 CANCEL procedureChuck Lever1-10/+71
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 LOCK procedureChuck Lever1-12/+106
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 TEST procedureChuck Lever1-12/+183
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 NULL procedureChuck Lever1-14/+28
2026-06-09lockd: Rename struct nlm_reboot to lockd_rebootChuck Lever1-4/+4
2026-06-09lockd: Rename struct nlm_res to lockd_resChuck Lever1-28/+28
2026-06-09lockd: Rename struct nlm_args to lockd_argsChuck Lever1-40/+40
2026-06-09lockd: Rename struct nlm_lock to lockd_lockChuck Lever1-1/+1
2026-06-09lockd: Stop warning on nlm__int__drop_reply in !V4 cast_statusChuck Lever1-1/+1
2026-05-21lockd: fix TEST handling when not all permissions are available.NeilBrown1-3/+12
2026-03-29lockd: Prepare share helpers for xdrgen conversionChuck Lever1-2/+5
2026-03-29lockd: Relocate svc_version definitions to XDR layerChuck Lever1-1/+37
2026-03-29lockd: Relocate include/linux/lockd/lockd.hChuck Lever1-1/+1
2026-03-29lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever1-1/+2
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever1-1/+13
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever1-1/+3
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever1-9/+15
2026-03-29lockd: Simplify cast_status() in svcproc.cChuck Lever1-21/+19
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown1-4/+1
2024-11-18lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever1-1/+2
2024-11-18lockd: Remove some snippets of unfinished codeChuck Lever1-12/+0
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton1-5/+5
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton1-0/+1
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+24