summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu2024-03-121-2/+5
* f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu2024-03-121-2/+0
* f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu2024-03-041-5/+5
* f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu2024-03-041-0/+3
* f2fs: fix to handle segment allocation failure correctlyChao Yu2024-02-291-1/+6
* f2fs: support file pinning for zoned devicesDaeho Jeong2024-02-271-4/+10
* f2fs: kill heap-based allocationJaegeuk Kim2024-02-271-3/+2
* f2fs: separate f2fs_gc_range() to use GC for a rangeDaeho Jeong2024-02-271-21/+28
* f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim2024-02-271-20/+20
* f2fs: deprecate io_bitsJaegeuk Kim2024-02-201-9/+1
* f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang2023-12-261-0/+3
* f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-261-3/+3
* f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2023-12-111-3/+2
* f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-111-2/+0
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-021-6/+12
|\
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-141-0/+5
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-141-6/+7
* | fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong2023-07-171-3/+5
|/
* f2fs: check return value of freeze_super()Chao Yu2023-06-261-1/+3
* f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu2023-06-121-3/+18
* f2fs: Fix over-estimating free section during FG GCYonggil Song2023-06-121-5/+11
* f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu2023-05-081-1/+1
* f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim2023-04-241-2/+2
* f2fs: add has_enough_free_secs()Yangtao Li2023-04-181-2/+2
* f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim2023-04-181-14/+13
* f2fs: fix to keep consistent i_gc_rwsem lock orderChao Yu2023-04-121-4/+4
* f2fs: Fix system crash due to lack of free space in LFSYonggil Song2023-04-101-2/+8
* f2fs: remove struct victim_selection default_v_opsYangtao Li2023-04-101-11/+4
* f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim2023-03-291-54/+85
* f2fs: fix uninitialized skipped_gc_rwsemYonggil Song2023-03-291-1/+1
* f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu2023-02-021-4/+4
* f2fs: convert discard_wake and gc_wake to bool typeYangtao Li2023-01-111-2/+2
* f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-3/+1
* f2fs: avoid to check PG_error flagChao Yu2023-01-061-1/+0
* f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig2023-01-061-3/+2
* Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-36/+43
|\
| * f2fs: reset wait_ms to default if any of the victims have been selectedYuwei Guan2022-12-121-0/+4
| * f2fs: refactor extent_cache to support for read and moreJaegeuk Kim2022-12-121-2/+2
| * f2fs: do some cleanup for f2fs module initYangtao Li2022-12-081-3/+1
| * f2fs: avoid victim selection from previous victim sectionYonggil Song2022-11-281-2/+3
| * f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu2022-11-281-6/+12
| * f2fs: optimize iteration over sparse directoriesChao Yu2022-11-111-2/+2
| * f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-011-6/+6
| * f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li2022-11-011-8/+7
| * f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li2022-11-011-10/+9
| * f2fs: Fix the race condition of resize flag between resizefsZhang Qilong2022-10-271-3/+2
| * f2fs: should put a page when checking the summary infoPavel Machek2022-10-251-0/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* f2fs: support recording errors into superblockChao Yu2022-10-041-0/+2