aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/free-space-tree-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter1-2/+2
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-13/+13
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-43/+32
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-7/+7
2019-04-29btrfs: get fs_info from block group in search_free_space_infoDavid Sterba1-2/+2
2019-04-29btrfs: tests: use standard error message after block group allocation failureDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after path allocation failureDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after root allocation failureDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-2/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba1-1/+1
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba1-36/+38
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov1-8/+8
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov1-1/+1
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-1/+1
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov1-13/+13
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov1-1/+1
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET1-1/+2
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov1-1/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-5/+4
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba1-1/+2
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval1-68/+96
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-8/+10
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-12/+18
2016-02-18btrfs: fix memory leak of fs_info in block group cacheKinglong Mee1-0/+1
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval1-0/+571