aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29btrfs: tests: return errors from extent map test case 3David Sterba1-5/+10
2019-04-29btrfs: tests: return errors from extent map test case 2David Sterba1-6/+14
2019-04-29btrfs: tests: return errors from extent map test case 1David Sterba1-6/+14
2019-04-29btrfs: tests: return errors from extent map testsDavid Sterba1-22/+46
2019-04-29btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba1-1/+1
2019-04-29btrfs: tests: use standard error message after block group allocation failureDavid Sterba2-2/+2
2019-04-29btrfs: tests: use standard error message after inode allocation failureDavid Sterba2-4/+4
2019-04-29btrfs: tests: use standard error message after path allocation failureDavid Sterba3-6/+6
2019-04-29btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba4-6/+6
2019-04-29btrfs: tests: use standard error message after root allocation failureDavid Sterba5-8/+9
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba7-10/+11
2019-04-29btrfs: tests: add table of most common errorsDavid Sterba2-0/+24
2019-04-29btrfs: tests: print file:line for error messagesDavid Sterba1-1/+2
2019-04-29btrfs: tests: don't leak fs_info in extent_io bitmap testsDavid Sterba1-7/+9
2019-04-29btrfs: tests: handle fs_info allocation failure in extent_io testsDavid Sterba1-0/+4
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2-3/+9
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo2-3/+3
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-2/+2
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi1-1/+1
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn1-5/+5
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov1-5/+5
2018-12-17btrfs: Adjust loop in free_extent_bufferNikolay Borisov2-8/+0
2018-12-17btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov1-1/+5
2018-12-17btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo1-2/+3
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov1-1/+1
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba1-5/+5
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo1-2/+2
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi1-10/+10
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi1-2/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba8-22/+22
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba8-401/+412
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 Borisov4-9/+12
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba1-4/+4
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba1-16/+36
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba8-112/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-31btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King1-1/+1
2018-03-26btrfs: remove redundant check on ret and gotoColin Ian King1-2/+1
2018-01-22Btrfs: extent map selftest: dio write vs dio readLiu Bo1-0/+89
2018-01-22Btrfs: extent map selftest: buffered write vs dio readLiu Bo1-0/+74
2018-01-22Btrfs: add extent map selftestsLiu Bo3-0/+207
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov1-5/+0
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-8/+4