aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+3
2026-08-17lockd: fix NULL dereference on lockowner allocation failureShuangpeng Bai1-0/+3
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton2-11/+0
2026-08-10xdrgen: Share void RPC procedure handlers across programsChuck Lever6-100/+40
2026-08-10xdrgen: Emit a blank line ahead of enum declarationsChuck Lever4-4/+4
2026-08-10lockd: preserve multiple NLM_SHARE grants from the same ownerOscar Ou4-8/+44
2026-08-10lockd: Regenerate NLMv4 XDR codeChuck Lever4-5/+48
2026-08-10lockd: fix NLMv4 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
2026-08-10lockd: fix swapped arguments in nlmsvc_match_ip()Oscar Ou2-2/+2
2026-08-10lockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton4-13/+51
2026-08-10lockd: Use "%*phN" to dprintk() a cookieDavid Laight1-37/+5
2026-08-03lockd: pin next file across nlm_inspect_file lock-dropMichael Bommarito1-23/+30
2026-07-17lockd: fix NLMv3 GRANTED_MSG handlingOlga Kornievskaia1-1/+2
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