index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
gc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-03-04
f2fs: fix to check return value of f2fs_gc_range
Zhiguo Niu
1
-0
/
+3
2024-02-29
f2fs: fix to handle segment allocation failure correctly
Chao Yu
1
-1
/
+6
2024-02-27
f2fs: support file pinning for zoned devices
Daeho Jeong
1
-4
/
+10
2024-02-27
f2fs: kill heap-based allocation
Jaegeuk Kim
1
-3
/
+2
2024-02-27
f2fs: separate f2fs_gc_range() to use GC for a range
Daeho Jeong
1
-21
/
+28
2024-02-27
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
1
-20
/
+20
2024-02-20
f2fs: deprecate io_bits
Jaegeuk Kim
1
-9
/
+1
2023-12-26
f2fs: Add error handling for negative returns from do_garbage_collect
Yongpeng Yang
1
-0
/
+3
2023-12-26
f2fs: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
1
-3
/
+3
2023-12-11
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
1
-3
/
+2
2023-12-11
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
1
-2
/
+0
2023-09-02
Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+12
2023-08-14
f2fs: fix to account cp stats correctly
Chao Yu
1
-0
/
+5
2023-08-14
f2fs: fix to account gc stats correctly
Chao Yu
1
-6
/
+7
2023-07-17
fs: distinguish between user initiated freeze and kernel initiated freeze
Darrick J. Wong
1
-3
/
+5
2023-06-26
f2fs: check return value of freeze_super()
Chao Yu
1
-1
/
+3
2023-06-12
f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()
Chao Yu
1
-3
/
+18
2023-06-12
f2fs: Fix over-estimating free section during FG GC
Yonggil Song
1
-5
/
+11
2023-05-08
f2fs: support errors=remount-ro|continue|panic mountoption
Chao Yu
1
-1
/
+1
2023-04-24
f2fs: remove power-of-two limitation of zoned device
Jaegeuk Kim
1
-2
/
+2
2023-04-18
f2fs: add has_enough_free_secs()
Yangtao Li
1
-2
/
+2
2023-04-18
f2fs: refactor f2fs_gc to call checkpoint in urgent condition
Jaegeuk Kim
1
-14
/
+13
2023-04-12
f2fs: fix to keep consistent i_gc_rwsem lock order
Chao Yu
1
-4
/
+4
2023-04-10
f2fs: Fix system crash due to lack of free space in LFS
Yonggil Song
1
-2
/
+8
2023-04-10
f2fs: remove struct victim_selection default_v_ops
Yangtao Li
1
-11
/
+4
2023-03-29
f2fs: factor out victim_entry usage from general rb_tree use
Jaegeuk Kim
1
-54
/
+85
2023-03-29
f2fs: fix uninitialized skipped_gc_rwsem
Yonggil Song
1
-1
/
+1
2023-02-02
f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info
Chao Yu
1
-4
/
+4
2023-01-11
f2fs: convert discard_wake and gc_wake to bool type
Yangtao Li
1
-2
/
+2
2023-01-11
f2fs: merge f2fs_show_injection_info() into time_to_inject()
Yangtao Li
1
-3
/
+1
2023-01-06
f2fs: avoid to check PG_error flag
Chao Yu
1
-1
/
+0
2023-01-06
f2fs: add a f2fs_lookup_extent_cache_block helper
Christoph Hellwig
1
-3
/
+2
2022-12-14
Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-36
/
+43
2022-12-12
f2fs: reset wait_ms to default if any of the victims have been selected
Yuwei Guan
1
-0
/
+4
2022-12-12
f2fs: refactor extent_cache to support for read and more
Jaegeuk Kim
1
-2
/
+2
2022-12-08
f2fs: do some cleanup for f2fs module init
Yangtao Li
1
-3
/
+1
2022-11-28
f2fs: avoid victim selection from previous victim section
Yonggil Song
1
-2
/
+3
2022-11-28
f2fs: fix to do sanity check on i_extra_isize in is_alive()
Chao Yu
1
-6
/
+12
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-11-11
f2fs: optimize iteration over sparse directories
Chao Yu
1
-2
/
+2
2022-11-01
f2fs: replace gc_urgent_high_remaining with gc_remaining_trials
Yangtao Li
1
-6
/
+6
2022-11-01
f2fs: fix return val in f2fs_start_ckpt_thread()
Yangtao Li
1
-8
/
+7
2022-11-01
f2fs: fix gc mode when gc_urgent_high_remaining is 1
Yangtao Li
1
-10
/
+9
2022-10-27
f2fs: Fix the race condition of resize flag between resizefs
Zhang Qilong
1
-3
/
+2
2022-10-25
f2fs: should put a page when checking the summary info
Pavel Machek
1
-0
/
+1
[next]