summaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)Author
2025-12-04f2fs: revert summary entry count from 2048 to 512 in 16kb block supportDaeho Jeong
2025-12-04f2fs: fix uninitialized one_time_gc in victim_sel_policyXiaole He
2025-12-04f2fs: change the unlock parameter of f2fs_put_page to boolYongpeng Yang
2025-12-04f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page()Chao Yu
2025-10-24f2fs: maintain one time GC mode is enabled during whole zoned GC cycleDaeho Jeong
2025-09-16f2fs: fix to avoid migrating empty sectionChao Yu
2025-08-29f2fs: Use allocate_section_policy to control write priority in multi-devices ...Liao Yuanhong
2025-08-28f2fs: fix to do sanity check on node footer for non inode dnodeChao Yu
2025-07-29f2fs: add gc_boost_gc_greedy sysfs nodeDaeho Jeong
2025-07-29f2fs: add gc_boost_gc_multiple sysfs nodeDaeho Jeong
2025-07-24f2fs: ignore valid ratio when free section count is lowDaeho Jeong
2025-07-24f2fs: merge the two conditions to avoid code duplicationmason.zhang
2025-07-22f2fs: Add folio counterparts to page_private_flags functionsMatthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to IS_INODE()Matthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to ofs_of_node()Matthew Wilcox (Oracle)
2025-07-22f2fs: Add fio->folioMatthew Wilcox (Oracle)
2025-07-22f2fs: Pass a folio to F2FS_INODE()Matthew Wilcox (Oracle)
2025-07-09f2fs: introduce is_cur{seg,sec}()Chao Yu
2025-06-23f2fs: turn off one_time when forcibly set to foreground GCDaeho Jeong
2025-06-23f2fs: make sure zoned device GC to use FG_GC in shortage of free sectionDaeho Jeong
2025-05-30Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-28f2fs: introduce is_{meta,node}_folioChao Yu
2025-05-09f2fs: fix freezing filesystem during resizeChristian Brauner
2025-05-09super: add filesystem freezing helpers for suspend and hibernateChristian Brauner
2025-04-28f2fs: Convert dnode_of_data->node_page to node_folioMatthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in is_alive()Matthew Wilcox (Oracle)
2025-04-28f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in gc_node_segment()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in move_data_block()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in ra_data_block()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use folios in do_garbage_collect()Matthew Wilcox (Oracle)
2025-04-28f2fs: Use a folio in move_data_block()Matthew Wilcox (Oracle)
2025-04-10f2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu
2025-03-04f2fs: Convert gc_data_segment() to use a folioMatthew Wilcox (Oracle)
2025-03-04f2fs: Convert move_data_page() to use a folioMatthew Wilcox (Oracle)
2025-01-08f2fs: add parameter @len to f2fs_invalidate_internal_cache()Yi Sun
2024-12-16f2fs: The GC triggered by ioctl also needs to mark the segno as victimYongpeng Yang
2024-11-01f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu
2024-10-14f2fs: introduce f2fs_get_section_mtimeliuderong
2024-09-13f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong
2024-09-12f2fs: remove unused parametersliuderong
2024-09-11f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong
2024-09-11f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percentDaeho Jeong
2024-09-11f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong
2024-09-11f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong
2024-09-11f2fs: introduce migration_window_granularityDaeho Jeong
2024-09-11f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong
2024-07-10f2fs: use meta inode for GC of COW fileSunmin Jeong
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-06-12f2fs: fix to remove redundant SBI_NEED_FSCK flag setZhiguo Niu