summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/extent-io-tests.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: tests: remove invalid extent-io testQu Wenruo2020-12-081-15/+11
* btrfs: Correctly handle empty trees in find_first_clear_extent_bitNikolay Borisov2020-01-311-0/+9
* Btrfs: make test_find_first_clear_extent_bit fail on incorrect resultsFilipe Manana2019-09-091-7/+22
* Btrfs: fix memory leaks in the test test_find_first_clear_extent_bitFilipe Manana2019-09-091-0/+2
* btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues2019-07-041-14/+16
* btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov2019-07-011-0/+87
* btrfs: tests: drop messages when some tests finishDavid Sterba2019-04-291-1/+0
* btrfs: tests: properly initialize fs_info of extent bufferDavid Sterba2019-04-291-1/+1
* btrfs: tests: use standard error message after inode allocation failureDavid Sterba2019-04-291-1/+1
* btrfs: tests: use standard error message after extent buffer allocation failureDavid Sterba2019-04-291-2/+2
* btrfs: tests: use standard error message after fs_info allocation failureDavid Sterba2019-04-291-1/+1
* btrfs: tests: don't leak fs_info in extent_io bitmap testsDavid Sterba2019-04-291-7/+9
* btrfs: tests: handle fs_info allocation failure in extent_io testsDavid Sterba2019-04-291-0/+4
* btrfs: Introduce extent_io_tree::owner to distinguish different io_treesQu Wenruo2019-04-291-1/+5
* btrfs: Introduce fs_info to extent_io_treeQu Wenruo2019-04-291-1/+1
* 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: 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: tests: drop newline from test_msg stringsDavid Sterba2018-05-291-4/+4
* btrfs: tests: add helper for error messages and update themDavid Sterba2018-05-291-37/+38
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-151-3/+3
* Btrfs: replace tree->mapping with tree->private_dataJosef Bacik2017-06-191-1/+1
* btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney2016-12-061-1/+4
* btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-301-1/+1
* Btrfs: fix extent buffer bitmap tests on big-endian systemsOmar Sandoval2016-10-031-36/+51
* Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu2016-06-061-1/+11
* Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu2016-06-061-19/+30
* Btrfs: self-tests: Support non-4k page sizeFeifei Xu2016-06-021-13/+14
* btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-291-3/+3
* btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-1/+1
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-21/+21
* btrfs: tests: switch to GFP_KERNELDavid Sterba2016-01-221-6/+6
* Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...Chris Mason2016-01-111-5/+6
|\
| * Btrfs: use linux/sizes.h to represent constantsByongho Lee2016-01-071-5/+6
* | Btrfs: add extent buffer bitmap sanity testsOmar Sandoval2015-12-171-2/+136
|/
* btrfs: switch extent_state state to unsignedDavid Sterba2015-01-211-2/+1
* Btrfs: add tests for find_lock_delalloc_rangeJosef Bacik2013-11-111-0/+276