summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAgeFilesLines
* btrfs: kill the subvol_srcuJosef Bacik2020-03-231-9/+0
* btrfs: don't take an extra root ref at allocation timeJosef Bacik2020-03-231-0/+2
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-4/+1
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-1/+1
* btrfs: add a leak check for rootsJosef Bacik2020-03-231-0/+1
* btrfs: make the init of static elements in fs_info separateJosef Bacik2020-03-231-23/+4
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-231-1/+1
* btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2020-01-311-0/+9
* Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana2020-01-311-1/+0
* btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov2020-01-231-1/+153
* btrfs: selftests: Add support for dummy devicesNikolay Borisov2020-01-232-0/+30
* btrfs: drop create parameter to btrfs_get_extent()Omar Sandoval2020-01-201-23/+21
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-132-4/+4
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-184-26/+25
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-182-46/+34
* Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-091-8/+4
* Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana2019-09-091-7/+22
* Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana2019-09-091-0/+2
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-093-0/+3
* btrfs: Remove leftover of in-band dedupeNikolay Borisov2019-09-091-6/+6
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-6/+9
|\
| * vfs: Convert btrfs_test to use the new mount APIDavid Howells2019-05-251-6/+9
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* | btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues2019-07-041-14/+16
* | btrfs: tests: add locks around add_extent_mappingDavid Sterba2019-07-011-0/+22
* | btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov2019-07-011-0/+87
|/
* Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-079-120/+249
|\
| * btrfs: get fs_info from block group in search_free_space_infoDavid Sterba2019-04-291-2/+2
| * btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo2019-04-291-0/+1
| * btrfs: qgroup: remove obsolete fs_info membersDavid Sterba2019-04-291-1/+0
| * btrfs: tests: unify messages when tests startDavid Sterba2019-04-293-6/+11
| * btrfs: tests: drop messages when some tests finishDavid Sterba2019-04-292-2/+0
| * btrfs: tests: fix comments about tested extent map rangesDavid Sterba2019-04-291-2/+2
| * btrfs: tests: use SZ_ constants everywhereDavid Sterba2019-04-291-3/+3
| * btrfs: tests: use standard error message after extent map allocation failureDavid Sterba2019-04-291-4/+19
| * btrfs: tests: return error from all extent map test casesDavid Sterba2019-04-291-12/+32
| * btrfs: tests: return errors from extent map test case 4David Sterba2019-04-291-7/+14
| * btrfs: tests: return errors from extent map test case 3David Sterba2019-04-291-5/+10
| * btrfs: tests: return errors from extent map test case 2David Sterba2019-04-291-6/+14
| * btrfs: tests: return errors from extent map test case 1David Sterba2019-04-291-6/+14
| * btrfs: tests: return errors from extent map testsDavid Sterba2019-04-291-22/+46
| * btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba2019-04-291-1/+1
| * btrfs: tests: use standard error message after block group allocation failureDavid Sterba2019-04-292-2/+2
| * btrfs: tests: use standard error message after inode allocation failureDavid Sterba2019-04-292-4/+4
| * btrfs: tests: use standard error message after path allocation failureDavid Sterba2019-04-293-6/+6
| * btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba2019-04-294-6/+6
| * btrfs: tests: use standard error message after root allocation failureDavid Sterba2019-04-295-8/+9
| * btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba2019-04-297-10/+11
| * btrfs: tests: add table of most common errorsDavid Sterba2019-04-292-0/+24