summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/btrfs-tests.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-181-3/+3
* btrfs: add dedicated members for start and length of a block groupDavid Sterba2019-11-181-3/+2
* Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* btrfs: move basic block_group definitions to their own headerJosef Bacik2019-09-091-0/+1
* 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: qgroup: remove obsolete fs_info membersDavid Sterba2019-04-291-1/+0
* btrfs: tests: add table of most common errorsDavid Sterba2019-04-291-0/+10
* btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2019-04-291-2/+4
* btrfs: Introduce fs_info to extent_io_treeQu Wenruo2019-04-291-2/+2
* btrfs: Adjust loop in free_extent_bufferNikolay Borisov2018-12-171-2/+0
* btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2018-12-171-1/+5
* btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov2018-05-281-1/+3
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: remove redundant check on ret and gotoColin Ian King2018-03-261-2/+1
* Btrfs: add extent map selftestsLiu Bo2018-01-221-0/+3
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-161-1/+0
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-1/+0
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-4/+9
|\
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-4/+9
* | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-141-1/+1
* | btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox2016-12-141-0/+1
|/
* btrfs: tests, require fs_info for rootJeff Mahoney2016-07-261-3/+17
* btrfs: tests, move initialization into tests/Jeff Mahoney2016-07-261-2/+45
* Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun2016-06-231-1/+1
* Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-3/+3
* Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-211-6/+0
|\
| * btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2016-02-181-6/+0
* | btrfs: use radix_tree_iter_retry()Matthew Wilcox2016-03-171-2/+1
|/
* btrfs: tests: switch to GFP_KERNELDavid Sterba2016-01-221-5/+5
* Merge branch 'freespace-tree' into for-linus-4.5Chris Mason2015-12-181-0/+58
|\
| * Btrfs: add free space tree sanity testsOmar Sandoval2015-12-171-0/+52
|/
* btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin2014-06-131-1/+1
* Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik2014-06-091-0/+97
* Btrfs: add tests for btrfs_get_extentJosef Bacik2013-11-111-1/+7
* Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik2013-11-111-0/+68