summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
2026-06-09lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()Chuck Lever3-2/+12
2026-06-09lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failureChuck Lever1-0/+2
2026-06-09lockd: Plug nlm_file leak when nlm_do_fopen() failsChuck Lever1-1/+1
2026-06-09lockd: Unify cast_statusChuck Lever1-21/+2
2026-06-09lockd: Remove dead code from fs/lockd/xdr.cChuck Lever4-517/+1
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 Lever2-16/+61
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 Lever2-12/+206
2026-06-09lockd: Use xdrgen XDR functions for the NLMv3 NULL procedureChuck Lever1-14/+28
2026-06-09lockd: Rename struct nlm_share to lockd_shareChuck Lever3-8/+8
2026-06-09lockd: Rename struct nlm_reboot to lockd_rebootChuck Lever7-13/+13
2026-06-09lockd: Rename struct nlm_res to lockd_resChuck Lever8-59/+59
2026-06-09lockd: Rename struct nlm_args to lockd_argsChuck Lever7-58/+58
2026-06-09lockd: Rename struct nlm_lock to lockd_lockChuck Lever12-63/+63
2026-06-09lockd: Rename struct nlm_cookie to lockd_cookieChuck Lever8-25/+24
2026-06-09Documentation: Add the RPC language description of NLM version 3Chuck Lever3-4/+761
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-06-09lockd: Stop warning on nlm__int__drop_reply in !V4 cast_statusChuck Lever1-1/+1
2026-05-26Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds5-19/+42
2026-05-22lockd: fix TEST handling when not all permissions are available.NeilBrown5-19/+42
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds22-985/+2836
2026-03-30lockd: Remove dead code from fs/lockd/xdr4.cChuck Lever6-371/+8
2026-03-30lockd: Remove C macros that are no longer usedChuck Lever1-10/+1
2026-03-30lockd: Add LOCKD_SHARE_SVID constant for DOS sharing modeChuck Lever3-3/+7
2026-03-30lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedureChuck Lever1-92/+33
2026-03-30lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedureChuck Lever1-57/+44
2026-03-30lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedureChuck Lever1-36/+62