index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
gc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
f2fs: fix to avoid migrating empty section
Chao Yu
1
-1
/
+15
2025-10-12
f2fs: fix to do sanity check on node footer for non inode dnode
Chao Yu
1
-2
/
+2
2025-07-29
f2fs: add gc_boost_gc_greedy sysfs node
Daeho Jeong
1
-1
/
+2
2025-07-29
f2fs: add gc_boost_gc_multiple sysfs node
Daeho Jeong
1
-1
/
+2
2025-07-24
f2fs: ignore valid ratio when free section count is low
Daeho Jeong
1
-6
/
+12
2025-07-24
f2fs: merge the two conditions to avoid code duplication
mason.zhang
1
-6
/
+1
2025-07-22
f2fs: Add folio counterparts to page_private_flags functions
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-07-22
f2fs: Pass a folio to IS_INODE()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Pass a folio to ofs_of_node()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-22
f2fs: Add fio->folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-07-22
f2fs: Pass a folio to F2FS_INODE()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-09
f2fs: introduce is_cur{seg,sec}()
Chao Yu
1
-1
/
+1
2025-06-23
f2fs: turn off one_time when forcibly set to foreground GC
Daeho Jeong
1
-0
/
+1
2025-06-23
f2fs: make sure zoned device GC to use FG_GC in shortage of free section
Daeho Jeong
1
-1
/
+1
2025-05-30
Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
1
-71
/
+72
2025-05-28
f2fs: introduce is_{meta,node}_folio
Chao Yu
1
-1
/
+1
2025-05-09
f2fs: fix freezing filesystem during resize
Christian Brauner
1
-3
/
+3
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
1
-3
/
+3
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-04-28
f2fs: Use a folio in is_alive()
Matthew Wilcox (Oracle)
1
-11
/
+11
2025-04-28
f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-04-28
f2fs: Use a folio in gc_node_segment()
Matthew Wilcox (Oracle)
1
-8
/
+8
2025-04-28
f2fs: Use a folio in move_data_block()
Matthew Wilcox (Oracle)
1
-9
/
+8
2025-04-28
f2fs: Use a folio in ra_data_block()
Matthew Wilcox (Oracle)
1
-15
/
+15
2025-04-28
f2fs: Use folios in do_garbage_collect()
Matthew Wilcox (Oracle)
1
-14
/
+12
2025-04-28
f2fs: Use a folio in move_data_block()
Matthew Wilcox (Oracle)
1
-16
/
+17
2025-04-10
f2fs: zone: fix to avoid inconsistence in between SIT and SSA
Chao Yu
1
-0
/
+3
2025-03-04
f2fs: Convert gc_data_segment() to use a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2025-03-04
f2fs: Convert move_data_page() to use a folio
Matthew Wilcox (Oracle)
1
-17
/
+17
2025-01-08
f2fs: add parameter @len to f2fs_invalidate_internal_cache()
Yi Sun
1
-1
/
+1
2024-12-16
f2fs: The GC triggered by ioctl also needs to mark the segno as victim
Yongpeng Yang
1
-4
/
+7
2024-11-01
f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGENT_MID
Zhiguo Niu
1
-0
/
+2
2024-10-14
f2fs: introduce f2fs_get_section_mtime
liuderong
1
-13
/
+4
2024-09-13
f2fs: forcibly migrate to secure space for zoned device file pinning
Daeho Jeong
1
-2
/
+1
2024-09-12
f2fs: remove unused parameters
liuderong
1
-3
/
+3
2024-09-11
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
1
-4
/
+12
2024-09-11
f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percent
Daeho Jeong
1
-3
/
+9
2024-09-11
f2fs: do FG_GC when GC boosting is required for zoned devices
Daeho Jeong
1
-7
/
+17
2024-09-11
f2fs: increase BG GC migration window granularity when boosted for zoned devices
Daeho Jeong
1
-2
/
+10
2024-09-11
f2fs: introduce migration_window_granularity
Daeho Jeong
1
-10
/
+21
2024-09-11
f2fs: make BG GC more aggressive for zoned devices
Daeho Jeong
1
-4
/
+21
2024-07-10
f2fs: use meta inode for GC of COW file
Sunmin Jeong
1
-2
/
+5
2024-07-10
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
1
-3
/
+3
2024-06-12
f2fs: fix to remove redundant SBI_NEED_FSCK flag set
Zhiguo Niu
1
-1
/
+0
2024-06-12
f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
Chao Yu
1
-0
/
+10
2024-05-11
f2fs: fix to add missing iput() in gc_data_segment()
Chao Yu
1
-2
/
+7
2024-04-12
f2fs: use folio_test_writeback
Jaegeuk Kim
1
-1
/
+1
2024-03-12
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
1
-2
/
+5
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
1
-2
/
+0
2024-03-04
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
1
-5
/
+5
[next]