summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorLines
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba-22/+22
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba-401/+412
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov-8/+8
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov-1/+1
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov-3/+2
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov-1/+1
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov-13/+13
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov-1/+1
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov-9/+12
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba-4/+4
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba-16/+36
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba-112/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba-16/+3
2018-03-31btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo-1/+1
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King-1/+1
2018-03-26btrfs: remove redundant check on ret and gotoColin Ian King-2/+1
2018-01-22Btrfs: extent map selftest: dio write vs dio readLiu Bo-0/+89
2018-01-22Btrfs: extent map selftest: buffered write vs dio readLiu Bo-0/+74
2018-01-22Btrfs: add extent map selftestsLiu Bo-0/+207
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov-5/+0
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba-8/+4
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana-9/+9
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik-14/+4
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell-10/+20
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov-1/+1
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET-1/+2
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