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
Age
Commit message (
Expand
)
Author
2025-11-25
btrfs: raid56: introduce a new parameter to locate a sector
Qu Wenruo
2025-11-25
btrfs: raid56: add an overview for the btrfs_raid_bio structure
Qu Wenruo
2025-11-24
btrfs: scrub: always update btrfs_scrub_progress::last_physical
Qu Wenruo
2025-11-24
btrfs: place all boolean fields together in struct find_free_extent_ctl
Filipe Manana
2025-11-24
btrfs: use booleans for delalloc arguments and struct find_free_extent_ctl
Filipe Manana
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
2025-11-24
btrfs: update check_skip variable after unlocking current node
Filipe Manana
2025-11-24
btrfs: abort transaction on item count overflow in __push_leaf_left()
Filipe Manana
2025-11-24
btrfs: always use right leaf variable in __push_leaf_left()
Filipe Manana
2025-11-24
btrfs: remove duplicated leaf dirty status clearing in __push_leaf_right()
Filipe Manana
2025-11-24
btrfs: always use left leaf variable in __push_leaf_right()
Filipe Manana
2025-11-24
btrfs: add unlikely to critical error in btrfs_extend_item()
Filipe Manana
2025-11-24
btrfs: remove pointless return value update in btrfs_del_items()
Filipe Manana
2025-11-24
btrfs: fix leaf leak in an error path in btrfs_del_items()
Filipe Manana
2025-11-24
btrfs: fix incomplete parameter rename in btrfs_decompress()
Zhen Ni
2025-11-24
btrfs: make a few more ASSERTs verbose
David Sterba
2025-11-24
btrfs: enable encoded read/write/send for bs > ps cases
Qu Wenruo
2025-11-24
btrfs: make read verification handle bs > ps cases without large folios
Qu Wenruo
2025-11-24
btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large folios
Qu Wenruo
2025-11-24
btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios
Qu Wenruo
2025-11-24
btrfs: move struct reserve_ticket definition to space-info.c
Filipe Manana
2025-11-24
btrfs: move and rename CSUM_FMT definition
David Sterba
2025-11-24
btrfs: tests: do trivial BTRFS_PATH_AUTO_FREE conversions
Sun YangKai
2025-11-24
btrfs: raid56: remove sector_ptr structure
Qu Wenruo
2025-11-24
btrfs: raid56: move sector_ptr::uptodate into a dedicated bitmap
Qu Wenruo
2025-11-24
btrfs: raid56: remove sector_ptr::has_paddr member
Qu Wenruo
2025-11-24
btrfs: simplify list initialization in btrfs_compr_pool_scan()
Baolin Liu
2025-11-24
btrfs: scrub: factor out parity scrub code into a helper
Qu Wenruo
2025-11-24
btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...
Qu Wenruo
2025-11-24
btrfs: use kvcalloc for btrfs_bio::csum allocation
Qu Wenruo
2025-11-24
btrfs: don't generate any code from ASSERT() in release builds
Gladyshev Ilya
2025-11-24
btrfs: introduce btrfs_bio::async_csum
Qu Wenruo
2025-11-24
btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking context
Qu Wenruo
2025-11-24
btrfs: remove btrfs_fs_info::compressed_write_workers
Qu Wenruo
2025-11-24
btrfs: make sure all btrfs_bio::end_io are called in task context
Qu Wenruo
2025-11-24
btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode
Qu Wenruo
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
2025-11-24
btrfs: replace BTRFS_MAX_BIO_SECTORS with BIO_MAX_VECS
Qu Wenruo
2025-11-24
btrfs: replace const_ilog2() with ilog2()
Andy Shevchenko
2025-11-24
btrfs: zoned: show statistics for zoned filesystems
Johannes Thumshirn
2025-11-24
btrfs: add ASSERTs on prealloc in qgroup functions
Miquel Sabaté Solà
2025-11-24
btrfs: apply the AUTO_K(V)FREE macros throughout the code
Miquel Sabaté Solà
2025-11-24
btrfs: define the AUTO_KFREE/AUTO_KVFREE helper macros
Miquel Sabaté Solà
2025-11-24
btrfs: declare free_ipath() via DEFINE_FREE()
Miquel Sabaté Solà
2025-11-24
btrfs: scrub: cancel the run if there is a pending signal
Qu Wenruo
2025-11-24
btrfs: scrub: cancel the run if the process or fs is being frozen
Qu Wenruo
2025-11-24
btrfs: scrub: add cancel/pause/removed bg checks for raid56 parity stripes
Qu Wenruo
2025-11-24
btrfs: annotate as unlikely fs aborted checks in space flushing code
Filipe Manana
2025-11-24
btrfs: avoid space_info locking when checking if tickets are served
Filipe Manana
2025-11-24
btrfs: move ticket wakeup and finalization to remove_ticket()
Filipe Manana
[prev]
[next]