summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)Author
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval
2019-09-09Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana
2019-09-09Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues
2019-07-01btrfs: tests: add locks around add_extent_mappingDavid Sterba
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
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