aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tests
AgeCommit message (Expand)AuthorFilesLines
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeGravatar David Sterba 1-5/+5
2018-10-15Btrfs: extent_map: use rb_first_cachedGravatar Liu Bo 1-2/+2
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extentGravatar Lu Fengqi 1-10/+10
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroupGravatar Lu Fengqi 1-2/+2
2018-05-29btrfs: tests: drop newline from test_msg stringsGravatar David Sterba 8-22/+22
2018-05-29btrfs: tests: add helper for error messages and update themGravatar David Sterba 8-401/+412
2018-05-28btrfs: Remove fs_info argument from __remove_from_free_space_treeGravatar Nikolay Borisov 1-8/+8
2018-05-28btrfs: Remove fs_info parameter from convert_free_space_to_extentsGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: Remove fs_info argument from convert_free_space_to_bitmapsGravatar Nikolay Borisov 1-3/+2
2018-05-28btrfs: Remove fs_info parameter from remove_block_group_free_spaceGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: Remove fs_info argument from __add_to_free_space_treeGravatar Nikolay Borisov 1-13/+13
2018-05-28btrfs: Remove fs_info argument from add_block_group_free_spaceGravatar Nikolay Borisov 1-1/+1
2018-05-28btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info fieldGravatar Nikolay Borisov 4-9/+12
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointGravatar David Sterba 1-4/+4
2018-05-28btrfs: tests: pass fs_info to extent_map testsGravatar David Sterba 1-16/+36
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 8-112/+8
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-16/+3
2018-03-31btrfs: tests/qgroup: Fix wrong tree backref levelGravatar Qu Wenruo 1-1/+1
2018-03-26Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_mapGravatar Colin Ian King 1-1/+1
2018-03-26btrfs: remove redundant check on ret and gotoGravatar Colin Ian King 1-2/+1
2018-01-22Btrfs: extent map selftest: dio write vs dio readGravatar Liu Bo 1-0/+89
2018-01-22Btrfs: extent map selftest: buffered write vs dio readGravatar Liu Bo 1-0/+74
2018-01-22Btrfs: add extent map selftestsGravatar Liu Bo 3-0/+207
2018-01-22btrfs: Remove redundant FLAG_VACANCYGravatar Nikolay Borisov 1-5/+0
2018-01-22btrfs: sink gfp parameter to clear_extent_bitGravatar David Sterba 1-8/+4
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesGravatar Filipe Manana 2-9/+9
2017-11-01Btrfs: rework outstanding_extentsGravatar Josef Bacik 1-14/+4
2017-11-01btrfs: add a flag to iterate_inodes_from_logical to find all extent refs for ...Gravatar Zygo Blaxell 1-10/+20
2017-10-30btrfs: Replace opencoded sizes with their symbolic constantsGravatar Nikolay Borisov 1-1/+1
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Gravatar Christophe JAILLET 1-1/+2
2017-08-16btrfs: remove unused sectorsize memberGravatar Nikolay Borisov 2-2/+1
2017-06-19Btrfs: replace tree->mapping with tree->private_dataGravatar Josef Bacik 1-1/+1
2017-04-18btrfs: remove unused qgroup members from btrfs_trans_handleGravatar David Sterba 1-1/+0
2017-02-28btrfs: Make get_extent_t take btrfs_inodeGravatar Nikolay Borisov 1-21/+23
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-41/+44
2016-12-14radix-tree: improve multiorder iteratorsGravatar Matthew Wilcox 1-1/+1
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Gravatar Matthew Wilcox 1-0/+1
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoGravatar Jeff Mahoney 8-40/+43
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itGravatar David Sterba 1-1/+1
2016-10-12Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Chris Mason 2-116/+160
2016-10-03btrfs: tests: uninline member definitions in free_space_extentGravatar David Sterba 1-1/+2
2016-10-03btrfs: tests: constify free space extent specsGravatar David Sterba 1-11/+11
2016-10-03Btrfs: expand free space tree sanity tests to catch endianness bugGravatar Omar Sandoval 1-68/+96
2016-10-03Btrfs: fix extent buffer bitmap tests on big-endian systemsGravatar Omar Sandoval 1-36/+51
2016-09-26Btrfs: add a flags field to btrfs_fs_infoGravatar Josef Bacik 1-1/+1
2016-09-26btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band de...Gravatar Qu Wenruo 1-6/+6
2016-07-26btrfs: tests, require fs_info for rootGravatar Jeff Mahoney 7-55/+90
2016-07-26btrfs: tests, move initialization into tests/Gravatar Jeff Mahoney 2-34/+48
2016-06-23Btrfs: fix error return code in btrfs_init_test_fs()Gravatar Wei Yongjun 1-1/+1