index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
lockd
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-20
Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
22
-967
/
+2818
2026-03-29
lockd: Remove dead code from fs/lockd/xdr4.c
Chuck Lever
6
-371
/
+8
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
3
-3
/
+7
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
4
-21
/
+36
2026-03-29
lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()
Chuck Lever
2
-7
/
+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
Documentation: Add the RPC language description of NLM version 4
Chuck Lever
3
-1
/
+785
2026-03-29
sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-op
Andy Shevchenko
1
-0
/
+5
2026-03-29
lockd: Relocate svc_version definitions to XDR layer
Chuck Lever
5
-46
/
+74
2026-03-29
lockd: Move nlm4svc_set_file_lock_range()
Chuck Lever
4
-14
/
+27
2026-03-29
lockd: Make linux/lockd/nlm.h an internal header
Chuck Lever
3
-1
/
+57
2026-03-29
lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
2
-1
/
+112
2026-03-29
lockd: Remove lockd/debug.h
Chuck Lever
1
-1
/
+23
2026-03-29
lockd: Relocate include/linux/lockd/lockd.h
Chuck Lever
16
-16
/
+414
2026-03-29
lockd: Move share.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
5
-4
/
+37
2026-03-29
lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
4
-0
/
+39
2026-03-29
NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLM
Chuck Lever
1
-0
/
+29
2026-03-29
lockd: Have nlm_fopen() return errno values
Chuck Lever
3
-10
/
+49
2026-03-29
lockd: Introduce nlm__int__deadlock
Chuck Lever
3
-10
/
+12
2026-03-29
lockd: Relocate and rename nlm_drop_reply
Chuck Lever
3
-19
/
+31
2026-03-29
lockd: Simplify cast_status() in svcproc.c
Chuck Lever
1
-21
/
+19
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2
-5
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-7
/
+7
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
1
-1
/
+1
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
1
-2
/
+2
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
1
-2
/
+2
[next]