summaryrefslogtreecommitdiff
path: root/fs/lockd/svc4proc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton1-4/+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: fix NLMv4 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
2026-08-10lockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton1-2/+2
2026-06-09lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()Chuck Lever1-0/+3
2026-06-09lockd: Rename struct nlm_reboot to lockd_rebootChuck Lever1-2/+2
2026-06-09lockd: Rename struct nlm_res to lockd_resChuck Lever1-6/+6
2026-06-09lockd: Rename struct nlm_lock to lockd_lockChuck Lever1-15/+15
2026-06-09lockd: Rename struct nlm_cookie to lockd_cookieChuck Lever1-3/+3
2026-06-09lockd: Do not monitor when looking up the LOCK_MSG callback hostChuck Lever1-1/+1
2026-06-09lockd: Translate nlm__int__deadlock in __nlm4svc_proc_lock_msg()Chuck Lever1-0/+2
2026-06-09lockd: Drop locks_init_lock() from nlm4_lock_to_lockd_lock()Chuck Lever1-1/+0
2026-06-09lockd: Correct kernel-doc status descriptions for NLMv4 GRANTEDChuck Lever1-6/+6
2026-05-21lockd: fix TEST handling when not all permissions are available.NeilBrown1-2/+7
2026-03-29lockd: Remove dead code from fs/lockd/xdr4.cChuck Lever1-1/+0
2026-03-29lockd: Remove C macros that are no longer usedChuck Lever1-10/+1
2026-03-29lockd: Add LOCKD_SHARE_SVID constant for DOS sharing modeChuck Lever1-2/+2
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedureChuck Lever1-92/+33
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedureChuck Lever1-57/+44
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedureChuck Lever1-36/+62
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedureChuck Lever1-37/+81
2026-03-29lockd: Prepare share helpers for xdrgen conversionChuck Lever1-3/+4
2026-03-29lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()Chuck Lever1-4/+12
2026-03-29lockd: Convert server-side undefined procedures to xdrgenChuck Lever1-30/+36
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 SM_NOTIFY procedureChuck Lever1-31/+55
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_RES procedureChuck Lever1-26/+34
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_RES procedureChuck Lever1-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_RES procedureChuck Lever1-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK_RES procedureChuck Lever1-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedureChuck Lever1-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedureChuck Lever1-33/+45
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedureChuck Lever1-51/+64
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedureChuck Lever1-48/+65
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedureChuck Lever1-16/+61
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedureChuck Lever1-54/+60
2026-03-29lockd: Refactor nlm4svc_callback()Chuck Lever1-18/+62
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedureChuck Lever1-10/+56
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedureChuck Lever1-10/+74
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedureChuck Lever1-10/+76
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedureChuck Lever1-12/+115
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST procedureChuck Lever1-12/+174
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NULL procedureChuck Lever1-12/+28
2026-03-29lockd: Relocate svc_version definitions to XDR layerChuck Lever1-1/+22
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/+1
2026-03-29lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/Chuck Lever1-0/+2
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever1-3/+15
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever1-2/+8
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever1-8/+14