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