aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAge
* Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-24
* btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-09
* Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana2019-09-09
* Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana2019-09-09
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-09
* btrfs: Remove leftover of in-band dedupeNikolay Borisov2019-09-09
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-19
|\
| * vfs: Convert btrfs_test to use the new mount APIDavid Howells2019-05-25
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-25
* | btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues2019-07-04
* | btrfs: tests: add locks around add_extent_mappingDavid Sterba2019-07-01
* | btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov2019-07-01
|/
* Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-05-07
|\
| * btrfs: get fs_info from block group in search_free_space_infoDavid Sterba2019-04-29
| * btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceQu Wenruo2019-04-29
| * btrfs: qgroup: remove obsolete fs_info membersDavid Sterba2019-04-29
| * btrfs: tests: unify messages when tests startDavid Sterba2019-04-29
| * btrfs: tests: drop messages when some tests finishDavid Sterba2019-04-29
| * btrfs: tests: fix comments about tested extent map rangesDavid Sterba2019-04-29
| * btrfs: tests: use SZ_ constants everywhereDavid Sterba2019-04-29
| * btrfs: tests: use standard error message after extent map allocation failureDavid Sterba2019-04-29
| * btrfs: tests: return error from all extent map test casesDavid Sterba2019-04-29
| * btrfs: tests: return errors from extent map test case 4David Sterba2019-04-29
| * btrfs: tests: return errors from extent map test case 3David Sterba2019-04-29
| * btrfs: tests: return errors from extent map test case 2David Sterba2019-04-29
| * btrfs: tests: return errors from extent map test case 1David Sterba2019-04-29
| * btrfs: tests: return errors from extent map testsDavid Sterba2019-04-29
| * btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba2019-04-29
| * btrfs: tests: use standard error message after block group allocation failureDavid Sterba2019-04-29
| * btrfs: tests: use standard error message after inode allocation failureDavid Sterba2019-04-29
| * btrfs: tests: use standard error message after path allocation failureDavid Sterba2019-04-29
| * btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba2019-04-29
| * btrfs: tests: use standard error message after root allocation failureDavid Sterba2019-04-29
| * btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba2019-04-29
| * btrfs: tests: add table of most common errorsDavid Sterba2019-04-29
| * btrfs: tests: print file:line for error messagesDavid Sterba2019-04-29
| * btrfs: tests: don't leak fs_info in extent_io bitmap testsDavid Sterba2019-04-29
| * btrfs: tests: handle fs_info allocation failure in extent_io testsDavid Sterba2019-04-29
| * btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2019-04-29
| * btrfs: Introduce fs_info to extent_io_treeQu Wenruo2019-04-29
* | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-09
|/
* btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi2018-12-17
* btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn2018-12-17
* btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov2018-12-17
* btrfs: Adjust loop in free_extent_bufferNikolay Borisov2018-12-17
* btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2018-12-17
* btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo2018-12-17
* btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov2018-12-17
* btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba2018-10-15
* Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-15