aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba1-5/+5
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo1-2/+2
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi1-10/+10
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi1-2/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsDavid Sterba8-22/+22
2018-05-29btrfs: tests: add helper for error messages and update themDavid Sterba8-401/+412
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov1-8/+8
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov1-1/+1
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov1-3/+2
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov1-1/+1
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov1-13/+13
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov1-1/+1
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov4-9/+12
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba1-4/+4
2018-05-28btrfs: tests: pass fs_info to extent_map testsDavid Sterba1-16/+36
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba8-112/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-31btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King1-1/+1
2018-03-26btrfs: remove redundant check on ret and gotoColin Ian King1-2/+1
2018-01-22Btrfs: extent map selftest: dio write vs dio readLiu Bo1-0/+89
2018-01-22Btrfs: extent map selftest: buffered write vs dio readLiu Bo1-0/+74
2018-01-22Btrfs: add extent map selftestsLiu Bo3-0/+207
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov1-5/+0
2018-01-22btrfs: sink gfp parameter to clear_extent_bitDavid Sterba1-8/+4
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2-9/+9
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-14/+4
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for uncompressed extentsZygo Blaxell1-10/+20
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov1-1/+1
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET1-1/+2
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov2-2/+1
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik1-1/+1
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba1-1/+0
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov1-21/+23
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds8-41/+44
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox1-1/+1
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox1-0/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney8-40/+43
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba1-1/+1
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9Chris Mason2-116/+160
2016-10-03btrfs: tests: uninline member definitions in free_space_extentDavid Sterba1-1/+2
2016-10-03btrfs: tests: constify free space extent specsDavid Sterba1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugOmar Sandoval1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval1-36/+51
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchsetQu Wenruo1-6/+6
2016-07-26btrfs: tests, require fs_info for rootJeff Mahoney7-55/+90
2016-07-26btrfs: tests, move initialization into tests/Jeff Mahoney2-34/+48
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Wei Yongjun1-1/+1