summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorLines
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov-2/+1
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik-1/+1
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba-1/+0
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov-21/+23
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-41/+44
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox-1/+1
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox-0/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney-40/+43
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba-1/+1
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason-116/+160
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba-1/+2
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval-36/+51
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo-6/+6
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney-55/+90
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney-34/+48
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun-1/+1
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu-17/+29
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu-19/+30
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu-271/+327
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves-6/+7
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba-3/+3
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba-1/+1
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-22/+22
2016-03-21Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+2
2016-03-17btrfs: use radix_tree_iter_retry()Matthew Wilcox-2/+1
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain-0/+1
2016-02-18btrfs: fix memory leak of fs_info in block group cacheKinglong Mee-6/+1
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba-15/+15
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason-111/+86
2016-01-11Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Chris Mason-6/+8
2016-01-07btrfs: constify remaining structs with function pointersDavid Sterba-2/+2
2016-01-07btrfs tests: replace whole ops structure for free space testsDavid Sterba-6/+8
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee-112/+87
2015-12-18Merge branch 'freespace-tree' into for-linus-4.5Chris Mason-55/+783
2015-12-17Btrfs: add free space tree sanity testsOmar Sandoval-47/+641
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval-2/+136
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter-1/+3
2015-10-21Btrfs: add fragment=* debug mount optionJosef Bacik-1/+21
2015-06-10btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism.Qu Wenruo-26/+83
2015-04-13Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().Dongsheng Yang-2/+2
2015-03-17Btrfs: add sanity test for outstanding_extents accountingJosef Bacik-1/+196
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba-2/+1