index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
gc.c
Age
Commit message (
Expand
)
Author
2025-05-30
Merge tag 'f2fs-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-05-28
f2fs: introduce is_{meta,node}_folio
Chao Yu
2025-05-09
f2fs: fix freezing filesystem during resize
Christian Brauner
2025-05-09
super: add filesystem freezing helpers for suspend and hibernate
Christian Brauner
2025-04-28
f2fs: Convert dnode_of_data->node_page to node_folio
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in is_alive()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in gc_node_segment()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in move_data_block()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in ra_data_block()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use folios in do_garbage_collect()
Matthew Wilcox (Oracle)
2025-04-28
f2fs: Use a folio in move_data_block()
Matthew Wilcox (Oracle)
2025-04-10
f2fs: zone: fix to avoid inconsistence in between SIT and SSA
Chao Yu
2025-03-04
f2fs: Convert gc_data_segment() to use a folio
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Convert move_data_page() to use a folio
Matthew Wilcox (Oracle)
2025-01-08
f2fs: add parameter @len to f2fs_invalidate_internal_cache()
Yi Sun
2024-12-16
f2fs: The GC triggered by ioctl also needs to mark the segno as victim
Yongpeng Yang
2024-11-01
f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGE...
Zhiguo Niu
2024-10-14
f2fs: introduce f2fs_get_section_mtime
liuderong
2024-09-13
f2fs: forcibly migrate to secure space for zoned device file pinning
Daeho Jeong
2024-09-12
f2fs: remove unused parameters
liuderong
2024-09-11
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
2024-09-11
f2fs: create gc_no_zoned_gc_percent and gc_boost_zoned_gc_percent
Daeho Jeong
2024-09-11
f2fs: do FG_GC when GC boosting is required for zoned devices
Daeho Jeong
2024-09-11
f2fs: increase BG GC migration window granularity when boosted for zoned devices
Daeho Jeong
2024-09-11
f2fs: introduce migration_window_granularity
Daeho Jeong
2024-09-11
f2fs: make BG GC more aggressive for zoned devices
Daeho Jeong
2024-07-10
f2fs: use meta inode for GC of COW file
Sunmin Jeong
2024-07-10
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
2024-06-12
f2fs: fix to remove redundant SBI_NEED_FSCK flag set
Zhiguo Niu
2024-06-12
f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC
Chao Yu
2024-05-11
f2fs: fix to add missing iput() in gc_data_segment()
Chao Yu
2024-04-12
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-03-12
f2fs: fix to handle error paths of {new,change}_curseg()
Zhiguo Niu
2024-03-12
f2fs: unify the error handling of f2fs_is_valid_blkaddr
Zhiguo Niu
2024-03-04
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
2024-03-04
f2fs: fix to check return value of f2fs_gc_range
Zhiguo Niu
2024-02-29
f2fs: fix to handle segment allocation failure correctly
Chao Yu
2024-02-27
f2fs: support file pinning for zoned devices
Daeho Jeong
2024-02-27
f2fs: kill heap-based allocation
Jaegeuk Kim
2024-02-27
f2fs: separate f2fs_gc_range() to use GC for a range
Daeho Jeong
2024-02-27
f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SEC
Jaegeuk Kim
2024-02-20
f2fs: deprecate io_bits
Jaegeuk Kim
2023-12-26
f2fs: Add error handling for negative returns from do_garbage_collect
Yongpeng Yang
2023-12-26
f2fs: Use wait_event_freezable_timeout() for freezable kthread
Kevin Hao
2023-12-11
f2fs: introduce f2fs_invalidate_internal_cache() for cleanup
Chao Yu
2023-12-11
f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN
Chao Yu
2023-09-02
Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-08-14
f2fs: fix to account cp stats correctly
Chao Yu
2023-08-14
f2fs: fix to account gc stats correctly
Chao Yu
[next]