summaryrefslogtreecommitdiff
path: root/fs/btrfs/tests/extent-io-tests.c
AgeCommit message (Expand)Author
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: remove EXTENT_UPTODATE io tree flagFilipe Manana
2025-03-18btrfs: merge alloc_dummy_extent_buffer() helpersDavid Sterba
2025-03-18btrfs: don't pass nodesize to __alloc_extent_buffer()David Sterba
2024-09-10btrfs: convert find_lock_delalloc_range() to use a folioJosef Bacik
2024-03-04btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()David Sterba
2023-12-15btrfs: migrate extent_buffer::pages[] to folioQu Wenruo
2023-08-21btrfs: tests: add self tests for extent buffer memory operationsQu Wenruo
2023-08-21btrfs: tests: enhance extent buffer bitmap testsQu Wenruo
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: open code set_extent_bitsDavid Sterba
2023-06-19btrfs: open code set_extent_delallocDavid Sterba
2022-12-05btrfs: drop private_data parameter from extent_io_tree_initDavid Sterba
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-26btrfs: stop tracking failed reads in the I/O treeChristoph Hellwig
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik
2022-09-11btrfs: convert process_page_range() to use filemap_get_folios_contig()Vishal Moola (Oracle)
2022-01-07btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo
2021-10-26btrfs: subpage: avoid potential deadlock with compression and delallocQu Wenruo
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