index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
gc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...
Zhiguo Niu
2024-11-01
1
-0
/
+2
*
f2fs: introduce f2fs_get_section_mtime
liuderong
2024-10-14
1
-13
/
+4
*
f2fs: forcibly migrate to secure space for zoned device file pinning
Daeho Jeong
2024-09-13
1
-2
/
+1
*
f2fs: remove unused parameters
liuderong
2024-09-12
1
-3
/
+3
*
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
2024-09-11
1
-4
/
+12
*
f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percent
Daeho Jeong
2024-09-11
1
-3
/
+9
*
f2fs: do FG_GC when GC boosting is required for zoned devices
Daeho Jeong
2024-09-11
1
-7
/
+17
*
f2fs: increase BG GC migration window granularity when boosted for zoned devices
Daeho Jeong
2024-09-11
1
-2
/
+10
*
f2fs: introduce migration_window_granularity
Daeho Jeong
2024-09-11
1
-10
/
+21
*
f2fs: make BG GC more aggressive for zoned devices
Daeho Jeong
2024-09-11
1
-4
/
+21
*
f2fs: use meta inode for GC of COW file
Sunmin Jeong
2024-07-11
1
-2
/
+5
*
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
2024-07-11
1
-3
/
+3
*
f2fs: fix to remove redundant SBI_NEED_FSCK flag set
Zhiguo Niu
2024-06-12
1
-1
/
+0
*
f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
Chao Yu
2024-06-12
1
-0
/
+10
*
f2fs: fix to add missing iput() in gc_data_segment()
Chao Yu
2024-05-11
1
-2
/
+7
*
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-04-12
1
-1
/
+1
*
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
2024-03-13
1
-2
/
+5
*
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-13
1
-2
/
+0
*
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
2024-03-04
1
-5
/
+5
*
f2fs: fix to check return value of f2fs_gc_range
Zhiguo Niu
2024-03-04
1
-0
/
+3
*
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-29
1
-1
/
+6
*
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-27
1
-4
/
+10
*
f2fs: kill heap-based allocation
Jaegeuk Kim
2024-02-27
1
-3
/
+2
*
f2fs: separate f2fs_gc_range() to use GC for a range
Daeho Jeong
2024-02-27
1
-21
/
+28
*
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
2024-02-27
1
-20
/
+20
*
f2fs: deprecate io_bits
Jaegeuk Kim
2024-02-20
1
-9
/
+1
*
f2fs: Add error handling for negative returns from do_garbage_collect
Yongpeng Yang
2023-12-26
1
-0
/
+3
*
f2fs: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
2023-12-26
1
-3
/
+3
*
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-11
1
-3
/
+2
*
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
2023-12-11
1
-2
/
+0
*
Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-09-03
1
-6
/
+12
|
\
|
*
f2fs: fix to account cp stats correctly
Chao Yu
2023-08-14
1
-0
/
+5
|
*
f2fs: fix to account gc stats correctly
Chao Yu
2023-08-14
1
-6
/
+7
*
|
fs: distinguish between user initiated freeze and kernel initiated freeze
Darrick J. Wong
2023-07-17
1
-3
/
+5
|
/
*
f2fs: check return value of freeze_super()
Chao Yu
2023-06-26
1
-1
/
+3
*
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
2023-06-12
1
-3
/
+18
*
f2fs: Fix over-estimating free section during FG GC
Yonggil Song
2023-06-12
1
-5
/
+11
*
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
2023-05-08
1
-1
/
+1
*
f2fs: remove power-of-two limitation of zoned device
Jaegeuk Kim
2023-04-24
1
-2
/
+2
*
f2fs: add has_enough_free_secs()
Yangtao Li
2023-04-18
1
-2
/
+2
*
f2fs: refactor f2fs_gc to call checkpoint in urgent condition
Jaegeuk Kim
2023-04-18
1
-14
/
+13
*
f2fs: fix to keep consistent i_gc_rwsem lock order
Chao Yu
2023-04-13
1
-4
/
+4
*
f2fs: Fix system crash due to lack of free space in LFS
Yonggil Song
2023-04-10
1
-2
/
+8
*
f2fs: remove struct victim_selection default_v_ops
Yangtao Li
2023-04-10
1
-11
/
+4
*
f2fs: factor out victim_entry usage from general rb_tree use
Jaegeuk Kim
2023-03-30
1
-54
/
+85
*
f2fs: fix uninitialized skipped_gc_rwsem
Yonggil Song
2023-03-30
1
-1
/
+1
*
f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
Chao Yu
2023-02-02
1
-4
/
+4
*
f2fs: convert discard_wake and gc_wake to bool type
Yangtao Li
2023-01-11
1
-2
/
+2
*
f2fs: merge f2fs_show_injection_info() into time_to_inject()
Yangtao Li
2023-01-11
1
-3
/
+1
*
f2fs: avoid to check PG_error flag
Chao Yu
2023-01-07
1
-1
/
+0
[next]