aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/free-space-tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()Gravatar David Sterba 1-8/+10
2024-03-04btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...Gravatar David Sterba 1-7/+12
2024-03-04btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...Gravatar David Sterba 1-9/+10
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyGravatar Filipe Manana 1-8/+9
2023-08-21btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Gravatar Filipe Manana 1-5/+8
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Gravatar Filipe Manana 1-7/+17
2023-06-19btrfs: fix race when deleting free space root from the dirty cow roots listGravatar Filipe Manana 1-0/+3
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itGravatar Qu Wenruo 1-1/+49
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyGravatar Josef Bacik 1-1/+1
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockGravatar Josef Bacik 1-1/+1
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagGravatar David Sterba 1-5/+5
2022-12-05btrfs: move root tree prototypes to their own headerGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-09-26btrfs: get rid of block group caching progress logicGravatar Omar Sandoval 1-8/+0
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupGravatar Filipe Manana 1-1/+1
2022-03-14btrfs: add support for multiple global rootsGravatar Josef Bacik 1-0/+2
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeGravatar Josef Bacik 1-4/+19
2022-01-03btrfs: stop accessing ->free_space_root directlyGravatar Josef Bacik 1-13/+19
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-1/+2
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureGravatar Filipe Manana 1-2/+2
2021-01-25btrfs: fix possible free space tree corruption with online conversionGravatar Josef Bacik 1-1/+9
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-2/+0
2020-12-08btrfs: replace div_u64 by shift in free_space_bitmap_sizeGravatar David Sterba 1-10/+8
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoGravatar David Sterba 1-3/+3
2020-08-27btrfs: block-group: fix free-space bitmap thresholdGravatar Marcos Paulo de Souza 1-0/+4
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootGravatar Josef Bacik 1-2/+0
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysGravatar Josef Bacik 1-1/+1
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-25/+25
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 1-42/+41
2019-09-09btrfs: move basic block_group definitions to their own headerGravatar Josef Bacik 1-0/+1
2019-04-29btrfs: get fs_info from block group in search_free_space_infoGravatar David Sterba 1-12/+8
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeGravatar David Sterba 1-1/+1
2019-04-29btrfs: get fs_info from eb in clean_tree_blockGravatar David Sterba 1-1/+1
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsGravatar Johannes Thumshirn 1-5/+10
2018-08-06btrfs: Remove fs_info from btrfs_del_rootGravatar Lu Fengqi 1-1/+1
2018-05-28btrfs: Remove fs_info argument from populate_free_space_treeGravatar Nikolay Borisov 1-4/+3
2018-05-28btrfs: Remove fs_info argument from add_to_free_space_treeGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Remove fs_info argument from remove_from_free_space_treeGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeGravatar Nikolay Borisov 1-4/+4
2018-05-28btrfs: Remove fs_info argument from remove_free_space_extentGravatar Nikolay Borisov 1-4/+3
2018-05-28btrfs: Remove fs_info argument from add_free_space_extentGravatar Nikolay Borisov 1-4/+3
2018-05-28btrfs: Remove fs_info argument from modify_free_space_bitmapGravatar Nikolay Borisov 1-6/+5
2018-05-28btrfs: Remove fs_info argument from update_free_space_extent_countGravatar Nikolay Borisov 1-5/+5
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceGravatar Nikolay Borisov 1-3/+2