summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)Author
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: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo
2019-04-29btrfs: qgroup: remove obsolete fs_info membersDavid Sterba
2019-04-29btrfs: tests: unify messages when tests startDavid Sterba
2019-04-29btrfs: tests: drop messages when some tests finishDavid Sterba
2019-04-29btrfs: tests: fix comments about tested extent map rangesDavid Sterba
2019-04-29btrfs: tests: use SZ_ constants everywhereDavid Sterba
2019-04-29btrfs: tests: use standard error message after extent map allocation failureDavid Sterba
2019-04-29btrfs: tests: return error from all extent map test casesDavid Sterba
2019-04-29btrfs: tests: return errors from extent map test case 4David Sterba
2019-04-29btrfs: tests: return errors from extent map test case 3David Sterba
2019-04-29btrfs: tests: return errors from extent map test case 2David Sterba
2019-04-29btrfs: tests: return errors from extent map test case 1David Sterba
2019-04-29btrfs: tests: return errors from extent map testsDavid Sterba
2019-04-29btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba
2019-04-29btrfs: tests: use standard error message after block group allocation failureDavid Sterba
2019-04-29btrfs: tests: use standard error message after inode 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-29btrfs: tests: add table of most common errorsDavid Sterba
2019-04-29btrfs: tests: print file:line for error messagesDavid Sterba
2019-04-29btrfs: tests: don't leak fs_info in extent_io bitmap testsDavid Sterba
2019-04-29btrfs: tests: handle fs_info allocation failure in extent_io testsDavid Sterba
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov
2018-12-17btrfs: Adjust loop in free_extent_bufferNikolay Borisov
2018-12-17btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov
2018-12-17btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi
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-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba