summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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/+1229
2026-03-29NFSD: Enforce timeout on layout recall and integrate lease manager fencingDai Ngo-17/+279
2026-03-29NFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdelegDai Ngo-2/+2
2026-03-29sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko-5/+11
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko-18/+20
2026-03-29nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()Andy Shevchenko-3/+1
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-8/+4
2026-03-29lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/Chuck Lever-9/+8
2026-03-29lockd: Remove lockd/debug.hChuck Lever-41/+23
2026-03-29lockd: Relocate include/linux/lockd/lockd.hChuck Lever-25/+22
2026-03-29lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever-9/+12
2026-03-29lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/Chuck Lever-18/+12
2026-03-29NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLMChuck Lever-2/+32
2026-03-29lockd: Relocate nlmsvc_unlock API declarationsChuck Lever-7/+8
2026-03-29lockd: Have nlm_fopen() return errno valuesChuck Lever-37/+82
2026-03-29lockd: Introduce nlm__int__deadlockChuck Lever-10/+13
2026-03-29lockd: Relocate and rename nlm_drop_replyChuck Lever-22/+38
2026-03-29lockd: Simplify cast_status() in svcproc.cChuck Lever-21/+19
2026-03-29nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig optionJeff Layton-17/+0
2026-03-29nfsd: add a runtime switch for disabling delegated timestampsJeff Layton-0/+13
2026-03-29SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()Ryota Sakamoto-42/+51
2026-03-29NFSD: Track SCSI Persistent Registration Fencing per Client with xarrayDai Ngo-0/+81
2026-03-29sunrpc/cache: improve RCU safety in cache_list walking.NeilBrown-32/+28
2026-03-29nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton-5/+8
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton-5/+21
2026-03-30kbuild: rust: provide an option to inline C helpers into RustGary Guo-7/+60
2026-03-30rust: helpers: #define __rust_helperGary Guo-0/+29
2026-03-30kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`Gary Guo-0/+15