summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
AgeCommit message (Expand)Author
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2018-03-31btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King
2018-03-26btrfs: remove redundant check on ret and gotoColin Ian King
2018-01-22Btrfs: extent map selftest: dio write vs dio readLiu Bo
2018-01-22Btrfs: extent map selftest: buffered write vs dio readLiu Bo
2018-01-22Btrfs: add extent map selftestsLiu Bo
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Qu Wenruo
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu