index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
lockd
/
svc4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
sunrpc: remove unused svc_version vs_count field
Jeff Layton
1
-4
/
+0
2026-08-10
xdrgen: Share void RPC procedure handlers across programs
Chuck Lever
1
-20
/
+20
2026-08-10
lockd: preserve multiple NLM_SHARE grants from the same owner
Oscar Ou
1
-1
/
+3
2026-08-10
lockd: fix NLMv4 GRANTED_MSG handling
Olga Kornievskaia
1
-1
/
+2
2026-08-10
lockd, nfsd: RCU-protect nlmsvc_ops dispatch
Jeff Layton
1
-2
/
+2
2026-06-09
lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()
Chuck Lever
1
-0
/
+3
2026-06-09
lockd: Rename struct nlm_reboot to lockd_reboot
Chuck Lever
1
-2
/
+2
2026-06-09
lockd: Rename struct nlm_res to lockd_res
Chuck Lever
1
-6
/
+6
2026-06-09
lockd: Rename struct nlm_lock to lockd_lock
Chuck Lever
1
-15
/
+15
2026-06-09
lockd: Rename struct nlm_cookie to lockd_cookie
Chuck Lever
1
-3
/
+3
2026-06-09
lockd: Do not monitor when looking up the LOCK_MSG callback host
Chuck Lever
1
-1
/
+1
2026-06-09
lockd: Translate nlm__int__deadlock in __nlm4svc_proc_lock_msg()
Chuck Lever
1
-0
/
+2
2026-06-09
lockd: Drop locks_init_lock() from nlm4_lock_to_lockd_lock()
Chuck Lever
1
-1
/
+0
2026-06-09
lockd: Correct kernel-doc status descriptions for NLMv4 GRANTED
Chuck Lever
1
-6
/
+6
2026-05-21
lockd: fix TEST handling when not all permissions are available.
NeilBrown
1
-2
/
+7
2026-03-29
lockd: Remove dead code from fs/lockd/xdr4.c
Chuck Lever
1
-1
/
+0
2026-03-29
lockd: Remove C macros that are no longer used
Chuck Lever
1
-10
/
+1
2026-03-29
lockd: Add LOCKD_SHARE_SVID constant for DOS sharing mode
Chuck Lever
1
-2
/
+2
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedure
Chuck Lever
1
-92
/
+33
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedure
Chuck Lever
1
-57
/
+44
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedure
Chuck Lever
1
-36
/
+62
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedure
Chuck Lever
1
-37
/
+81
2026-03-29
lockd: Prepare share helpers for xdrgen conversion
Chuck Lever
1
-3
/
+4
2026-03-29
lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()
Chuck Lever
1
-4
/
+12
2026-03-29
lockd: Convert server-side undefined procedures to xdrgen
Chuck Lever
1
-30
/
+36
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 SM_NOTIFY procedure
Chuck Lever
1
-31
/
+55
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_RES procedure
Chuck Lever
1
-26
/
+34
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 LOCK_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedure
Chuck Lever
1
-33
/
+45
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedure
Chuck Lever
1
-51
/
+64
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedure
Chuck Lever
1
-48
/
+65
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedure
Chuck Lever
1
-16
/
+61
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedure
Chuck Lever
1
-54
/
+60
2026-03-29
lockd: Refactor nlm4svc_callback()
Chuck Lever
1
-18
/
+62
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedure
Chuck Lever
1
-10
/
+56
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedure
Chuck Lever
1
-10
/
+74
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedure
Chuck Lever
1
-10
/
+76
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedure
Chuck Lever
1
-12
/
+115
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 TEST procedure
Chuck Lever
1
-12
/
+174
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 NULL procedure
Chuck Lever
1
-12
/
+28
2026-03-29
lockd: Relocate svc_version definitions to XDR layer
Chuck Lever
1
-1
/
+22
2026-03-29
lockd: Relocate include/linux/lockd/lockd.h
Chuck Lever
1
-1
/
+1
2026-03-29
lockd: Move share.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
1
-1
/
+1
2026-03-29
lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
1
-0
/
+2
2026-03-29
lockd: Have nlm_fopen() return errno values
Chuck Lever
1
-3
/
+15
2026-03-29
lockd: Introduce nlm__int__deadlock
Chuck Lever
1
-2
/
+8
2026-03-29
lockd: Relocate and rename nlm_drop_reply
Chuck Lever
1
-8
/
+14
[next]