summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/free-space-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()David Sterba2024-03-041-8/+10
* btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...David Sterba2024-03-041-7/+12
* btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...David Sterba2024-03-041-9/+10
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-8/+9
* btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana2023-08-211-5/+8
* btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana2023-07-241-7/+17
* btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana2023-06-191-0/+3
* btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo2023-05-101-1/+49
* btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-151-1/+1
* btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik2023-02-151-1/+1
* btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba2022-12-051-5/+5
* btrfs: move root tree prototypes to their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-051-0/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: get rid of block group caching progress logicOmar Sandoval2022-09-261-8/+0
* btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana2022-05-161-1/+1
* btrfs: add support for multiple global rootsJosef Bacik2022-03-141-0/+2
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-031-4/+19
* btrfs: stop accessing ->free_space_root directlyJosef Bacik2022-01-031-13/+19
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-1/+2
* btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-151-2/+2
* btrfs: fix possible free space tree corruption with online conversionJosef Bacik2021-01-251-1/+9
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-2/+0
* btrfs: replace div_u64 by shift in free_space_bitmap_sizeDavid Sterba2020-12-081-10/+8
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-3/+3
* btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza2020-08-271-0/+4
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-2/+0
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-231-1/+1
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-25/+25
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-42/+41
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* btrfs: get fs_info from block group in search_free_space_infoDavid Sterba2019-04-291-12/+8
* btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba2019-04-291-1/+1
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-291-1/+1
* btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn2018-12-171-5/+10
* btrfs: Remove fs_info from btrfs_del_rootLu Fengqi2018-08-061-1/+1
* btrfs: Remove fs_info argument from populate_free_space_treeNikolay Borisov2018-05-281-4/+3
* btrfs: Remove fs_info argument from add_to_free_space_treeNikolay Borisov2018-05-281-3/+2
* btrfs: Remove fs_info argument from remove_from_free_space_treeNikolay Borisov2018-05-281-3/+2
* btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov2018-05-281-4/+4
* btrfs: Remove fs_info argument from remove_free_space_extentNikolay Borisov2018-05-281-4/+3
* btrfs: Remove fs_info argument from add_free_space_extentNikolay Borisov2018-05-281-4/+3
* btrfs: Remove fs_info argument from modify_free_space_bitmapNikolay Borisov2018-05-281-6/+5
* btrfs: Remove fs_info argument from update_free_space_extent_countNikolay Borisov2018-05-281-5/+5
* btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov2018-05-281-3/+2
* btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov2018-05-281-3/+2
* btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov2018-05-281-3/+2