aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/qgroup-tests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29btrfs: tests: unify messages when tests startDavid Sterba1-2/+2
2019-04-29btrfs: tests: use standard error message after path allocation failureDavid Sterba1-4/+4
2019-04-29btrfs: tests: use standard error message after root allocation failureDavid Sterba1-3/+3
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba1-1/+1
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi1-10/+10
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi1-2/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba1-3/+3
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba1-44/+44
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov1-6/+6
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extentsZygo Blaxell1-10/+20
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney1-6/+5
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney1-10/+13
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu1-16/+28
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu1-40/+45
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval1-14/+6
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo1-26/+83
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang1-2/+2
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba1-1/+1
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba1-11/+10
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana1-0/+2
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik1-0/+468