summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: handle aligned EOF truncation correctly for subpage casesQu Wenruo1-1/+54
2025-05-15btrfs: handle unaligned EOF truncation correctly for subpage casesQu Wenruo3-45/+98
2025-05-15btrfs: fix broken drop_caches on extent buffer foliosBoris Burkov1-45/+71
2025-05-15btrfs: use verbose assert at peek_discard_list()Filipe Manana1-1/+3
2025-05-15btrfs: scrub: aggregate small bitmaps into a larger oneQu Wenruo1-91/+196
2025-05-15btrfs: scrub: fix a wrong error type when metadata bytenr mismatchesQu Wenruo1-1/+1
2025-05-15btrfs: defrag: use list_last_entry() at defrag_collect_targets()Filipe Manana1-4/+4
2025-05-15btrfs: simplify csum list release at btrfs_put_ordered_extent()Filipe Manana1-8/+4
2025-05-15btrfs: simplify extracting delayed node at btrfs_first_prepared_delayed_node()Filipe Manana1-10/+7
2025-05-15btrfs: simplify extracting delayed node at btrfs_first_delayed_node()Filipe Manana1-9/+5
2025-05-15btrfs: raid56: use list_last_entry() at cache_rbio()Filipe Manana1-3/+3
2025-05-15btrfs: simplify cow only root list extraction during transaction commitFilipe Manana1-6/+5
2025-05-15btrfs: simplify getting and extracting previous transaction at clean_pinned_e...Filipe Manana1-3/+2
2025-05-15btrfs: simplify getting and extracting previous transaction during commitFilipe Manana1-3/+2
2025-05-15btrfs: move transaction aborts to the error site in add_to_free_space_tree()David Sterba1-2/+4
2025-05-15btrfs: move transaction aborts to the error site in remove_from_free_space_tr...David Sterba1-2/+4
2025-05-15btrfs: move transaction aborts to the error site in convert_free_space_to_ext...David Sterba1-6/+12
2025-05-15btrfs: move transaction aborts to the error site in convert_free_space_to_bit...David Sterba1-6/+12
2025-05-15btrfs: scrub: move error reporting members to stackQu Wenruo1-42/+38
2025-05-15btrfs: scrub: update device stats when an error is detectedQu Wenruo1-3/+29
2025-05-15btrfs: add support for reclaiming from sub-space space_infoNaohiro Aota1-0/+7
2025-05-15btrfs: add block reserve for treelogNaohiro Aota5-2/+20
2025-05-15btrfs: use proper data space_info for zoned modeNaohiro Aota1-5/+12
2025-05-15btrfs: tweak extent/chunk allocation for space_info sub-spaceNaohiro Aota3-18/+31
2025-05-15btrfs: introduce tree-log sub-space_infoNaohiro Aota3-2/+15
2025-05-15btrfs: introduce btrfs_space_info sub-groupNaohiro Aota4-6/+76
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota4-16/+56
2025-05-15btrfs: add space_info argument to btrfs_chunk_alloc()Naohiro Aota5-16/+27
2025-05-15btrfs: factor out check_removing_space_info() from btrfs_free_block_groups()Naohiro Aota1-22/+27
2025-05-15btrfs: factor out do_async_reclaim_{data,metadata}_space()Naohiro Aota1-16/+29
2025-05-15btrfs: factor out init_space_info() from create_space_info()Naohiro Aota1-11/+16
2025-05-15btrfs: pass struct btrfs_inode to btrfs_free_reserved_data_space_noquota()Naohiro Aota4-10/+9
2025-05-15btrfs: pass btrfs_space_info to btrfs_reserve_data_bytes()Naohiro Aota3-8/+8
2025-05-15btrfs: make extent unpinning more efficient when committing transactionFilipe Manana3-13/+49
2025-05-15btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit()Filipe Manana1-6/+2
2025-05-15btrfs: don't BUG_ON() when unpinning extents during transaction commitFilipe Manana2-3/+21
2025-05-15btrfs: remove unnecessary NULL checks before freeing extent stateFilipe Manana1-6/+3
2025-05-15btrfs: avoid re-searching tree when setting bits in an extent rangeFilipe Manana1-0/+16
2025-05-15btrfs: avoid repeated extent state processing when setting extent bitsFilipe Manana1-8/+6
2025-05-15btrfs: simplify last record detection at set_extent_bit()Filipe Manana1-6/+4
2025-05-15btrfs: exit after state split error at set_extent_bit()Filipe Manana1-1/+4
2025-05-15btrfs: exit after state insertion failure at set_extent_bit()Filipe Manana1-0/+1
2025-05-15btrfs: simplify last record detection at btrfs_convert_extent_bit()Filipe Manana1-6/+4
2025-05-15btrfs: avoid re-searching tree when converting bits in an extent rangeFilipe Manana1-0/+16
2025-05-15btrfs: avoid repeated extent state processing when converting extent bitsFilipe Manana1-8/+6
2025-05-15btrfs: avoid unnecessary next node searches when clearing bits from extent rangeFilipe Manana1-10/+23
2025-05-15btrfs: exit after state insertion failure at btrfs_convert_extent_bit()Filipe Manana1-0/+1
2025-05-15btrfs: exit after state split error at btrfs_convert_extent_bit()Filipe Manana1-1/+4
2025-05-15btrfs: remove duplicate error check at btrfs_convert_extent_bit()Filipe Manana1-3/+3
2025-05-15btrfs: simplify last record detection at btrfs_clear_extent_bit_changeset()Filipe Manana1-4/+2