aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2020-12-09btrfs: remove recalc_thresholds from free space opsGravatar David Sterba 1-1/+0
2020-12-08btrfs: tests: remove invalid extent-io testGravatar Qu Wenruo 1-15/+11
2020-12-08btrfs: load free space cache into a temporary ctlGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-4/+0
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoGravatar David Sterba 1-0/+1
2020-11-13btrfs: fix missing delalloc new bit for new delalloc rangesGravatar Filipe Manana 1-4/+8
2020-10-07btrfs: remove struct extent_io_opsGravatar Nikolay Borisov 1-1/+0
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertGravatar Nikolay Borisov 2-3/+3
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertGravatar Nikolay Borisov 2-6/+3
2020-07-27btrfs: make btrfs_set_extent_delalloc take btrfs_inodeGravatar Nikolay Borisov 1-7/+7
2020-07-27btrfs: tests: remove if duplicate in __check_free_space_extents()Gravatar Denis Efremov 1-2/+0
2020-03-23btrfs: kill the subvol_srcuGravatar Josef Bacik 1-9/+0
2020-03-23btrfs: don't take an extra root ref at allocation timeGravatar Josef Bacik 1-0/+2
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootGravatar Josef Bacik 1-4/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: add a leak check for rootsGravatar Josef Bacik 1-0/+1
2020-03-23btrfs: make the init of static elements in fs_info separateGravatar Josef Bacik 1-23/+4
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysGravatar Josef Bacik 1-1/+1
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitGravatar Nikolay Borisov 1-0/+9
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesGravatar Filipe Manana 1-1/+0
2020-01-23btrfs: Add self-tests for btrfs_rmap_blockGravatar Nikolay Borisov 1-1/+153
2020-01-23btrfs: selftests: Add support for dummy devicesGravatar Nikolay Borisov 2-0/+30
2020-01-20btrfs: drop create parameter to btrfs_get_extent()Gravatar Omar Sandoval 1-23/+21
2019-12-13btrfs: return error pointer from alloc_test_extent_bufferGravatar Dan Carpenter 2-4/+4
2019-11-18btrfs: rename btrfs_block_group_cacheGravatar David Sterba 4-26/+25
2019-11-18btrfs: add dedicated members for start and length of a block groupGravatar David Sterba 2-46/+34
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesGravatar Filipe Manana 1-1/+7
2019-09-09btrfs: stop clearing EXTENT_DIRTY in inode I/O treeGravatar Omar Sandoval 1-8/+4
2019-09-09Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsGravatar Filipe Manana 1-7/+22
2019-09-09Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitGravatar Filipe Manana 1-0/+2
2019-09-09btrfs: move basic block_group definitions to their own headerGravatar Josef Bacik 3-0/+3
2019-09-09btrfs: Remove leftover of in-band dedupeGravatar Nikolay Borisov 1-6/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+9
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Gravatar Goldwyn Rodrigues 1-14/+16
2019-07-01btrfs: tests: add locks around add_extent_mappingGravatar David Sterba 1-0/+22
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_ext...Gravatar Nikolay Borisov 1-0/+87
2019-05-25vfs: Convert btrfs_test to use the new mount APIGravatar David Howells 1-6/+9
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Gravatar Al Viro 1-1/+1
2019-05-07Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 9-120/+249
2019-04-29btrfs: get fs_info from block group in search_free_space_infoGravatar David Sterba 1-2/+2
2019-04-29btrfs: inode: Verify inode mode to avoid NULL pointer dereferenceGravatar Qu Wenruo 1-0/+1
2019-04-29btrfs: qgroup: remove obsolete fs_info membersGravatar David Sterba 1-1/+0
2019-04-29btrfs: tests: unify messages when tests startGravatar David Sterba 3-6/+11
2019-04-29btrfs: tests: drop messages when some tests finishGravatar David Sterba 2-2/+0
2019-04-29btrfs: tests: fix comments about tested extent map rangesGravatar David Sterba 1-2/+2
2019-04-29btrfs: tests: use SZ_ constants everywhereGravatar David Sterba 1-3/+3
2019-04-29btrfs: tests: use standard error message after extent map allocation failureGravatar David Sterba 1-4/+19
2019-04-29btrfs: tests: return error from all extent map test casesGravatar David Sterba 1-12/+32
2019-04-29btrfs: tests: return errors from extent map test case 4Gravatar David Sterba 1-7/+14
2019-04-29btrfs: tests: return errors from extent map test case 3Gravatar David Sterba 1-5/+10