index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
gc.c
Age
Commit message (
Expand
)
Author
6 days
f2fs: parameterize block size and mask macros
Kelvin Zhang
6 days
f2fs: describe node tree geometry dynamically
Kelvin Zhang
6 days
f2fs: describe {i,d,id}node block layout dynamically
Kelvin Zhang
6 days
f2fs: describe NAT block layout dynamically
Kelvin Zhang
2026-08-25
f2fs: accurately adjust free_sections during free_segment_range
Daeho Jeong
2026-08-21
f2fs: fix to reset all pinned status during fggc
Chao Yu
2026-08-21
f2fs: fix to migrate all curseg types during free_segment_range
Daeho Jeong
2026-08-21
f2fs: avoid setting SBI_NEED_FSCK on transient resize failure
Daeho Jeong
2026-08-17
f2fs: fix to avoid pinfile fragment on fragment:{block, segment} mode
Chao Yu
2026-08-17
f2fs: cleanup w/ f2fs_need_rand_{blk, seg, seg_blk}
Chao Yu
2026-08-17
f2fs: fix to shrink gc_lock coverage in f2fs_gc_range()
Chao Yu
2026-08-11
f2fs: support dynamic reserve/release for device aliasing
Daeho Jeong
2026-07-28
f2fs: embed f2fs_gc_kthread in f2fs_sb_info
Chao Yu
2026-06-22
f2fs: fix wrong description in printed log
Chao Yu
2026-06-22
Revert "f2fs: remove non-uptodate folio from the page cache in move_data_block"
Zhaoyang Huang
2026-06-22
f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode
Chao Yu
2026-06-22
f2fs: optimize representative type determination in GC
Daeho Jeong
2026-04-21
Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-02
f2fs: fix to freeze GC and discard threads quickly
Daeho Jeong
2026-04-02
f2fs: fix to skip empty sections in f2fs_get_victim
Daeho Jeong
2026-03-24
f2fs: avoid reading already updated pages during GC
Jianan Huang
2026-03-24
f2fs:Fix incomplete search range in f2fs_get_victim when f2fs_need_rand_seg i...
liujinbao1
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-02-10
f2fs: sysfs: introduce critical_task_priority
Chao Yu
2026-01-17
f2fs: support non-4KB block size without packed_ssa feature
Daeho Jeong
2026-01-07
f2fs: trace elapsed time for cp_global_sem lock
Chao Yu
2026-01-07
f2fs: trace elapsed time for gc_lock lock
Chao Yu
2026-01-07
f2fs: trace elapsed time for cp_rwsem lock
Chao Yu
2026-01-07
f2fs: flush plug periodically during GC to maximize readahead effect
Daeho Jeong
2026-01-01
f2fs: remove non-uptodate folio from the page cache in move_data_block
Yongpeng Yang
2026-01-01
f2fs: fix to add gc count stat in f2fs_gc_range
Zhiguo Niu
2025-12-16
f2fs: improve check for enough free sections
Joanne Chang
2025-12-04
f2fs: revert summary entry count from 2048 to 512 in 16kb block support
Daeho Jeong
2025-12-04
f2fs: fix uninitialized one_time_gc in victim_sel_policy
Xiaole He
2025-12-04
f2fs: change the unlock parameter of f2fs_put_page to bool
Yongpeng Yang
2025-12-04
f2fs: use f2fs_filemap_get_folio() instead of f2fs_pagecache_get_page()
Chao Yu
2025-10-24
f2fs: maintain one time GC mode is enabled during whole zoned GC cycle
Daeho Jeong
2025-09-16
f2fs: fix to avoid migrating empty section
Chao Yu
2025-08-29
f2fs: Use allocate_section_policy to control write priority in multi-devices ...
Liao Yuanhong
2025-08-28
f2fs: fix to do sanity check on node footer for non inode dnode
Chao Yu
2025-07-29
f2fs: add gc_boost_gc_greedy sysfs node
Daeho Jeong
2025-07-29
f2fs: add gc_boost_gc_multiple sysfs node
Daeho Jeong
2025-07-24
f2fs: ignore valid ratio when free section count is low
Daeho Jeong
2025-07-24
f2fs: merge the two conditions to avoid code duplication
mason.zhang
2025-07-22
f2fs: Add folio counterparts to page_private_flags functions
Matthew Wilcox (Oracle)
2025-07-22
f2fs: Pass a folio to IS_INODE()
Matthew Wilcox (Oracle)
2025-07-22
f2fs: Pass a folio to ofs_of_node()
Matthew Wilcox (Oracle)
2025-07-22
f2fs: Add fio->folio
Matthew Wilcox (Oracle)
2025-07-22
f2fs: Pass a folio to F2FS_INODE()
Matthew Wilcox (Oracle)
2025-07-09
f2fs: introduce is_cur{seg,sec}()
Chao Yu
[next]