summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2026-08-07btrfs: use aligned range for locking in reflinkQu Wenruo
2026-08-07btrfs: use aligned range for locking in extent_fiemap()Qu Wenruo
2026-08-07btrfs: zoned: don't clobber the extent buffer when zeroing it outJohannes Thumshirn
2026-08-07btrfs: zoned: drop stranded dirty metadata buffers at unmountJohannes Thumshirn
2026-08-07btrfs: zoned: drop stranded dirty metadata on transaction abortJohannes Thumshirn
2026-08-07btrfs: zoned: flush active metadata block group at btree_writepages() startJohannes Thumshirn
2026-08-07btrfs: convert reflink.c to use btrfs_inode as parametersQu Wenruo
2026-08-07btrfs: use simple booleans for log_commit field in struct btrfs_rootFilipe Manana
2026-08-07btrfs: check for exit condition after waking in wait_log_commit()Filipe Manana
2026-08-07btrfs: move condition for log commit wait into wait_log_commit()Filipe Manana
2026-08-07btrfs: remove log batch counter use for fsyncFilipe Manana
2026-08-07btrfs: stop sleeping for one jiffy in non-ssd mounts during log commitFilipe Manana
2026-08-07btrfs: sysfs: fix path of the "read_policy" module parameter in commentZenghui Yu
2026-08-07btrfs: retry verity reads for not-uptodate Merkle foliosYichong Chen
2026-08-07btrfs: use %pe for error code outputQu Wenruo
2026-08-07btrfs: open code BTRFS_BYTES_TO_BLKS()Qu Wenruo