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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
nfsd: fix version mismatch loops in nfsd_acl_init_request()
Jeff Layton
1
-2
/
+2
2026-08-10
nfsd: validate nseconds in TIME_DELEG decode paths
Jeff Layton
2
-0
/
+8
2026-08-10
nfsd: add filehandle match check to nfsd4_delegreturn()
Jeff Layton
1
-0
/
+4
2026-08-10
nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()
Jeff Layton
1
-0
/
+16
2026-08-10
sunrpc: defer rq_argp and rq_resp free until after RCU grace period
Jeff Layton
1
-3
/
+10
2026-08-10
nfsd: fix netlink dumpit error handling for rpc_status_get
Jeff Layton
1
-6
/
+26
2026-08-10
nfsd: add missing read barrier to rpc_status_get dumpit seqcount retry
Jeff Layton
1
-4
/
+7
2026-08-10
nfsd: clear opcnt on compound arg release to prevent OOB read
Jeff Layton
1
-0
/
+1
2026-08-10
nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrs
Nikol Kuklev
1
-1
/
+1
2026-08-10
NFSD: remove flawed WARN_ON_ONCE from nfsd_mode_check
Mike Snitzer
1
-3
/
+1
2026-08-10
NFSD: Bound on-demand DRC slot growth by the thread ceiling
Chuck Lever
1
-9
/
+21
2026-08-10
NFSD: Document and rename the NFSv4.1 session slot shrinker callbacks
Chuck Lever
1
-4
/
+26
2026-08-10
NFSD: Clean up documenting comment for reduce_session_slots()
Chuck Lever
1
-10
/
+3
2026-08-10
NFSD: Count slot 0 in nfsd_total_target_slots
Chuck Lever
1
-12
/
+32
2026-08-10
SUNRPC: Add svc_serv_maxthreads() to report the thread ceiling
Chuck Lever
3
-3
/
+33
2026-08-10
lockd: Use "%*phN" to dprintk() a cookie
David Laight
1
-37
/
+5
2026-08-10
NFSD: fix up error returned by write_threads()
Scott Mayhew
1
-1
/
+5
2026-08-10
net/sunrpc/svcauth_unix: Use strscpy() to copy strings into arrays
David Laight
1
-2
/
+2
2026-08-10
nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache
Jeff Layton
1
-9
/
+29
2026-08-10
nfsd: unify cleanups in nfsd_cross_mnt() exits
Al Viro
1
-10
/
+7
2026-08-10
nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_net
Jeff Layton
2
-56
/
+24
2026-08-10
nfsd: fix refcount leak in nfsd_file_lru_add on insertion failure
Jeff Layton
1
-2
/
+5
2026-08-10
nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storage
Jeff Layton
1
-6
/
+6
2026-08-10
nfsd: guard nfsd_serv deref in nfsd_file_net_dispose
Chris Mason
1
-3
/
+12
2026-08-10
NFS/localio: fix ref leak on nfs_uuid_add_file failure
Chris Mason
1
-1
/
+15
2026-08-10
nfsd: hold rcu across localio cmpxchg retry
Chris Mason
1
-1
/
+7
2026-08-10
nfsd: defer vfree of compound ops to fix rpc_status UAF
Jeff Layton
1
-1
/
+3
2026-08-10
rpcrdma: arm rn_done before publishing the notification
Chuck Lever
1
-6
/
+18
2026-08-10
nfsd: release OPEN-decoded posix ACLs via op_release
Jeff Layton
2
-5
/
+11
2026-08-10
nfsd: fix layout fence worker double-reference race
Jeff Layton
2
-12
/
+16
2026-08-10
nfsd: fix dentry ref leak on V4ROOT export filehandle lookup
Jeff Layton
1
-2
/
+6
2026-08-10
nfsd: fix nfsd_file leak on inter-server COPY setup failure
Jeff Layton
1
-6
/
+4
2026-08-10
nfsd: release path refs on follow_down() error
Chris Mason
1
-1
/
+3
2026-08-10
nfsd: size fh_verify server sockaddr slot by xpt_locallen
Chris Mason
1
-2
/
+2
2026-08-10
SUNRPC: Check svc pool percpu counter allocation
Chuck Lever
1
-6
/
+39
2026-08-10
sunrpc: init gssp_lock before publishing proc entry
Chris Mason
4
-8
/
+1
2026-08-10
nfsd: gate nfs2 setacl by argp->mask
Chuck Lever
1
-8
/
+13
2026-08-10
nfsd: validate symlink target length in NFSv4 CREATE
Jeff Layton
1
-0
/
+4
2026-08-10
nfsd: cap decoded POSIX ACL count to bound sort cost
Chris Mason
1
-1
/
+10
2026-08-10
nfsd: fix partial-write detection in nfsd_direct_write
Chris Mason
1
-1
/
+4
2026-08-10
NFSD: check truncate permission under inode lock
Chuck Lever
1
-12
/
+18
2026-08-10
nfsd: gate nfs3 setacl by argp->mask
Chris Mason
1
-6
/
+11
2026-08-10
nfsd: dedup nfs4_client_to_reclaim inserts
Jeff Layton
3
-14
/
+89
2026-08-10
nfsd: convert nfsd_net boolean flags to unsigned long flags word
Chris Mason
6
-43
/
+54
2026-08-10
nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardown
Jeff Layton
4
-30
/
+100
2026-08-10
nfsd: fix BUG_ON in nfsd4_alloc_layout_stateid on racing delegation revoke
Jeff Layton
1
-3
/
+9
2026-08-10
SUNRPC: close backchannel before destroying callback service
Chuck Lever
3
-8
/
+39
2026-08-10
SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entry
Chris Mason
1
-0
/
+3
2026-08-10
SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_stat
Chris Mason
1
-0
/
+2
2026-08-10
SUNRPC: reject duplicate CREDS_VALUE options
Chris Mason
1
-0
/
+6
[prev]
[next]