summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-03btrfs: remove pointless out labels from send.cFilipe Manana
2026-02-03btrfs: remove pointless out labels from ioctl.cFilipe Manana
2026-02-03btrfs: qgroup: return correct error when deleting qgroup relation itemFilipe Manana
2026-02-03btrfs: pass btrfs_fs_info to btrfs_first_delayed_node()David Sterba
2026-02-03btrfs: don't use local variables for fs_info->delayed_rootDavid Sterba
2026-02-03btrfs: reorder members in btrfs_delayed_root for better packingDavid Sterba
2026-02-03btrfs: embed delayed root to struct btrfs_fs_infoDavid Sterba
2026-02-03btrfs: add strict extent map alignment checksQu Wenruo
2026-02-03btrfs: tests: prepare extent map tests for strict alignment checksQu Wenruo
2026-02-03btrfs: tests: remove invalid file extent map testsQu Wenruo
2026-02-03btrfs: unfold transaction aborts in btrfs_finish_one_ordered()Filipe Manana
2026-02-03btrfs: deal with missing root in sample_block_group_extent_item()Filipe Manana
2026-02-03btrfs: remove bogus root search condition in sample_block_group_extent_item()Filipe Manana
2026-02-03btrfs: fallback to buffered IO if the data profile has duplicationQu Wenruo
2026-02-03btrfs: assert block group is locked in btrfs_use_block_group_size_class()Filipe Manana
2026-02-03btrfs: don't pass block group argument to load_block_group_size_class()Filipe Manana
2026-02-03btrfs: allocate path on stack in load_block_group_size_class()Filipe Manana
2026-02-03btrfs: make load_block_group_size_class() return voidFilipe Manana
2026-02-03btrfs: zstd: use folio_iter to handle zstd_decompress_bio()Qu Wenruo
2026-02-03btrfs: zlib: use folio_iter to handle zlib_decompress_bio()Qu Wenruo
2026-02-03btrfs: lzo: use folio_iter to handle lzo_decompress_bio()Qu Wenruo
2026-02-03btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()Sun YangKai
2026-02-03btrfs: fix periodic reclaim conditionSun YangKai
2026-02-03btrfs: don't pass io_ctl to __btrfs_write_out_cache()Johannes Thumshirn
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana
2026-02-03btrfs: use the btrfs_block_group_end() helper everywhereFilipe Manana
2026-02-03btrfs: remove bogus NULL checks in __btrfs_write_out_cache()Johannes Thumshirn
2026-02-03btrfs: populate fully_remapped_bgs_list on mountMark Harmstone
2026-02-03btrfs: handle discarding fully-remapped block groupsMark Harmstone
2026-02-03btrfs: allow balancing remap treeMark Harmstone
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone
2026-02-03btrfs: replace identity remaps with actual remaps when doing relocationsMark Harmstone
2026-02-03btrfs: move existing remaps before relocating block groupMark Harmstone
2026-02-03btrfs: handle setting up relocation of block group with remap-treeMark Harmstone
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone
2026-02-03btrfs: redirect I/O for remapped block groupsMark Harmstone
2026-02-03btrfs: allow mounting filesystems with remap-tree incompat flagMark Harmstone
2026-02-03btrfs: add extended version of struct block_group_itemMark Harmstone
2026-02-03btrfs: rename struct btrfs_block_group field commit_used to last_usedMark Harmstone
2026-02-03btrfs: don't add metadata items for the remap tree to the extent treeMark Harmstone
2026-02-03btrfs: remove remapped block groups from the free-space-treeMark Harmstone
2026-02-03btrfs: allow remapped chunks to have zero stripesMark Harmstone
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone
2026-02-03btrfs: add definitions and constants for remap-treeMark Harmstone
2026-02-03btrfs: add and use helper to compute the available space for a block groupFilipe Manana
2026-02-03btrfs: tag as unlikely error handling in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: remove unnecessary else branch in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()Filipe Manana
2026-02-03btrfs: use READA_FORWARD_ALWAYS for device extent verificationjinbaohong
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo