summaryrefslogtreecommitdiff
path: root/extent-tree.c
Commit message (Expand)AuthorAge
* btrfs-progs: do clean up for redundancy value assignmentGu Jinxiang2018-02-02
* btrfs-progs: Remove unnecessary parameter for btrfs_add_block_groupQu Wenruo2018-01-31
* btrfs-progs: Use bool parameter to determine if we're allocating data extentQu Wenruo2018-01-31
* btrfs-progs: Remove unused parameter transGu Jinxiang2018-01-08
* btrfs-progs: mkfs: avoid BUG_ON for chunk allocation when ENOSPC happensQu Wenruo2017-11-14
* btrfs-progs: Fix one-byte overlap bug in free_block_group_cacheQu Wenruo2017-09-25
* btrfs-progs: handle failed search in find_search_start betterDavid Sterba2017-09-08
* btrfs-progs: add more error handling to btrfs_free_block_groupDavid Sterba2017-09-08
* btrfs-progs: switch fs_info::system_allocs to bitDavid Sterba2017-09-08
* btrfs-progs: drop blocksize argument from btrfs_find_create_tree_blockDavid Sterba2017-09-08
* Btrfs-progs: fix infinite loop in find_free_extentLiu Bo2017-07-20
* btrfs-progs: Refactor chunk creation functions to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_chunk_readonly to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_find_tree_block to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor btrfs_map_block and its variants to use btrfs_fs_infoQu Wenruo2017-07-12
* btrfs-progs: Refactor block sizes users in extent-tree.cQu Wenruo2017-07-03
* btrfs-progs: Fix memory leak when 0 sized block group item is foundQu Wenruo2017-05-02
* btrfs-progs: remove unused argument from clear_extent_dirtyDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from set_extent_dirtyDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from set_extent_bitsDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from clear_extent_bitsDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from free_chunk_itemDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from setup_inline_extent_backrefDavid Sterba2017-03-08
* btrfs-progs: remove unused argument from extent_data_ref_countDavid Sterba2017-03-08
* btrfs-progs: drop unused argument from btrfs_extend_itemDavid Sterba2017-03-08
* btrfs-progs: drop unused argument from btrfs_truncate_itemDavid Sterba2017-03-08
* btrfs-progs: Introduce kernel sizes to cleanup large intermediate numberQu Wenruo2017-03-08
* btrfs-progs: make incompat bit wrappers more compactDavid Sterba2016-12-14
* btrfs-progs: add btrfs_clear_free_space_tree() from the kernelOmar Sandoval2016-11-23
* btrfs-progs: Fix wrong tree block alignment for unalianged block groupQu Wenruo2016-10-25
* btrfs-progs: cleanup, kill trivial btrfs_key_type helperDavid Sterba2016-10-03
* btrfs-progs: cleanup, kill trivial btrfs_set_key_type helperDavid Sterba2016-10-03
* btrfs-progs: handle errors from btrfs_alloc_pathDavid Sterba2016-09-21
* btrfs-progs: avoid looping forever when a bad blockgroup key is foundJeff Mahoney2016-09-21
* btrfs-progs: check: introduce function to check data backref in extent treeLu Fengqi2016-08-17
* btrfs-progs: convert: Fix a bug leads to discontinuous extentsQu Wenruo2016-07-04
* btrfs-progs: Cleanup old btrfs-convertQu Wenruo2016-06-07
* btrfs-progs: convert: Strictly avoid meta or system chunk allocationQu Wenruo2016-06-07
* btrfs-progs: extent-tree: Enhance btrfs_record_file_extentQu Wenruo2016-06-07
* btrfs-progs: extent-tree: Introduce function to find the first overlapping ex...Qu Wenruo2016-06-07
* btrfs-progs: deprecate and stop using btrfs_level_sizeDavid Sterba2016-05-02
* btrfs-progs: replace leafsize with nodesizeDavid Sterba2016-05-02
* btrfs-progs: Add support for tree block operations on fs_info without rootsQu Wenruo2016-02-26
* btrfs-progs: check the free space tree in btrfsckOmar Sandoval2016-01-12
* btrfs-progs: use system's default path for math.hZhao Lei2015-11-02
* btrfs-progs: return -ENOMEM properly in btrfs_read_block_groups()Eryu Guan2015-11-02
* btrfs-progs: convert: Avoid allocating metadata extent crossing stripe boundaryQu Wenruo2015-08-31
* btrfs-progs: extent-tree: avoid allocating tree block that crosses stripe bou...Qu Wenruo2015-08-31
* btrfs-progs: extent-tree: Introduce btrfs_free_block_group functionQu Wenruo2015-07-10
* btrfs-progs: extent-tree: Introduce functions to free in-memory block group c...Qu Wenruo2015-07-10