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.18-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_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.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
/
tree-log.c
Age
Commit message (
Expand
)
Author
2025-08-22
btrfs: avoid load/store tearing races when checking if an inode was logged
Filipe Manana
2025-08-22
btrfs: fix race between setting last_dir_index_offset and inode logging
Filipe Manana
2025-08-22
btrfs: fix race between logging inode and checking if it was logged before
Filipe Manana
2025-08-07
btrfs: error on missing block group when unaccounting log tree extent buffers
Filipe Manana
2025-08-06
btrfs: fix log tree replay failure due to file with 0 links and extents
Filipe Manana
2025-07-22
btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()
Filipe Manana
2025-07-22
btrfs: don't skip remaining extrefs if dir not found during log replay
Filipe Manana
2025-07-22
btrfs: don't ignore inode missing when replaying log tree
Filipe Manana
2025-07-22
btrfs: populate otime when logging an inode item
Qu Wenruo
2025-07-22
btrfs: tree-log: don't use token set/get accessors in fill_inode_item()
David Sterba
2025-07-21
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
2025-07-21
btrfs: split inode extref processing from __add_inode_ref() into a helper
Filipe Manana
2025-07-21
btrfs: split inode ref processing from __add_inode_ref() into a helper
Filipe Manana
2025-07-21
btrfs: remove unused parameters from btrfs_lookup_inode_extref()
Sun YangKai
2025-07-21
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
2025-07-21
btrfs: switch del_all argument of replay_dir_deletes() from int to bool
Filipe Manana
2025-07-21
btrfs: pass NULL index to btrfs_del_inode_ref() where not needed
Filipe Manana
2025-07-21
btrfs: allocate scratch eb earlier at btrfs_log_new_name()
Filipe Manana
2025-07-21
btrfs: allocate path earlier at btrfs_log_new_name()
Filipe Manana
2025-07-21
btrfs: allocate path earlier at btrfs_del_dir_entries_in_log()
Filipe Manana
2025-07-21
btrfs: assert we join log transaction at btrfs_del_dir_entries_in_log()
Filipe Manana
2025-07-21
btrfs: use btrfs_del_item() at del_logged_dentry()
Filipe Manana
2025-07-21
btrfs: assert we join log transaction at btrfs_del_inode_ref_in_log()
Filipe Manana
2025-07-21
btrfs: simplify error detection flow during log replay
Filipe Manana
2025-07-21
btrfs: remove redundant path release when replaying a log tree
Filipe Manana
2025-07-21
btrfs: abort transaction during log replay if walk_log_tree() failed
Filipe Manana
2025-07-21
btrfs: unfold transaction aborts when replaying log trees
Filipe Manana
2025-06-27
btrfs: record new subvolume in parent dir earlier to avoid dir logging races
Filipe Manana
2025-06-27
btrfs: fix inode lookup error handling during log replay
Filipe Manana
2025-06-27
btrfs: fix iteration of extrefs during log replay
Filipe Manana
2025-06-27
btrfs: fix missing error handling when searching for inode refs during log re...
Filipe Manana
2025-06-19
btrfs: don't silently ignore unexpected extent type when replaying log
Filipe Manana
2025-06-19
btrfs: fix invalid inode pointer dereferences during log replay
Filipe Manana
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
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 the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: fix fsync of files with no hard links not persisting deletion
Filipe Manana
2025-03-18
btrfs: remove end_no_trans label from btrfs_log_inode_parent()
Filipe Manana
2025-03-18
btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()
Filipe Manana
2025-03-18
btrfs: remove redundant else statement from btrfs_log_inode_parent()
Filipe Manana
2025-03-18
btrfs: use memcmp_extent_buffer() at replay_one_extent()
Filipe Manana
2025-03-18
btrfs: update outdated comment for overwrite_item()
Filipe Manana
2025-03-18
btrfs: use variables to store extent buffer and slot at overwrite_item()
Filipe Manana
2025-03-18
btrfs: avoid unnecessary memory allocation and copy at overwrite_item()
Filipe Manana
2025-03-18
btrfs: make btrfs_iget() return a btrfs inode instead
Filipe Manana
[next]