summaryrefslogtreecommitdiff
path: root/fs/lockd/svc4proc.c
AgeCommit message (Expand)Author
2026-06-09lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()Chuck 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_lock to lockd_lockChuck Lever
2026-06-09lockd: Rename struct nlm_cookie to lockd_cookieChuck Lever
2026-06-09lockd: Do not monitor when looking up the LOCK_MSG callback hostChuck Lever
2026-06-09lockd: Translate nlm__int__deadlock in __nlm4svc_proc_lock_msg()Chuck Lever
2026-06-09lockd: Drop locks_init_lock() from nlm4_lock_to_lockd_lock()Chuck Lever
2026-06-09lockd: Correct kernel-doc status descriptions for NLMv4 GRANTEDChuck Lever
2026-05-21lockd: fix TEST handling when not all permissions are available.NeilBrown
2026-03-29lockd: Remove dead code from fs/lockd/xdr4.cChuck Lever
2026-03-29lockd: Remove C macros that are no longer usedChuck Lever
2026-03-29lockd: Add LOCKD_SHARE_SVID constant for DOS sharing modeChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedureChuck Lever
2026-03-29lockd: Prepare share helpers for xdrgen conversionChuck Lever
2026-03-29lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()Chuck Lever
2026-03-29lockd: Convert server-side undefined procedures to xdrgenChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 SM_NOTIFY procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_RES procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_RES procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_RES procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK_RES procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedureChuck Lever
2026-03-29lockd: Refactor nlm4svc_callback()Chuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST procedureChuck Lever
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NULL procedureChuck 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: Move xdr4.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
2025-12-24lockd: fix vfs_test_lock() callsNeilBrown
2024-11-18lockd: Remove unneeded initialization of file_lock::c.flc_flagsChuck Lever
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