summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/free-space-tree-tests.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba2022-12-051-1/+1
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-031-1/+4
* btrfs: stop accessing ->free_space_root directlyJosef Bacik2022-01-031-1/+1
* btrfs: tests: remove if duplicate in __check_free_space_extents()Denis Efremov2020-07-271-2/+0
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-131-2/+2
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-13/+13
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-43/+32
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-071-7/+7
|\
| * btrfs: get fs_info from block group in search_free_space_infoDavid Sterba2019-04-291-2/+2
| * btrfs: tests: use standard error message after block group allocation failureDavid Sterba2019-04-291-1/+1
| * btrfs: tests: use standard error message after path allocation failureDavid Sterba2019-04-291-1/+1
| * btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba2019-04-291-1/+1
| * btrfs: tests: use standard error message after root allocation failureDavid Sterba2019-04-291-1/+1
| * btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba2019-04-291-1/+1
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-2/+2
|/
* btrfs: tests: drop newline from test_msg stringsDavid Sterba2018-05-291-1/+1
* btrfs: tests: add helper for error messages and update themDavid Sterba2018-05-291-36/+38
* btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov2018-05-281-8/+8
* btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov2018-05-281-1/+1
* 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-1/+1
* btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov2018-05-281-13/+13
* btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov2018-05-281-1/+1
* btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov2018-05-281-1/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET2017-10-301-1/+2
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-161-1/+1
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-5/+4
* btrfs: tests: uninline member definitions in free_space_extentDavid Sterba2016-10-031-1/+2
* btrfs: tests: constify free space extent specsDavid Sterba2016-10-031-11/+11
* Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval2016-10-031-68/+96
* btrfs: tests, require fs_info for rootJeff Mahoney2016-07-261-8/+10
* Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-12/+18
* btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2016-02-181-0/+1
* Btrfs: add free space tree sanity testsOmar Sandoval2015-12-171-0/+571