summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-10nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()Jeff Layton
2026-08-10lockd, nfsd: RCU-protect nlmsvc_ops dispatchJeff Layton
2026-08-10nfsd: reject reclaim LOCK after RECLAIM_COMPLETEJeff Layton
2026-08-10nfsd: use test_and_clear_bit for somebody_reclaimed to prevent lost updateJeff Layton
2026-08-10nfsd: fix clock domain mismatch in clients_still_reclaiming()Jeff Layton
2026-08-10nfsd: add fh_want_write() for early-verified SETATTR in nfsd_proc_setattr()Jeff Layton
2026-08-10nfsd: fix FL_SLEEP being set unconditionally for all LOCK typesJeff Layton
2026-08-10nfsd: fix version mismatch loops in nfsd_acl_init_request()Jeff Layton
2026-08-10nfsd: validate nseconds in TIME_DELEG decode pathsJeff Layton
2026-08-10nfsd: add filehandle match check to nfsd4_delegreturn()Jeff Layton
2026-08-10nfsd: check nfsd4_acl_to_attr() return value in nfsd4_create()Jeff Layton
2026-08-10nfsd: fix netlink dumpit error handling for rpc_status_getJeff Layton
2026-08-10nfsd: add missing read barrier to rpc_status_get dumpit seqcount retryJeff Layton
2026-08-10nfsd: clear opcnt on compound arg release to prevent OOB readJeff Layton
2026-08-10nfsd: fix null dereference in nfsd4_setattr for deleg timestamp attrsNikol Kuklev
2026-08-10NFSD: remove flawed WARN_ON_ONCE from nfsd_mode_checkMike Snitzer
2026-08-10NFSD: Bound on-demand DRC slot growth by the thread ceilingChuck Lever
2026-08-10NFSD: Document and rename the NFSv4.1 session slot shrinker callbacksChuck Lever
2026-08-10NFSD: Clean up documenting comment for reduce_session_slots()Chuck Lever
2026-08-10NFSD: Count slot 0 in nfsd_total_target_slotsChuck Lever
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever
2026-08-10lockd: Use "%*phN" to dprintk() a cookieDavid Laight
2026-08-10NFSD: fix up error returned by write_threads()Scott Mayhew
2026-08-10nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecacheJeff Layton
2026-08-10nfsd: unify cleanups in nfsd_cross_mnt() exitsAl Viro
2026-08-10nfsd: fix fcache_disposal UAF by inlining dispose state into nfsd_netJeff Layton
2026-08-10nfsd: fix refcount leak in nfsd_file_lru_add on insertion failureJeff Layton
2026-08-10nfsd: widen nfsd_genl_rqstp address fields to sockaddr_storageJeff Layton
2026-08-10nfsd: guard nfsd_serv deref in nfsd_file_net_disposeChris Mason
2026-08-10NFS/localio: fix ref leak on nfs_uuid_add_file failureChris Mason
2026-08-10nfsd: hold rcu across localio cmpxchg retryChris Mason
2026-08-10nfsd: defer vfree of compound ops to fix rpc_status UAFJeff Layton
2026-08-10nfsd: release OPEN-decoded posix ACLs via op_releaseJeff Layton
2026-08-10nfsd: fix layout fence worker double-reference raceJeff Layton
2026-08-10nfsd: fix dentry ref leak on V4ROOT export filehandle lookupJeff Layton
2026-08-10nfsd: fix nfsd_file leak on inter-server COPY setup failureJeff Layton
2026-08-10nfsd: release path refs on follow_down() errorChris Mason
2026-08-10nfsd: size fh_verify server sockaddr slot by xpt_locallenChris Mason
2026-08-10nfsd: gate nfs2 setacl by argp->maskChuck Lever
2026-08-10nfsd: validate symlink target length in NFSv4 CREATEJeff Layton
2026-08-10nfsd: cap decoded POSIX ACL count to bound sort costChris Mason
2026-08-10nfsd: fix partial-write detection in nfsd_direct_writeChris Mason
2026-08-10NFSD: check truncate permission under inode lockChuck Lever
2026-08-10nfsd: gate nfs3 setacl by argp->maskChris Mason
2026-08-10nfsd: dedup nfs4_client_to_reclaim insertsJeff Layton
2026-08-10nfsd: convert nfsd_net boolean flags to unsigned long flags wordChris Mason
2026-08-10nfsd: RCU-protect cl_cb_session to fix use-after-free on session teardownJeff Layton
2026-08-10nfsd: fix BUG_ON in nfsd4_alloc_layout_stateid on racing delegation revokeJeff Layton
2026-08-10SUNRPC: close backchannel before destroying callback serviceChuck Lever
2026-08-10nfsd: fix XDR length calculation in nfsd4_ff_encode_layoutgetJeff Layton