aboutsummaryrefslogtreecommitdiffstats
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()David Sterba1-8/+10
2024-03-04btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...David Sterba1-7/+12
2024-03-04btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...David Sterba1-9/+10
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-8/+9
2023-08-21btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana1-5/+8
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana1-7/+17
2023-06-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana1-0/+3
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo1-1/+49
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik1-1/+1
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik1-1/+1
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba1-5/+5
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval1-8/+0
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana1-1/+1
2022-03-14btrfs: add support for multiple global rootsJosef Bacik1-0/+2
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik1-4/+19
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik1-13/+19
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-1/+2
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana1-2/+2
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik1-1/+9
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-2/+0
2020-12-08btrfs: replace div_u64 by shift in free_space_bitmap_sizeDavid Sterba1-10/+8
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba1-3/+3
2020-08-27btrfs: block-group: fix free-space bitmap thresholdMarcos Paulo de Souza1-0/+4
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-2/+0
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik1-1/+1
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-25/+25
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-42/+41
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-04-29btrfs: get fs_info from block group in search_free_space_infoDavid Sterba1-12/+8
2019-04-29btrfs: get fs_info from trans in btrfs_create_treeDavid Sterba1-1/+1
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-1/+1
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn1-5/+10
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi1-1/+1
2018-05-28btrfs: Remove fs_info argument from populate_free_space_treeNikolay Borisov1-4/+3
2018-05-28btrfs: Remove fs_info argument from add_to_free_space_treeNikolay Borisov1-3/+2
2018-05-28btrfs: Remove fs_info argument from remove_from_free_space_treeNikolay Borisov1-3/+2
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov1-4/+4
2018-05-28btrfs: Remove fs_info argument from remove_free_space_extentNikolay Borisov1-4/+3
2018-05-28btrfs: Remove fs_info argument from add_free_space_extentNikolay Borisov1-4/+3
2018-05-28btrfs: Remove fs_info argument from modify_free_space_bitmapNikolay Borisov1-6/+5
2018-05-28btrfs: Remove fs_info argument from update_free_space_extent_countNikolay Borisov1-5/+5
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov1-3/+2
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov1-3/+2
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov1-3/+2
2018-05-28btrfs: Remove fs_info argument from add_new_free_spaceNikolay Borisov1-5/+3
2018-05-28btrfs: Remove fs_info parameter from add_new_free_space_infoNikolay Borisov1-4/+3
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov1-8/+6
2018-05-28btrfs: Remove fs_info argument from __add_block_group_free_spaceNikolay Borisov1-9/+6
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov1-1/+1
2018-05-28btrfs: optimize free space tree bitmap conversionHoward McLauchlan1-38/+23
2018-05-28btrfs: clean up le_bitmap_{set, clear}()Howard McLauchlan1-0/+20
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-26btrfs: use reada direction enum instead of constant value in load_free_space_...Gu JinXiang1-1/+1
2018-03-26btrfs: use reada direction enum instead of constant value in populate_free_sp...Gu Jinxiang1-1/+1
2017-10-30btrfs: Clean up unused variables in free-space-tree.cChristos Gkekas1-4/+0
2017-08-21btrfs: pass fs_info to btrfs_del_root instead of tree_rootJeff Mahoney1-1/+1
2017-06-19Btrfs: use memalloc_nofs and kvzalloc() for free space tree bitmapsOmar Sandoval1-13/+13
2017-06-19btrfs: Remove unnecessary branching in free-space-tree.cSahil Kang1-10/+2
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-2/+1
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba1-1/+1
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney1-4/+4
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney1-15/+14
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-16/+19
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason1-9/+10
2016-10-03Btrfs: catch invalid free space treesOmar Sandoval1-0/+2
2016-10-03Btrfs: fix free space tree bitmaps on big-endian systemsOmar Sandoval1-9/+8
2016-09-26btrfs: convert pr_* to btrfs_* where possibleJeff Mahoney1-1/+1
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-4/+8
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-3/+3
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-8/+8
2016-01-29Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason1-7/+0
2016-01-27btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason1-1/+1
2016-01-27Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason1-2/+16
2016-01-22btrfs: tweak free space tree bitmap allocationDavid Sterba1-2/+16
2016-01-21btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba1-0/+7
2015-12-30btrfs: don't run delayed references while we are creating the free space treeChris Mason1-4/+11
2015-12-17Btrfs: implement the free space B-treeOmar Sandoval1-0/+1584