index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tests
/
extent-io-tests.c
Age
Commit message (
Expand
)
Author
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel SabatĂ© SolĂ
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
2025-07-21
btrfs: make extent_buffer_test_bit() return a boolean instead
Filipe Manana
2025-07-21
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
2025-05-15
btrfs: rename set_extent_bit() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: remove EXTENT_UPTODATE io tree flag
Filipe Manana
2025-03-18
btrfs: merge alloc_dummy_extent_buffer() helpers
David Sterba
2025-03-18
btrfs: don't pass nodesize to __alloc_extent_buffer()
David Sterba
2024-09-10
btrfs: convert find_lock_delalloc_range() to use a folio
Josef Bacik
2024-03-04
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
2023-12-15
btrfs: migrate extent_buffer::pages[] to folio
Qu Wenruo
2023-08-21
btrfs: tests: add self tests for extent buffer memory operations
Qu Wenruo
2023-08-21
btrfs: tests: enhance extent buffer bitmap tests
Qu Wenruo
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
btrfs: open code set_extent_bits
David Sterba
2023-06-19
btrfs: open code set_extent_delalloc
David Sterba
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-09-26
btrfs: stop tracking failed reads in the I/O tree
Christoph Hellwig
2022-09-26
btrfs: unify the lock/unlock extent variants
Josef Bacik
2022-09-11
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
2022-01-07
btrfs: selftests: dump extent io tree if extent-io-tree test failed
Qu Wenruo
2021-10-26
btrfs: subpage: avoid potential deadlock with compression and delalloc
Qu Wenruo
2020-12-08
btrfs: tests: remove invalid extent-io test
Qu Wenruo
2020-01-31
btrfs: Correctly handle empty trees in find_first_clear_extent_bit
Nikolay Borisov
2019-09-09
Btrfs: make test_find_first_clear_extent_bit fail on incorrect results
Filipe Manana
2019-09-09
Btrfs: fix memory leaks in the test test_find_first_clear_extent_bit
Filipe Manana
2019-07-04
btrfs: Evaluate io_tree in find_lock_delalloc_range()
Goldwyn Rodrigues
2019-07-01
btrfs: Don't trim returned range based on input value in find_first_clear_ext...
Nikolay Borisov
2019-04-29
btrfs: tests: drop messages when some tests finish
David Sterba
2019-04-29
btrfs: tests: properly initialize fs_info of extent buffer
David Sterba
2019-04-29
btrfs: tests: use standard error message after inode allocation failure
David Sterba
2019-04-29
btrfs: tests: use standard error message after extent buffer allocation failure
David Sterba
2019-04-29
btrfs: tests: use standard error message after fs_info allocation failure
David Sterba
2019-04-29
btrfs: tests: don't leak fs_info in extent_io bitmap tests
David Sterba
2019-04-29
btrfs: tests: handle fs_info allocation failure in extent_io tests
David Sterba
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
2018-12-17
btrfs: remove always true if branch in find_delalloc_range
Lu Fengqi
2018-12-17
btrfs: use EXPORT_FOR_TESTS for conditionally exported functions
Johannes Thumshirn
2018-12-17
btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
Nikolay Borisov
2018-12-17
btrfs: tests: Use BTRFS_MAX_EXTENT_SIZE to replace the intermediate number
Qu Wenruo
2018-12-17
btrfs: Remove extent_io_ops::set_bit_hook extent_io callback
Nikolay Borisov
2018-10-15
btrfs: tests: add separate stub for find_lock_delalloc_range
David Sterba
[next]