summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves4-6/+7
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba1-3/+3
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba1-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-22/+22
2016-03-22Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+2
2016-03-18btrfs: use radix_tree_iter_retry()Matthew Wilcox1-2/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-18btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2-6/+1
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba3-15/+15
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason3-111/+86
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason1-6/+8
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba1-2/+2
2016-01-07btrfs tests: replace whole ops structure for free space testsDavid Sterba1-6/+8
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee3-112/+87
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason6-55/+783
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval5-47/+641
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval1-2/+136
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+3
2015-10-22Btrfs: add fragment=* debug mount optionJosef Bacik1-1/+21
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
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik1-1/+196
2015-01-22btrfs: switch extent_state state to unsignedDavid Sterba1-2/+1
2014-12-12btrfs: sink parameter len to alloc_extent_bufferDavid Sterba1-1/+1
2014-12-12btrfs: unify extent buffer allocation apiDavid Sterba3-14/+13
2014-09-23Btrfs: remove empty block groups automaticallyJosef Bacik1-1/+1
2014-09-18Btrfs: improve free space cache management and space allocationFilipe Manana1-0/+514
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana1-0/+2
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin1-1/+1
2014-06-10Btrfs: add sanity tests for new qgroup accounting codeJosef Bacik4-31/+578
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2014-01-29Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-1/+1
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-11-12Btrfs: add a sanity test for a vacant extent at the front of a fileJosef Bacik1-5/+128
2013-11-12Btrfs: add tests for btrfs_get_extentJosef Bacik3-1/+844
2013-11-12Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik3-0/+359
2013-11-12Btrfs: add a sanity test for btrfs_split_itemJosef Bacik2-0/+234
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik2-0/+429