index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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]