summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2026-08-10xfs: remove spurious XBF_DONE clearing on readahead validation failureChristoph Hellwig
2026-08-10xfs: split out a lower-level xfs_buf_get_map helper from xfs_find_get_bufChristoph Hellwig
2026-08-10xfs: consolidate buffer locking in xfs_buf_get_mapChristoph Hellwig
2026-08-10xfs: don't get a pag reference in xfs_buf_get_mapChristoph Hellwig
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich
2026-08-09Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-08-08eventfs: Use children field for rcu head and add memory barriersSteven Rostedt
2026-08-08eventfs: Fix use-after-free in eventfs_remove_rec()Shuangpeng Bai
2026-08-07f2fs: fix to pass folio->index to f2fs_sanity_check_node_footer()Chao Yu
2026-08-07f2fs: issue multi-device flushes in parallelYonggil Song
2026-08-07f2fs: print error information in f2fs_put_super()Chao Yu
2026-08-07btrfs: skip hole detection during full fsync for files without holesFilipe Manana
2026-08-07btrfs: add extra ASSERT()s to make sure the folio size is correctQu Wenruo
2026-08-07btrfs: use GFP_NOWAIT for tree block readaheadBoris Burkov
2026-08-07btrfs: enable unlocked NOFAIL retry for eb allocationsBoris Burkov
2026-08-07btrfs: add struct btrfs_eb_preallocBoris Burkov
2026-08-07btrfs: factor init_extent_buffer from __alloc_extent_bufferBoris Burkov
2026-08-07btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()Qu Wenruo
2026-08-07btrfs: add validation for extent statesQu Wenruo