summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/extent-io-tests.c
AgeCommit message (Expand)Author
2020-12-08btrfs: tests: remove invalid extent-io testQu Wenruo
2020-01-31btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov
2019-09-09Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana
2019-09-09Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov
2019-04-29btrfs: tests: drop messages when some tests finishDavid Sterba
2019-04-29btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba
2019-04-29btrfs: tests: use standard error message after inode allocation failureDavid Sterba
2019-04-29btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba
2019-04-29btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba
2019-04-29btrfs: tests: don't leak fs_info in extent_io bitmap testsDavid Sterba
2019-04-29btrfs: tests: handle fs_info allocation failure in extent_io testsDavid Sterba
2019-04-29btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo
2019-04-29btrfs: Introduce fs_info to extent_io_treeQu Wenruo
2018-12-17btrfs: remove always true if branch in find_delalloc_rangeLu Fengqi
2018-12-17btrfs: use EXPORT_FOR_TESTS for conditionally exported functionsJohannes Thumshirn
2018-12-17btrfs: Sink find_lock_delalloc_range's 'max_bytes' argumentNikolay Borisov
2018-12-17btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate numberQu Wenruo
2018-12-17btrfs: Remove extent_io_ops::set_bit_hook extent_io callbackNikolay Borisov
2018-10-15btrfs: tests: add separate stub for find_lock_delalloc_rangeDavid Sterba
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-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana
2017-06-19Btrfs: replace tree->mapping with tree->private_dataJosef Bacik
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-03Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-04-29btrfs: sink gfp parameter to set_extent_delallocDavid Sterba
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22btrfs: tests: switch to GFP_KERNELDavid Sterba
2016-01-11Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason
2016-01-07Btrfs: use linux/sizes.h to represent constantsByongho Lee
2015-12-17Btrfs: add extent buffer bitmap sanity testsOmar Sandoval
2015-01-21btrfs: switch extent_state state to unsignedDavid Sterba
2013-11-11Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik