summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2026-08-10nfsd: fix XDR padding calculation in ff_encode_getdeviceinfoJeff Layton
2026-08-10binfmt_misc: don't warn when the mount is completed from another user namespaceChristian Brauner
2026-08-10ovl: don't warn when the mount is completed from another user namespaceChristian Brauner
2026-08-10xfs: validate attr entry pointer before field accessHongling Zeng
2026-08-10xfs: check split_sectors validity before bio_split callHongling Zeng
2026-08-10xfs: use file target for post-log fsync fallback flushHongling Zeng
2026-08-10xfs: restore nofs context unconditionally in xfs_trans_rollYun Zhou
2026-08-10xfs: add lockless xfs_buf_readahead_map fast pathChristoph Hellwig
2026-08-10xfs: move buffer locking out of xfs_find_get_bufChristoph Hellwig
2026-08-10xfs: merge xfs_buf_reverify into xfs_buf_read_mapChristoph Hellwig
2026-08-10xfs: use goto based error unwinding in xfs_buf_read_mapChristoph Hellwig
2026-08-10xfs: don't reverify buffers in xfs_buf_readahead_mapChristoph Hellwig
2026-08-10xfs: use WRITE_ONCE to update b_flagsChristoph Hellwig
2026-08-10xfs: hide b_flags manipulation from code outside of xfs_buf.cChristoph Hellwig
2026-08-10xfs: remove _XBF_LOGRECOVERYChristoph Hellwig