summaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-08f2fs: add parameter @len to f2fs_invalidate_internal_cache()Yi Sun1-1/+1
2024-12-16f2fs: The GC triggered by ioctl also needs to mark the segno as victimYongpeng Yang1-4/+7
2024-11-01f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...Zhiguo Niu1-0/+2
2024-10-14f2fs: introduce f2fs_get_section_mtimeliuderong1-13/+4
2024-09-13f2fs: forcibly migrate to secure space for zoned device file pinningDaeho Jeong1-2/+1
2024-09-12f2fs: remove unused parametersliuderong1-3/+3
2024-09-11f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong1-4/+12
2024-09-11f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percentDaeho Jeong1-3/+9
2024-09-11f2fs: do FG_GC when GC boosting is required for zoned devicesDaeho Jeong1-7/+17
2024-09-11f2fs: increase BG GC migration window granularity when boosted for zoned devicesDaeho Jeong1-2/+10
2024-09-11f2fs: introduce migration_window_granularityDaeho Jeong1-10/+21
2024-09-11f2fs: make BG GC more aggressive for zoned devicesDaeho Jeong1-4/+21
2024-07-11f2fs: use meta inode for GC of COW fileSunmin Jeong1-2/+5
2024-07-11f2fs: use meta inode for GC of atomic fileSunmin Jeong1-3/+3
2024-06-12f2fs: fix to remove redundant SBI_NEED_FSCK flag setZhiguo Niu1-1/+0
2024-06-12f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu1-0/+10
2024-05-11f2fs: fix to add missing iput() in gc_data_segment()Chao Yu1-2/+7
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim1-1/+1
2024-03-13f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu1-2/+5
2024-03-13f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu1-2/+0
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu1-5/+5
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu1-0/+3
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu1-1/+6
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong1-4/+10
2024-02-27f2fs: kill heap-based allocationJaegeuk Kim1-3/+2
2024-02-27f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong1-21/+28
2024-02-27f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim1-20/+20
2024-02-20f2fs: deprecate io_bitsJaegeuk Kim1-9/+1
2023-12-27f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang1-0/+3
2023-12-27f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao1-3/+3
2023-12-12f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu1-3/+2
2023-12-12f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu1-2/+0
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+12
2023-08-14f2fs: fix to account cp stats correctlyChao Yu1-0/+5
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-6/+7
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-3/+5
2023-06-26f2fs: check return value of freeze_super()Chao Yu1-1/+3
2023-06-12f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu1-3/+18
2023-06-12f2fs: Fix over-estimating free section during FG GCYonggil Song1-5/+11
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu1-1/+1
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim1-2/+2
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li1-2/+2
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim1-14/+13
2023-04-13f2fs: fix to keep consistent i_gc_rwsem lock orderChao Yu1-4/+4
2023-04-10f2fs: Fix system crash due to lack of free space in LFSYonggil Song1-2/+8
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li1-11/+4
2023-03-30f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim1-54/+85
2023-03-30f2fs: fix uninitialized skipped_gc_rwsemYonggil Song1-1/+1
2023-02-03f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu1-4/+4
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li1-2/+2