aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/btrfs-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: load free space cache into a temporary ctlJosef Bacik1-1/+1
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba1-0/+1
2020-03-23btrfs: kill the subvol_srcuJosef Bacik1-9/+0
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-4/+1
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-1/+1
2020-03-23btrfs: add a leak check for rootsJosef Bacik1-0/+1
2020-03-23btrfs: make the init of static elements in fs_info separateJosef Bacik1-23/+4
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik1-1/+1
2020-01-31Btrfs: fix race between adding and putting tree mod seq elements and nodesFilipe Manana1-1/+0
2020-01-23btrfs: selftests: Add support for dummy devicesNikolay Borisov1-0/+29
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba1-3/+3
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba1-3/+2
2019-09-24Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana1-1/+7
2019-09-09btrfs: move basic block_group definitions to their own headerJosef Bacik1-0/+1
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-04-29btrfs: qgroup: remove obsolete fs_info membersDavid Sterba1-1/+0
2019-04-29btrfs: tests: add table of most common errorsDavid Sterba1-0/+10
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo1-2/+4
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo1-2/+2
2018-12-17btrfs: Adjust loop in free_extent_bufferNikolay Borisov1-2/+0
2018-12-17btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov1-1/+5
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov1-1/+3
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-26btrfs: remove redundant check on ret and gotoColin Ian King1-2/+1
2018-01-22Btrfs: add extent map selftestsLiu Bo1-0/+3
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov1-1/+0
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba1-1/+0
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-4/+9
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox1-1/+1
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox1-0/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-4/+9
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-3/+17
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney1-2/+45
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun1-1/+1
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-3/+3
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+0
2016-03-17btrfs: use radix_tree_iter_retry()Matthew Wilcox1-2/+1
2016-02-18btrfs: fix memory leak of fs_info in block group cacheKinglong Mee1-6/+0
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba1-5/+5
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason1-0/+58
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval1-0/+52
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin1-1/+1
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+97
2013-11-11Btrfs: add tests for btrfs_get_extentJosef Bacik1-1/+7
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik1-0/+68