aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tests/free-space-tree-tests.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagGravatar David Sterba 1-1/+1
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeGravatar Josef Bacik 1-1/+4
2022-01-03btrfs: stop accessing ->free_space_root directlyGravatar Josef Bacik 1-1/+1
2020-07-27btrfs: tests: remove if duplicate in __check_free_space_extents()Gravatar Denis Efremov 1-2/+0
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferGravatar Dan Carpenter 1-2/+2
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 1-13/+13
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 1-43/+32
2019-09-09btrfs: move basic block_group definitions to their own headerGravatar Josef Bacik 1-0/+1
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-7/+7
2019-04-29btrfs: get fs_info from block group in search_free_space_infoGravatar David Sterba 1-2/+2
2019-04-29btrfs: tests: use standard error message after block group allocation failureGravatar David Sterba 1-1/+1
2019-04-29btrfs: tests: use standard error message after path allocation failureGravatar David Sterba 1-1/+1
2019-04-29btrfs: tests: use standard error message after extent buffer allocation failureGravatar David Sterba 1-1/+1
2019-04-29btrfs: tests: use standard error message after root allocation failureGravatar David Sterba 1-1/+1
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureGravatar David Sterba 1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 1-2/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsGravatar David Sterba 1-1/+1
2018-05-29btrfs: tests: add helper for error messages and update themGravatar David Sterba 1-36/+38
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeGravatar Nikolay Borisov 1-8/+8
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeGravatar Nikolay Borisov 1-13/+13
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldGravatar Nikolay Borisov 1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Gravatar Christophe JAILLET 1-1/+2
2017-08-16btrfs: remove unused sectorsize memberGravatar Nikolay Borisov 1-1/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 1-5/+4
2016-10-03btrfs: tests: uninline member definitions in free_space_extentGravatar David Sterba 1-1/+2
2016-10-03btrfs: tests: constify free space extent specsGravatar David Sterba 1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugGravatar Omar Sandoval 1-68/+96
2016-07-26btrfs: tests, require fs_info for rootGravatar Jeff Mahoney 1-8/+10
2016-06-02Btrfs: self-tests: Support non-4k page sizeGravatar Feifei Xu 1-12/+18
2016-02-18btrfs: fix memory leak of fs_info in block group cacheGravatar Kinglong Mee 1-0/+1
2015-12-17Btrfs: add free space tree sanity testsGravatar Omar Sandoval 1-0/+571