aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-03btrfs: allocate path on stack in load_block_group_size_class()Filipe Manana1-13/+19
2026-02-03btrfs: make load_block_group_size_class() return voidFilipe Manana1-8/+8
2026-02-03btrfs: zstd: use folio_iter to handle zstd_decompress_bio()Qu Wenruo1-4/+10
2026-02-03btrfs: zlib: use folio_iter to handle zlib_decompress_bio()Qu Wenruo1-7/+13
2026-02-03btrfs: lzo: use folio_iter to handle lzo_decompress_bio()Qu Wenruo1-10/+38
2026-02-03btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()Sun YangKai1-6/+6
2026-02-03btrfs: fix periodic reclaim conditionSun YangKai2-11/+16
2026-02-03btrfs: don't pass io_ctl to __btrfs_write_out_cache()Johannes Thumshirn1-3/+2
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana7-26/+28
2026-02-03btrfs: use the btrfs_block_group_end() helper everywhereFilipe Manana7-50/+43
2026-02-03btrfs: remove bogus NULL checks in __btrfs_write_out_cache()Johannes Thumshirn1-7/+4
2026-02-03btrfs: populate fully_remapped_bgs_list on mountMark Harmstone5-0/+107
2026-02-03btrfs: handle discarding fully-remapped block groupsMark Harmstone6-20/+99
2026-02-03btrfs: allow balancing remap treeMark Harmstone1-4/+148
2026-02-03btrfs: add do_remap parameter to btrfs_discard_extent()Mark Harmstone6-10/+29
2026-02-03btrfs: replace identity remaps with actual remaps when doing relocationsMark Harmstone1-0/+326
2026-02-03btrfs: move existing remaps before relocating block groupMark Harmstone4-5/+467
2026-02-03btrfs: handle setting up relocation of block group with remap-treeMark Harmstone8-93/+532
2026-02-03btrfs: handle deletions from remapped block groupMark Harmstone10-55/+629
2026-02-03btrfs: redirect I/O for remapped block groupsMark Harmstone3-0/+69
2026-02-03btrfs: allow mounting filesystems with remap-tree incompat flagMark Harmstone7-15/+116
2026-02-03btrfs: add extended version of struct block_group_itemMark Harmstone6-28/+114
2026-02-03btrfs: rename struct btrfs_block_group field commit_used to last_usedMark Harmstone2-14/+14
2026-02-03btrfs: don't add metadata items for the remap tree to the extent treeMark Harmstone3-1/+35
2026-02-03btrfs: remove remapped block groups from the free-space-treeMark Harmstone2-3/+19
2026-02-03btrfs: allow remapped chunks to have zero stripesMark Harmstone2-21/+41
2026-02-03btrfs: add METADATA_REMAP chunk typeMark Harmstone10-5/+52
2026-02-03btrfs: add definitions and constants for remap-treeMark Harmstone8-4/+34
2026-02-03btrfs: add and use helper to compute the available space for a block groupFilipe Manana3-9/+11
2026-02-03btrfs: tag as unlikely error handling in run_one_delayed_ref()Filipe Manana1-3/+5
2026-02-03btrfs: remove unnecessary else branch in run_one_delayed_ref()Filipe Manana1-3/+1
2026-02-03btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref()Filipe Manana1-8/+12
2026-02-03btrfs: use READA_FORWARD_ALWAYS for device extent verificationjinbaohong1-1/+1
2026-02-03btrfs: shrink the size of btrfs_deviceQu Wenruo3-11/+12
2026-02-03btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()Filipe Manana1-2/+7
2026-02-03btrfs: remove experimental offload csum modeQu Wenruo4-74/+0
2026-02-03btrfs: split btrfs_fs_closing() and change return type to boolDavid Sterba2-9/+11
2026-02-03btrfs: reject single block sized compression earlyQu Wenruo1-12/+8
2026-02-03btrfs: update outdated comment in __add_block_group_free_space()Julia Lawall1-3/+3
2026-02-03btrfs: add mount time auto fix for orphan fst entriesQu Wenruo3-0/+113
2026-02-03btrfs: simplify check for zoned NODATASUM writes in btrfs_submit_chunk()Zhen Ni1-2/+1
2026-02-03btrfs: avoid transaction commit on error in insert_balance_item()Filipe Manana1-4/+6
2026-02-03btrfs: move unlikely checks around btrfs_is_shutdown() into the helperFilipe Manana5-13/+13
2026-02-03btrfs: tag as unlikely error conditions in the transaction commit pathFilipe Manana1-22/+22
2026-02-03btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref...Zhen Ni1-3/+1
2026-02-03btrfs: refactor the main loop of cow_file_range()Qu Wenruo1-103/+142
2026-02-03btrfs: zoned: print block-group type for zoned statisticsJohannes Thumshirn1-2/+3
2026-02-03btrfs: move space_info_flag_to_str() to space-info.hJohannes Thumshirn2-17/+17
2026-02-03btrfs: zoned: show statistics about zoned filesystems in mountstatsJohannes Thumshirn3-0/+75
2026-02-03btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()Filipe Manana1-3/+2