index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
lockd
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-09
lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file()
Chuck Lever
3
-2
/
+12
2026-06-09
lockd: Plug nlm_file refcount leak on cached nlm_do_fopen() failure
Chuck Lever
1
-0
/
+2
2026-06-09
lockd: Plug nlm_file leak when nlm_do_fopen() fails
Chuck Lever
1
-1
/
+1
2026-06-09
lockd: Unify cast_status
Chuck Lever
1
-21
/
+2
2026-06-09
lockd: Remove dead code from fs/lockd/xdr.c
Chuck Lever
4
-517
/
+1
2026-06-09
lockd: Remove C macros that are no longer used
Chuck Lever
1
-10
/
+1
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 FREE_ALL procedure
Chuck Lever
1
-80
/
+33
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 NM_LOCK procedure
Chuck Lever
1
-51
/
+35
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 UNSHARE procedure
Chuck Lever
1
-35
/
+59
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 SHARE procedure
Chuck Lever
1
-36
/
+78
2026-06-09
lockd: Convert NLMv3 server-side undefined procedures to xdrgen
Chuck Lever
1
-30
/
+36
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 SM_NOTIFY procedure
Chuck Lever
1
-31
/
+55
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_RES procedure
Chuck Lever
1
-26
/
+34
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_RES procedure
Chuck Lever
1
-9
/
+9
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_RES procedure
Chuck Lever
1
-9
/
+9
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 LOCK_RES procedure
Chuck Lever
1
-9
/
+9
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 TEST_RES procedure
Chuck Lever
1
-9
/
+9
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 GRANTED_MSG procedure
Chuck Lever
1
-31
/
+47
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK_MSG procedure
Chuck Lever
1
-50
/
+66
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 CANCEL_MSG procedure
Chuck Lever
1
-47
/
+67
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 LOCK_MSG procedure
Chuck Lever
1
-14
/
+63
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 TEST_MSG procedure
Chuck Lever
1
-48
/
+64
2026-06-09
lockd: Refactor nlmsvc_callback()
Chuck Lever
1
-18
/
+54
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 GRANTED procedure
Chuck Lever
2
-16
/
+61
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 UNLOCK procedure
Chuck Lever
1
-10
/
+69
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 CANCEL procedure
Chuck Lever
1
-10
/
+71
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 LOCK procedure
Chuck Lever
1
-12
/
+106
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 TEST procedure
Chuck Lever
2
-12
/
+206
2026-06-09
lockd: Use xdrgen XDR functions for the NLMv3 NULL procedure
Chuck Lever
1
-14
/
+28
2026-06-09
lockd: Rename struct nlm_share to lockd_share
Chuck Lever
3
-8
/
+8
2026-06-09
lockd: Rename struct nlm_reboot to lockd_reboot
Chuck Lever
7
-13
/
+13
2026-06-09
lockd: Rename struct nlm_res to lockd_res
Chuck Lever
8
-59
/
+59
2026-06-09
lockd: Rename struct nlm_args to lockd_args
Chuck Lever
7
-58
/
+58
2026-06-09
lockd: Rename struct nlm_lock to lockd_lock
Chuck Lever
12
-63
/
+63
2026-06-09
lockd: Rename struct nlm_cookie to lockd_cookie
Chuck Lever
8
-25
/
+24
2026-06-09
Documentation: Add the RPC language description of NLM version 3
Chuck Lever
3
-4
/
+761
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-06-09
lockd: Stop warning on nlm__int__drop_reply in !V4 cast_status
Chuck Lever
1
-1
/
+1
2026-05-26
Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
5
-19
/
+42
2026-05-22
lockd: fix TEST handling when not all permissions are available.
NeilBrown
5
-19
/
+42
2026-04-20
Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
22
-985
/
+2836
2026-03-30
lockd: Remove dead code from fs/lockd/xdr4.c
Chuck Lever
6
-371
/
+8
2026-03-30
lockd: Remove C macros that are no longer used
Chuck Lever
1
-10
/
+1
2026-03-30
lockd: Add LOCKD_SHARE_SVID constant for DOS sharing mode
Chuck Lever
3
-3
/
+7
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedure
Chuck Lever
1
-92
/
+33
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedure
Chuck Lever
1
-57
/
+44
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedure
Chuck Lever
1
-36
/
+62
[next]