aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana1-1/+7
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval1-8/+4
2019-09-09Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana1-7/+22
2019-09-09Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana1-0/+2
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik3-0/+3
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov1-6/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+9
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues1-14/+16
2019-07-01btrfs: tests: add locks around add_extent_mappingDavid Sterba1-0/+22
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_extent_bitNikolay Borisov1-0/+87
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells1-6/+9
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-120/+249
2019-04-29btrfs: get fs_info from block group in search_free_space_infoDavid Sterba1-2/+2
2019-04-29btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo1-0/+1
2019-04-29btrfs: qgroup: remove obsolete fs_info membersDavid Sterba1-1/+0
2019-04-29btrfs: tests: unify messages when tests startDavid Sterba3-6/+11
2019-04-29btrfs: tests: drop messages when some tests finishDavid Sterba2-2/+0
2019-04-29btrfs: tests: fix comments about tested extent map rangesDavid Sterba1-2/+2
2019-04-29btrfs: tests: use SZ_ constants everywhereDavid Sterba1-3/+3
2019-04-29btrfs: tests: use standard error message after extent map allocation failureDavid Sterba1-4/+19
2019-04-29btrfs: tests: return error from all extent map test casesDavid Sterba1-12/+32
2019-04-29btrfs: tests: return errors from extent map test case 4David Sterba1-7/+14
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