summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/free-space-tree-tests.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+1Star
* 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/+4Star
* 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