index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-29
lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()
Chuck Lever
-7
/
+12
2026-03-29
lockd: Convert server-side undefined procedures to xdrgen
Chuck Lever
-30
/
+36
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 SM_NOTIFY procedure
Chuck Lever
-31
/
+55
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_RES procedure
Chuck Lever
-26
/
+34
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_RES procedure
Chuck Lever
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_RES procedure
Chuck Lever
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 LOCK_RES procedure
Chuck Lever
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedure
Chuck Lever
-9
/
+9
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedure
Chuck Lever
-33
/
+45
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedure
Chuck Lever
-51
/
+64
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedure
Chuck Lever
-48
/
+65
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedure
Chuck Lever
-16
/
+61
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedure
Chuck Lever
-54
/
+60
2026-03-29
lockd: Refactor nlm4svc_callback()
Chuck Lever
-18
/
+62
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedure
Chuck Lever
-10
/
+56
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedure
Chuck Lever
-10
/
+74
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedure
Chuck Lever
-10
/
+76
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedure
Chuck Lever
-12
/
+115
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 TEST procedure
Chuck Lever
-12
/
+174
2026-03-29
lockd: Use xdrgen XDR functions for the NLMv4 NULL procedure
Chuck Lever
-12
/
+28
2026-03-29
Documentation: Add the RPC language description of NLM version 4
Chuck Lever
-1
/
+1229
2026-03-29
NFSD: Enforce timeout on layout recall and integrate lease manager fencing
Dai Ngo
-17
/
+279
2026-03-29
NFSD: fix nfs4_file access extra count in nfsd4_add_rdaccess_to_wrdeleg
Dai Ngo
-2
/
+2
2026-03-29
sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-op
Andy Shevchenko
-5
/
+11
2026-03-29
sunrpc: Kill RPC_IFDEBUG()
Andy Shevchenko
-18
/
+20
2026-03-29
nfs/blocklayout: Fix compilation error (`make W=1`) in bl_write_pagelist()
Andy Shevchenko
-3
/
+1
2026-03-29
lockd: Relocate svc_version definitions to XDR layer
Chuck Lever
-46
/
+74
2026-03-29
lockd: Move nlm4svc_set_file_lock_range()
Chuck Lever
-14
/
+27
2026-03-29
lockd: Make linux/lockd/nlm.h an internal header
Chuck Lever
-8
/
+4
2026-03-29
lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
-9
/
+8
2026-03-29
lockd: Remove lockd/debug.h
Chuck Lever
-41
/
+23
2026-03-29
lockd: Relocate include/linux/lockd/lockd.h
Chuck Lever
-25
/
+22
2026-03-29
lockd: Move share.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
-9
/
+12
2026-03-29
lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/
Chuck Lever
-18
/
+12
2026-03-29
NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLM
Chuck Lever
-2
/
+32
2026-03-29
lockd: Relocate nlmsvc_unlock API declarations
Chuck Lever
-7
/
+8
2026-03-29
lockd: Have nlm_fopen() return errno values
Chuck Lever
-37
/
+82
2026-03-29
lockd: Introduce nlm__int__deadlock
Chuck Lever
-10
/
+13
2026-03-29
lockd: Relocate and rename nlm_drop_reply
Chuck Lever
-22
/
+38
2026-03-29
lockd: Simplify cast_status() in svcproc.c
Chuck Lever
-21
/
+19
2026-03-29
nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option
Jeff Layton
-17
/
+0
2026-03-29
nfsd: add a runtime switch for disabling delegated timestamps
Jeff Layton
-0
/
+13
2026-03-29
SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()
Ryota Sakamoto
-42
/
+51
2026-03-29
NFSD: Track SCSI Persistent Registration Fencing per Client with xarray
Dai Ngo
-0
/
+81
2026-03-29
sunrpc/cache: improve RCU safety in cache_list walking.
NeilBrown
-32
/
+28
2026-03-29
nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_info
Jeff Layton
-5
/
+8
2026-03-29
nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breaker
Jeff Layton
-5
/
+21
2026-03-30
kbuild: rust: provide an option to inline C helpers into Rust
Gary Guo
-7
/
+60
2026-03-30
rust: helpers: #define __rust_helper
Gary Guo
-0
/
+29
2026-03-30
kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
Gary Guo
-0
/
+15
[prev]
[next]