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
/
zoned.c
Age
Commit message (
Expand
)
Author
2025-08-28
btrfs: constify more pointer parameters
David Sterba
2025-08-28
btrfs: zoned: fix write time activation failure for metadata block group
Naohiro Aota
2025-08-28
btrfs: zoned: do not select metadata BG as finish target
Naohiro Aota
2025-08-28
btrfs: zoned: use filesystem size not disk size for reclaim decision
Johannes Thumshirn
2025-04-25
btrfs: zoned: fix zone finishing with missing devices
Johannes Thumshirn
2025-04-25
btrfs: zoned: fix zone activation with missing devices
Johannes Thumshirn
2024-10-17
btrfs: zoned: fix missing RCU locking in error message when loading zone info
Filipe Manana
2024-06-21
btrfs: zoned: fix use-after-free due to race with dev replace
Filipe Manana
2024-06-21
btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_info
Christoph Hellwig
2024-06-21
btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...
Christoph Hellwig
2024-06-21
btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_info
Christoph Hellwig
2024-06-21
btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
Christoph Hellwig
2024-01-31
btrfs: zoned: fix lock ordering in btrfs_zone_activate()
Naohiro Aota
2023-08-22
btrfs: zoned: skip splitting and logical rewriting on pre-alloc write
Naohiro Aota
2023-08-21
btrfs: zoned: do not zone finish data relocation block group
Naohiro Aota
2023-08-21
btrfs: zoned: no longer count fresh BG region as zone unusable
Naohiro Aota
2023-08-21
btrfs: zoned: activate metadata block group on write time
Naohiro Aota
2023-08-21
btrfs: zoned: reserve zones for an active metadata/system block group
Naohiro Aota
2023-08-21
btrfs: zoned: update meta write pointer on zone finish
Naohiro Aota
2023-08-21
btrfs: zoned: defer advancing meta write pointer
Naohiro Aota
2023-08-21
btrfs: zoned: return int from btrfs_check_meta_write_pointer
Naohiro Aota
2023-08-21
btrfs: zoned: introduce block group context to btrfs_eb_write_context
Naohiro Aota
2023-08-21
btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_info
Julia Lawall
2023-07-20
btrfs: zoned: do not enable async discard
Naohiro Aota
2023-06-19
btrfs: open code btrfs_map_sblock
Christoph Hellwig
2023-06-19
btrfs: pass the new logical address to split_extent_map
Christoph Hellwig
2023-06-19
btrfs: defer splitting of ordered extents until I/O completion
Christoph Hellwig
2023-06-19
btrfs: optimize the logical to physical mapping for zoned writes
Christoph Hellwig
2023-06-19
btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
Christoph Hellwig
2023-06-19
btrfs: drop gfp from parameter extent state helpers
David Sterba
2023-06-19
btrfs: pass NOWAIT for set/clear extent bits as another bit
David Sterba
2023-06-19
btrfs: open code set_extent_bits_nowait
David Sterba
2023-06-19
btrfs: don't hold an extra reference for redirtied buffers
Christoph Hellwig
2023-06-19
btrfs: export bitmap_test_range_all_{set,zero}
Naohiro Aota
2023-05-10
btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
Christoph Hellwig
2023-05-10
btrfs: zoned: fix full zone super block reading on ZNS
Naohiro Aota
2023-04-28
btrfs: zoned: fix wrong use of bitops API in btrfs_ensure_empty_zones
Naohiro Aota
2023-04-17
btrfs: introduce btrfs_bio::fs_info member
Qu Wenruo
2023-03-15
btrfs: zoned: drop space_info->active_total_bytes
Naohiro Aota
2023-03-15
btrfs: zoned: count fresh BG region as zone unusable
Naohiro Aota
2023-03-15
btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
Josef Bacik
2023-03-15
btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
Naohiro Aota
2023-02-15
btrfs: don't rely on unchanging ->bi_bdev for zone append remaps
Christoph Hellwig
2023-02-15
btrfs: never return true for reads in btrfs_use_zone_append
Christoph Hellwig
2023-02-15
btrfs: pass a btrfs_bio to btrfs_use_append
Christoph Hellwig
2023-02-15
btrfs: split zone append bios in btrfs_submit_bio
Christoph Hellwig
2023-02-15
btrfs: calculate file system wide queue limit for zoned mode
Christoph Hellwig
2023-02-15
btrfs: handle recording of zoned writes in the storage layer
Christoph Hellwig
2023-02-13
btrfs: zoned: fix uninitialized variable warning in btrfs_get_dev_zones
Naohiro Aota
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_sb_log_location
Josef Bacik
[next]