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
/
backref.c
Age
Commit message (
Expand
)
Author
2025-07-22
btrfs: set search_commit_root to false in iterate_inodes_from_logical()
Filipe Manana
2025-07-21
btrfs: simplify debug print helpers without enabled printk
David Sterba
2025-07-21
btrfs: rename err to ret2 in resolve_indirect_refs()
David Sterba
2025-07-21
btrfs: pass struct rb_simple_node pointer directly in rb_simple_insert()
Pan Chuang
2025-07-21
btrfs: relocation: simplify unused logic related to LINK_LOWER
Daniel Vacek
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
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-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
2025-01-13
btrfs: update prelim_ref_insert() to use rb helpers
Roger L. Beckermeyer III
2025-01-13
btrfs: remove detached list from struct btrfs_backref_cache
Josef Bacik
2025-01-13
btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_node
Josef Bacik
2025-01-13
btrfs: simplify btrfs_backref_release_cache()
Josef Bacik
2025-01-13
btrfs: do not handle non-shareable roots in backref cache
Josef Bacik
2025-01-13
btrfs: remove the changed list for backref cache
Josef Bacik
2024-11-11
btrfs: pass fs_info to functions that search for delayed ref heads
Filipe Manana
2024-10-01
btrfs: drop the backref cache during relocation if we commit
Josef Bacik
2024-09-10
btrfs: constify more pointer parameters
David Sterba
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
btrfs: stop referencing btrfs_delayed_tree_ref directly
Josef Bacik
2024-05-07
btrfs: stop referencing btrfs_delayed_data_ref directly
Josef Bacik
2024-05-07
btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
Josef Bacik
2024-04-18
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
Johannes Thumshirn
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
2024-03-04
btrfs: uninline some static inline helpers from backref.h
David Sterba
2024-03-04
btrfs: open code btrfs_backref_get_eb()
David Sterba
2024-03-04
btrfs: delete pointless BUG_ONs on extent item size
David Sterba
2024-03-04
btrfs: handle invalid extent item reference found in extent_from_logical()
David Sterba
2024-03-04
btrfs: update comment and drop assertion in extent item lookup in find_parent...
David Sterba
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2023-10-23
btrfs: fix unwritten extent buffer after snapshotting a new subvolume
Filipe Manana
2023-10-12
btrfs: switch btrfs_backref_cache::is_reloc to bool
David Sterba
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
2023-08-21
btrfs: remove v0 extent handling
Qu Wenruo
2023-05-09
btrfs: fix backref walking not returning all inode refs
Filipe Manana
2023-03-29
btrfs: ignore fiemap path cache when there are multiple paths for a node
Filipe Manana
2023-02-15
btrfs: skip backref walking during fiemap if we know the leaf is shared
Filipe Manana
2023-02-15
btrfs: assert commit root semaphore is held when accessing backref cache
Filipe Manana
2022-12-20
btrfs: fix resolving backrefs for inline extent followed by prealloc
Boris Burkov
2022-12-05
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
btrfs: send: skip resolution of our own backref when finding clone source
Filipe Manana
2022-12-05
btrfs: send: avoid double extent tree search when finding clone source
Filipe Manana
2022-12-05
btrfs: send: skip unnecessary backref iterations
Filipe Manana
2022-12-05
btrfs: send: cache leaf to roots mapping during backref walking
Filipe Manana
2022-12-05
btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()
Filipe Manana
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
2022-12-05
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
[next]