aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-10nfsd: fix version mismatch loops in nfsd_acl_init_request()Jeff Layton1-2/+2
2026-08-10nfsd: validate nseconds in TIME_DELEG decode pathsJeff Layton2-0/+8
2026-08-10nfsd: add filehandle match check to nfsd4_delegreturn()Jeff Layton1-0/+4
2026-08-10nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()Jeff Layton1-0/+16
2026-08-10sunrpc: defer rq_argp and rq_resp free until after RCU grace periodJeff Layton1-3/+10
2026-08-10nfsd: fix netlink dumpit error handling for rpc_status_getJeff Layton1-6/+26
2026-08-10nfsd: add missing read barrier to rpc_status_get dumpit seqcount retryJeff Layton1-4/+7
2026-08-10nfsd: clear opcnt on compound arg release to prevent OOB readJeff Layton1-0/+1
2026-08-10nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrsNikol Kuklev1-1/+1
2026-08-10NFSD: remove flawed WARN_ON_ONCE from nfsd_mode_checkMike Snitzer1-3/+1
2026-08-10NFSD: Bound on-demand DRC slot growth by the thread ceilingChuck Lever1-9/+21
2026-08-10NFSD: Document and rename the NFSv4.1 session slot shrinker callbacksChuck Lever1-4/+26
2026-08-10NFSD: Clean up documenting comment for reduce_session_slots()Chuck Lever1-10/+3
2026-08-10NFSD: Count slot 0 in nfsd_total_target_slotsChuck Lever1-12/+32
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever3-3/+33
2026-08-10lockd: Use "%*phN" to dprintk() a cookieDavid Laight1-37/+5
2026-08-10NFSD: fix up error returned by write_threads()Scott Mayhew1-1/+5
2026-08-10net/sunrpc/svcauth_unix: Use strscpy() to copy strings into arraysDavid Laight1-2/+2
2026-08-10nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecacheJeff Layton1-9/+29
2026-08-10nfsd: unify cleanups in nfsd_cross_mnt() exitsAl Viro1-10/+7
2026-08-10nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_netJeff Layton2-56/+24
2026-08-10nfsd: fix refcount leak in nfsd_file_lru_add on insertion failureJeff Layton1-2/+5
2026-08-10nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storageJeff Layton1-6/+6
2026-08-10nfsd: guard nfsd_serv deref in nfsd_file_net_disposeChris Mason1-3/+12
2026-08-10NFS/localio: fix ref leak on nfs_uuid_add_file failureChris Mason1-1/+15
2026-08-10nfsd: hold rcu across localio cmpxchg retryChris Mason1-1/+7
2026-08-10nfsd: defer vfree of compound ops to fix rpc_status UAFJeff Layton1-1/+3
2026-08-10rpcrdma: arm rn_done before publishing the notificationChuck Lever1-6/+18
2026-08-10nfsd: release OPEN-decoded posix ACLs via op_releaseJeff Layton2-5/+11
2026-08-10nfsd: fix layout fence worker double-reference raceJeff Layton2-12/+16
2026-08-10nfsd: fix dentry ref leak on V4ROOT export filehandle lookupJeff Layton1-2/+6
2026-08-10nfsd: fix nfsd_file leak on inter-server COPY setup failureJeff Layton1-6/+4
2026-08-10nfsd: release path refs on follow_down() errorChris Mason1-1/+3
2026-08-10nfsd: size fh_verify server sockaddr slot by xpt_locallenChris Mason1-2/+2
2026-08-10SUNRPC: Check svc pool percpu counter allocationChuck Lever1-6/+39
2026-08-10sunrpc: init gssp_lock before publishing proc entryChris Mason4-8/+1
2026-08-10nfsd: gate nfs2 setacl by argp->maskChuck Lever1-8/+13
2026-08-10nfsd: validate symlink target length in NFSv4 CREATEJeff Layton1-0/+4
2026-08-10nfsd: cap decoded POSIX ACL count to bound sort costChris Mason1-1/+10
2026-08-10nfsd: fix partial-write detection in nfsd_direct_writeChris Mason1-1/+4
2026-08-10NFSD: check truncate permission under inode lockChuck Lever1-12/+18
2026-08-10nfsd: gate nfs3 setacl by argp->maskChris Mason1-6/+11
2026-08-10nfsd: dedup nfs4_client_to_reclaim insertsJeff Layton3-14/+89
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason6-43/+54
2026-08-10nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardownJeff Layton4-30/+100
2026-08-10nfsd: fix BUG_ON in nfsd4_alloc_layout_stateid on racing delegation revokeJeff Layton1-3/+9
2026-08-10SUNRPC: close backchannel before destroying callback serviceChuck Lever3-8/+39
2026-08-10SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entryChris Mason1-0/+3
2026-08-10SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_statChris Mason1-0/+2
2026-08-10SUNRPC: reject duplicate CREDS_VALUE optionsChris Mason1-0/+6