index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent_io.c
Age
Commit message (
Expand
)
Author
3 days
btrfs: fix incorrect readahead expansion length
Boris Burkov
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: prepare compression folio alloc/free for bs > ps cases
Qu Wenruo
2025-09-23
btrfs: fix the incorrect max_bytes value for find_lock_delalloc_range()
Qu Wenruo
2025-09-23
btrfs: return any hit error from extent_writepage_io()
Qu Wenruo
2025-09-23
btrfs: mark extent buffer alignment checks as unlikely
Filipe Manana
2025-09-23
btrfs: store and use node size in local variable in check_eb_alignment()
Filipe Manana
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-09-22
btrfs: try to search for data csums in commit root
Boris Burkov
2025-09-02
btrfs: fix corruption reading compressed range when block size is smaller tha...
Qu Wenruo
2025-08-13
btrfs: clear TAG_TOWRITE from buffer tree when submitting a tree block
Qu Wenruo
2025-08-13
btrfs: clear block dirty if btrfs_writepage_cow_fixup() failed
Qu Wenruo
2025-08-13
btrfs: clear block dirty if submit_one_sector() failed
Qu Wenruo
2025-08-07
btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()
Leo Martins
2025-07-22
btrfs: use clear_and_wake_up_bit() where open coded
David Sterba
2025-07-22
btrfs: index buffer_tree using node size
Daniel Vacek
2025-07-22
btrfs: use readahead_expand() on compressed extents
Boris Burkov
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
2025-07-21
btrfs: make extent_buffer_test_bit() return a boolean instead
Filipe Manana
2025-07-21
btrfs: use folio_end() where appropriate
David Sterba
2025-07-21
btrfs: use btrfs_root_id() where not done yet
David Sterba
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
2025-07-21
btrfs: add comment for optimization in free_extent_buffer()
Filipe Manana
2025-07-21
btrfs: reorganize logic at free_extent_buffer() for better readability
Filipe Manana
2025-07-21
btrfs: rename btrfs_subpage structure
Qu Wenruo
2025-06-19
btrfs: fix double unlock of buffer_tree xarray when releasing subpage eb
Filipe Manana
2025-05-27
btrfs: don't drop a reference if btrfs_check_write_meta_pointer() fails
Josef Bacik
2025-05-15
btrfs: fix broken drop_caches on extent buffer folios
Boris Burkov
2025-05-15
btrfs: get rid of goto in alloc_test_extent_buffer()
Daniel Vacek
2025-05-15
btrfs: use buffer xarray for extent buffer writeback operations
Josef Bacik
2025-05-15
btrfs: set DIRTY and WRITEBACK tags on the buffer_tree
Josef Bacik
2025-05-15
btrfs: convert the buffer_radix to an xarray
Josef Bacik
2025-05-15
btrfs: subpage: reject tree blocks which are not nodesize aligned
Qu Wenruo
2025-05-15
btrfs: move folio initialization to one place in attach_eb_folio_to_filemap()
Daniel Vacek
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
2025-05-15
btrfs: track the next file offset in struct btrfs_bio_ctrl
Christoph Hellwig
2025-05-15
btrfs: remove the alignment checks in end_bbio_data_read()
Christoph Hellwig
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to count, test and get bit ranges in io trees
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: use folio_contains() for EOF detection
Qu Wenruo
2025-05-15
btrfs: remove unnecessary early exits in delalloc folio lock and unlock
Qu Wenruo
[next]