summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-group.c
AgeCommit message (Expand)Author
9 daysbtrfs: unfold transaction aborts when writing dirty block groupsFilipe Manana
9 daysbtrfs: zoned: requeue to unused block group list if zone finish failedNaohiro Aota
9 daysbtrfs: zoned: do not remove unwritten non-data block groupNaohiro Aota
9 daysbtrfs: remove btrfs_clear_extent_bits()Filipe Manana
9 daysbtrfs: don't print relocation messages from auto reclaimJohannes Thumshirn
9 daysbtrfs: remove redundant auto reclaim log messageJohannes Thumshirn
9 daysbtrfs: change dump_block_groups() in btrfs_dump_space_info() from int to boolJohannes Thumshirn
9 daysbtrfs: add btrfs prefix to free space tree exported functionsFilipe Manana
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()Filipe Manana
2025-05-15btrfs: simplify getting and extracting previous transaction at clean_pinned_e...Filipe Manana
2025-05-15btrfs: tweak extent/chunk allocation for space_info sub-spaceNaohiro Aota
2025-05-15btrfs: introduce btrfs_space_info sub-groupNaohiro Aota
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota
2025-05-15btrfs: add space_info argument to btrfs_chunk_alloc()Naohiro Aota
2025-05-15btrfs: factor out check_removing_space_info() from btrfs_free_block_groups()Naohiro Aota
2025-05-15btrfs: trivial conversion to return bool instead of intDavid Sterba
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana
2025-05-15btrfs: stop searching for EXTENT_DIRTY bit in the excluded extents io treeFilipe Manana
2025-03-18btrfs: codify pattern for adding block_group to bg_listBoris Burkov
2025-03-18btrfs: explicitly ref count block_group on new_bgs listBoris Burkov
2025-03-18btrfs: fix block group refcount race in btrfs_create_pending_block_groups()Boris Burkov
2025-03-18btrfs: remove unnecessary fs_info argument from btrfs_add_block_group_cache()Filipe Manana
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-03-18btrfs: fix reclaimed bytes accounting after automatic block group reclaimFilipe Manana
2025-03-18btrfs: get used bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana
2025-03-18btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()Filipe Manana
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-01-13btrfs: block-group: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: update btrfs_add_block_group_cache() to use rb helperRoger L. Beckermeyer III
2025-01-13btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-10-17btrfs: zoned: fix zone unusable accounting for freed reserved extentNaohiro Aota
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-07-11btrfs: switch btrfs_block_group::inode to struct btrfs_inodeDavid Sterba
2024-07-11btrfs: prevent pathological periodic reclaim loopsBoris Burkov
2024-07-11btrfs: periodic block_group reclaimBoris Burkov
2024-07-11btrfs: dynamic block_group reclaim thresholdBoris Burkov
2024-07-11btrfs: report reclaim stats in sysfsBoris Burkov
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain
2024-07-01btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota
2024-06-13btrfs: retry block group reclaim without infinite loopBoris Burkov
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-03-05btrfs: mark btrfs_put_caching_control() staticLijuan Li
2024-03-04btrfs: handle block group lookup error when it's being removedDavid Sterba