aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 2-116/+160
2016-10-03btrfs: tests: uninline member definitions in free_space_extentGravatar David Sterba 1-1/+2
2016-10-03btrfs: tests: constify free space extent specsGravatar David Sterba 1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugGravatar Omar Sandoval 1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsGravatar Omar Sandoval 1-36/+51
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Gravatar Qu Wenruo 1-6/+6
2016-07-26btrfs: tests, require fs_info for rootGravatar Jeff Mahoney 7-55/+90
2016-07-26btrfs: tests, move initialization into tests/Gravatar Jeff Mahoney 2-34/+48
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Gravatar Wei Yongjun 1-1/+1
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemGravatar Feifei Xu 1-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeGravatar Feifei Xu 1-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineGravatar Feifei Xu 2-17/+29
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEGravatar Feifei Xu 1-19/+30
2016-06-02Btrfs: self-tests: Support non-4k page sizeGravatar Feifei Xu 8-271/+327
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapGravatar Feifei Xu 1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 4-6/+7
2016-04-29btrfs: sink gfp parameter to set_extent_delallocGravatar David Sterba 1-3/+3
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsGravatar David Sterba 1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 2-22/+22
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-6/+2
2016-03-17btrfs: use radix_tree_iter_retry()Gravatar Matthew Wilcox 1-2/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 1-0/+1
2016-02-18btrfs: fix memory leak of fs_info in block group cacheGravatar Kinglong Mee 2-6/+1
2016-01-22btrfs: tests: switch to GFP_KERNELGravatar David Sterba 3-15/+15
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Chris Mason 3-111/+86
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Chris Mason 1-6/+8
2016-01-07btrfs: constify remaining structs with function pointersGravatar David Sterba 1-2/+2
2016-01-07btrfs tests: replace whole ops structure for free space testsGravatar David Sterba 1-6/+8
2016-01-07Btrfs: use linux/sizes.h to represent constantsGravatar Byongho Lee 3-112/+87
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Gravatar Chris Mason 6-55/+783
2015-12-17Btrfs: add free space tree sanity testsGravatar Omar Sandoval 5-47/+641
2015-12-17Btrfs: add extent buffer bitmap sanity testsGravatar Omar Sandoval 1-2/+136
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Gravatar Dan Carpenter 1-1/+3
2015-10-21Btrfs: add fragment=* debug mount optionGravatar Josef Bacik 1-1/+21
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Gravatar Qu Wenruo 1-26/+83
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Gravatar Dongsheng Yang 1-2/+2
2015-03-17Btrfs: add sanity test for outstanding_extents accountingGravatar Josef Bacik 1-1/+196
2015-01-21btrfs: switch extent_state state to unsignedGravatar David Sterba 1-2/+1
2014-12-12btrfs: sink parameter len to alloc_extent_bufferGravatar David Sterba 1-1/+1
2014-12-12btrfs: unify extent buffer allocation apiGravatar David Sterba 3-14/+13
2014-09-22Btrfs: remove empty block groups automaticallyGravatar Josef Bacik 1-1/+1
2014-09-17Btrfs: improve free space cache management and space allocationGravatar Filipe Manana 1-0/+514
2014-06-13Btrfs: fix qgroups sanity test crash or hangGravatar Filipe Manana 1-0/+2
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotGravatar Sasha Levin 1-1/+1
2014-06-09Btrfs: add sanity tests for new qgroup accounting codeGravatar Josef Bacik 4-31/+578
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-1/+1
2014-01-07treewide: fix comments and printk msgsGravatar Masanari Iida 1-1/+1