summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi2018-12-171-1/+1
* btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn2018-12-171-5/+5
* btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov2018-12-171-5/+5
* btrfs: Adjust loop in free_extent_bufferNikolay Borisov2018-12-172-8/+0Star
* btrfs: Remove special handling of EXTENT_BUFFER_UNMAPPED while freeingNikolay Borisov2018-12-171-1/+5
* btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo2018-12-171-2/+3
* btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov2018-12-171-1/+1
* btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba2018-10-151-5/+5
* Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-151-2/+2
* btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentLu Fengqi2018-08-061-10/+10
* btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupLu Fengqi2018-08-061-2/+2
* btrfs: tests: drop newline from test_msg stringsDavid Sterba2018-05-298-22/+22
* btrfs: tests: add helper for error messages and update themDavid Sterba2018-05-298-401/+412
* btrfs: Remove fs_info argument from __remove_from_free_space_treeNikolay Borisov2018-05-281-8/+8
* btrfs: Remove fs_info parameter from convert_free_space_to_extentsNikolay Borisov2018-05-281-1/+1
* btrfs: Remove fs_info argument from convert_free_space_to_bitmapsNikolay Borisov2018-05-281-3/+2Star
* btrfs: Remove fs_info parameter from remove_block_group_free_spaceNikolay Borisov2018-05-281-1/+1
* btrfs: Remove fs_info argument from __add_to_free_space_treeNikolay Borisov2018-05-281-13/+13
* btrfs: Remove fs_info argument from add_block_group_free_spaceNikolay Borisov2018-05-281-1/+1
* btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldNikolay Borisov2018-05-284-9/+12
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-281-4/+4
* btrfs: tests: pass fs_info to extent_map testsDavid Sterba2018-05-281-16/+36
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-128-112/+8Star
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+3Star
* btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo2018-03-311-1/+1
* Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapColin Ian King2018-03-261-1/+1
* btrfs: remove redundant check on ret and gotoColin Ian King2018-03-261-2/+1Star
* Btrfs: extent map selftest: dio write vs dio readLiu Bo2018-01-221-0/+89
* Btrfs: extent map selftest: buffered write vs dio readLiu Bo2018-01-221-0/+74
* Btrfs: add extent map selftestsLiu Bo2018-01-223-0/+207
* btrfs: Remove redundant FLAG_VACANCYNikolay Borisov2018-01-221-5/+0Star
* btrfs: sink gfp parameter to clear_extent_bitDavid Sterba2018-01-221-8/+4Star
* Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-152-9/+9
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-14/+4Star
* btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Zygo Blaxell2017-11-011-10/+20
* btrfs: Replace opencoded sizes with their symbolic constantsNikolay Borisov2017-10-301-1/+1
* btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET2017-10-301-1/+2
* btrfs: remove unused sectorsize memberNikolay Borisov2017-08-162-2/+1Star
* Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-1/+1
* btrfs: remove unused qgroup members from btrfs_trans_handleDavid Sterba2017-04-181-1/+0Star
* btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov2017-02-281-21/+23
* btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov2017-02-281-1/+1
* Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-168-41/+44
|\
| * btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-068-40/+43
| * btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1
* | radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-151-1/+1
* | btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox2016-12-151-0/+1
|/
* Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason2016-10-122-116/+160
|\
| * btrfs: tests: uninline member definitions in free_space_extentDavid Sterba2016-10-031-1/+2
| * btrfs: tests: constify free space extent specsDavid Sterba2016-10-031-11/+11