aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-tree.c
AgeCommit message (Expand)Author
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: replace div_u64 by shift in free_space_bitmap_sizeDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-04-29btrfs: get fs_info from block group in search_free_space_infoDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi
2018-05-28btrfs: Remove fs_info argument from populate_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_to_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from remove_from_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from remove_free_space_extentNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_free_space_extentNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from modify_free_space_bitmapNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from update_free_space_extent_countNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_new_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from add_new_free_space_infoNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __add_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: optimize free space tree bitmap conversionHoward McLauchlan
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-26btrfs: use reada direction enum instead of constant value in load_free_space_...Gu JinXiang
2018-03-26btrfs: use reada direction enum instead of constant value in populate_free_sp...Gu Jinxiang
2017-10-30btrfs: Clean up unused variables in free-space-tree.cChristos Gkekas
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney
2017-06-19Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmapsOmar Sandoval
2017-06-19btrfs: Remove unnecessary branching in free-space-tree.cSahil Kang
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney