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
/
f2fs
/
segment.c
Age
Commit message (
Expand
)
Author
2025-05-28
f2fs: fix to skip f2fs_balance_fs() if checkpoint is disabled
Chao Yu
2025-05-28
f2fs: add ckpt_valid_blocks to the section entry
yohan.joung
2025-05-06
f2fs: support FAULT_TIMEOUT
Chao Yu
2025-05-06
f2fs: fix to bail out in get_new_segment()
Chao Yu
2025-04-28
f2fs: zone: fix to calculate first_zoned_segno correctly
Chao Yu
2025-04-28
f2fs: Convert fsync_node_entry->page to folio
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in f2fs_wait_on_block_writeback()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in change_curseg()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Add f2fs_get_sum_folio()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Convert f2fs_get_meta_page_retry() to f2fs_get_meta_folio_retry()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in read_normal_summaries()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in read_compacted_summaries()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in build_sit_entries()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in write_compacted_summaries()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in write_current_sum_page()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in f2fs_update_meta_page()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Convert get_next_sit_page() to get_next_sit_folio()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Pass a folio to f2fs_submit_merged_ipu_write()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Introduce fio_inode()
Matthew Wilcox (Oracle)
2025-04-10
f2fs: fix to set atomic write status more clear
Chao Yu
2025-03-18
f2fs: fix missing discard for active segments
Chunhai Guo
2025-03-04
f2fs: Convert f2fs_in_warm_node_list() to take a folio
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Use a folio in do_write_page()
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Add f2fs_folio_wait_writeback()
Matthew Wilcox (Oracle)
2025-02-28
f2fs: fix to set .discard_granularity correctly
Chao Yu
2025-02-12
f2fs: fix to avoid panic once fallocation fails for pinfile
Chao Yu
2025-01-25
f2fs: fix inconsistent dirty state of atomic file
Jianan Huang
2025-01-22
f2fs: fix to avoid changing 'check only' behaior of recovery
Zhiguo Niu
2025-01-22
f2fs: fix to avoid return invalid mtime from f2fs_get_section_mtime()
Chao Yu
2025-01-13
f2fs: add parameter @len to f2fs_invalidate_blocks()
Yi Sun
2025-01-08
f2fs: update_sit_entry_for_release() supports consecutive blocks.
Yi Sun
2025-01-08
f2fs: introduce update_sit_entry_for_release/alloc()
Yi Sun
2025-01-08
f2fs: add parameter @len to f2fs_invalidate_internal_cache()
Yi Sun
2024-11-23
f2fs: fix to drop all discards after creating snapshot on lvm device
Chao Yu
2024-11-21
f2fs: fix changing cursegs if recovery fails on zoned device
Sheng Yong
2024-11-01
f2fs: fix to convert log type to segment data type correctly
Chao Yu
2024-11-01
f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
Chao Yu
2024-11-01
f2fs: check curseg->inited before write_sum_page in change_curseg
Yongpeng Yang
2024-11-01
f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
LongPing Wei
2024-11-01
f2fs: zone: introduce first_zoned_segno in f2fs_sb_info
Chao Yu
2024-11-01
f2fs: decrease spare area for pinned files for zoned devices
Daeho Jeong
2024-10-14
f2fs: introduce f2fs_get_section_mtime
liuderong
2024-09-12
f2fs: remove unused parameters
liuderong
2024-09-11
f2fs: fix to don't panic system for no free segment fault injection
Chao Yu
2024-09-11
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
2024-09-11
f2fs: prevent atomic file from being dirtied before commit
Daeho Jeong
2024-09-06
f2fs: get rid of page->index
Chao Yu
2024-09-06
f2fs: convert f2fs_do_write_meta_page() to use folio
Chao Yu
2024-08-21
f2fs: check discard support for conventional zones
Shin'ichiro Kawasaki
[next]