summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2026-06-09lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()Chuck Lever
2026-06-09lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failureChuck Lever
2026-06-09lockd: Plug nlm_file leak when nlm_do_fopen() failsChuck Lever
2026-06-09lockd: Unify cast_statusChuck Lever
2026-06-09lockd: Remove dead code from fs/lockd/xdr.cChuck 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_share to lockd_shareChuck 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: Rename struct nlm_cookie to lockd_cookieChuck Lever
2026-06-09Documentation: Add the RPC language description of NLM version 3Chuck 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-06-09lockd: Stop warning on nlm__int__drop_reply in !V4 cast_statusChuck Lever
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-05-21lockd: fix TEST handling when not all permissions are available.NeilBrown
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
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