summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tests/extent-io-tests.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: migrate extent_buffer::pages[] to folioQu Wenruo2023-12-151-2/+2
* btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo2023-08-211-0/+144
* btrfs: tests: enhance extent buffer bitmap testsQu Wenruo2023-08-211-51/+107
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-7/+6
* btrfs: open code set_extent_bitsDavid Sterba2023-06-191-5/+6
* btrfs: open code set_extent_delallocDavid Sterba2023-06-191-3/+3
* btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba2022-12-051-2/+2
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-15/+17
|\
| * btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-15/+17
* | btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig2022-09-261-1/+0
* | btrfs: unify the lock/unlock extent variantsJosef Bacik2022-09-261-3/+3
|/
* btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo2022-01-071-0/+52
* btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo2021-10-261-6/+6
* 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