aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/free-space-tree-tests.c
AgeCommit message (Expand)Author
2020-02-24btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-04-29btrfs: get fs_info from block group in search_free_space_infoDavid Sterba
2019-04-29btrfs: tests: use standard error message after block group allocation failureDavid Sterba
2019-04-29btrfs: tests: use standard error message after path allocation failureDavid Sterba
2019-04-29btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba
2019-04-29btrfs: tests: use standard error message after root allocation failureDavid Sterba
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu
2016-02-18btrfs: fix memory leak of fs_info in block group cacheKinglong Mee
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval