summaryrefslogtreecommitdiffstats
path: root/fs/lockd
AgeCommit message (Expand)AuthorLines
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-985/+2836
2026-03-29lockd: Remove dead code from fs/lockd/xdr4.cChuck Lever-371/+8
2026-03-29lockd: Remove C macros that are no longer usedChuck Lever-10/+1
2026-03-29lockd: Add LOCKD_SHARE_SVID constant for DOS sharing modeChuck Lever-3/+7
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedureChuck Lever-92/+33
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedureChuck Lever-57/+44
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedureChuck Lever-36/+62
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedureChuck Lever-37/+81
2026-03-29lockd: Prepare share helpers for xdrgen conversionChuck Lever-21/+36
2026-03-29lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()Chuck Lever-7/+12
2026-03-29lockd: Convert server-side undefined procedures to xdrgenChuck Lever-30/+36
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 SM_NOTIFY procedureChuck Lever-31/+55
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_RES procedureChuck Lever-26/+34
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_RES procedureChuck Lever-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_RES procedureChuck Lever-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK_RES procedureChuck Lever-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedureChuck Lever-9/+9
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedureChuck Lever-33/+45
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedureChuck Lever-51/+64
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedureChuck Lever-48/+65
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedureChuck Lever-16/+61
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedureChuck Lever-54/+60
2026-03-29lockd: Refactor nlm4svc_callback()Chuck Lever-18/+62
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedureChuck Lever-10/+56
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedureChuck Lever-10/+74
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedureChuck Lever-10/+76
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedureChuck Lever-12/+115
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 TEST procedureChuck Lever-12/+174
2026-03-29lockd: Use xdrgen XDR functions for the NLMv4 NULL procedureChuck Lever-12/+28
2026-03-29Documentation: Add the RPC language description of NLM version 4Chuck Lever-1/+785
2026-03-29sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko-0/+5
2026-03-29lockd: Relocate svc_version definitions to XDR layerChuck Lever-46/+74
2026-03-29lockd: Move nlm4svc_set_file_lock_range()Chuck Lever-14/+27
2026-03-29lockd: Make linux/lockd/nlm.h an internal headerChuck Lever-1/+57
2026-03-29lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/Chuck Lever-1/+112
2026-03-29lockd: Remove lockd/debug.hChuck Lever-1/+23
2026-03-29lockd: Relocate include/linux/lockd/lockd.hChuck Lever-16/+414
2026-03-29lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever-4/+37
2026-03-29lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/Chuck Lever-0/+39
2026-03-29NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLMChuck Lever-0/+29
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever-10/+49
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever-10/+12
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever-19/+31
2026-03-29lockd: Simplify cast_status() in svcproc.cChuck Lever-21/+19
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-5/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton-1/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton-2/+2
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton-2/+2