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
/
svc4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-22
lockd: fix TEST handling when not all permissions are available.
NeilBrown
1
-2
/
+7
2026-03-30
lockd: Remove dead code from fs/lockd/xdr4.c
Chuck Lever
1
-1
/
+0
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
1
-2
/
+2
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
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedure
Chuck Lever
1
-37
/
+81
2026-03-30
lockd: Prepare share helpers for xdrgen conversion
Chuck Lever
1
-3
/
+4
2026-03-30
lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()
Chuck Lever
1
-4
/
+12
2026-03-30
lockd: Convert server-side undefined procedures to xdrgen
Chuck Lever
1
-30
/
+36
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 SM_NOTIFY procedure
Chuck Lever
1
-31
/
+55
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_RES procedure
Chuck Lever
1
-26
/
+34
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 LOCK_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedure
Chuck Lever
1
-9
/
+9
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedure
Chuck Lever
1
-33
/
+45
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedure
Chuck Lever
1
-51
/
+64
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedure
Chuck Lever
1
-48
/
+65
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedure
Chuck Lever
1
-16
/
+61
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedure
Chuck Lever
1
-54
/
+60
2026-03-30
lockd: Refactor nlm4svc_callback()
Chuck Lever
1
-18
/
+62
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedure
Chuck Lever
1
-10
/
+56
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedure
Chuck Lever
1
-10
/
+74
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedure
Chuck Lever
1
-10
/
+76
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedure
Chuck Lever
1
-12
/
+115
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 TEST procedure
Chuck Lever
1
-12
/
+174
2026-03-30
lockd: Use xdrgen XDR functions for the NLMv4 NULL procedure
Chuck Lever
1
-12
/
+28
2026-03-30
lockd: Relocate svc_version definitions to XDR layer
Chuck Lever
1
-1
/
+22
2026-03-30
lockd: Relocate include/linux/lockd/lockd.h
Chuck Lever
1
-1
/
+1
2026-03-30
lockd: Move share.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
1
-1
/
+1
2026-03-30
lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
1
-0
/
+2
2026-03-30
lockd: Have nlm_fopen() return errno values
Chuck Lever
1
-3
/
+15
2026-03-30
lockd: Introduce nlm__int__deadlock
Chuck Lever
1
-2
/
+8
2026-03-30
lockd: Relocate and rename nlm_drop_reply
Chuck Lever
1
-8
/
+14
2025-12-25
lockd: fix vfs_test_lock() calls
NeilBrown
1
-3
/
+1
2024-11-19
lockd: Remove unneeded initialization of file_lock::c.flc_flags
Chuck Lever
1
-2
/
+3
2024-11-19
lockd: Remove unused parameter to nlmsvc_testlock()
Chuck Lever
1
-1
/
+2
2024-11-19
lockd: Remove some snippets of unfinished code
Chuck Lever
1
-12
/
+0
2024-02-05
lockd: adapt to breakup of struct file_lock
Jeff Layton
1
-5
/
+5
2022-12-10
lockd: set missing fl_flags field when retrieving args
Jeff Layton
1
-0
/
+1
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
1
-0
/
+24
2022-08-04
lockd: detect and reject lock arguments that overflow
Jeff Layton
1
-0
/
+8
2022-07-30
NLM: Defend against file_lock changes after vfs_test_lock()
Benjamin Coddington
1
-1
/
+3
2021-10-21
SUNRPC: Trace calls to .rpc_call_done
Chuck Lever
1
-2
/
+0
2021-08-24
Keep read and write fds with each nlm_file
J. Bruce Fields
1
-1
/
+3
2021-08-23
nlm: minor nlm_lookup_file argument change
J. Bruce Fields
1
-1
/
+2
2021-01-25
SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
Chuck Lever
1
-0
/
+24
2020-10-02
lockd: Replace PROC() macro with open code
Chuck Lever
1
-49
/
+199
[next]