index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
segment.c
Age
Commit message (
Expand
)
Author
2025-03-18
f2fs: fix missing discard for active segments
Chunhai Guo
2025-03-04
f2fs: Convert f2fs_in_warm_node_list() to take a folio
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Use a folio in do_write_page()
Matthew Wilcox (Oracle)
2025-03-04
f2fs: Add f2fs_folio_wait_writeback()
Matthew Wilcox (Oracle)
2025-02-28
f2fs: fix to set .discard_granularity correctly
Chao Yu
2025-02-12
f2fs: fix to avoid panic once fallocation fails for pinfile
Chao Yu
2025-01-25
f2fs: fix inconsistent dirty state of atomic file
Jianan Huang
2025-01-22
f2fs: fix to avoid changing 'check only' behaior of recovery
Zhiguo Niu
2025-01-22
f2fs: fix to avoid return invalid mtime from f2fs_get_section_mtime()
Chao Yu
2025-01-13
f2fs: add parameter @len to f2fs_invalidate_blocks()
Yi Sun
2025-01-08
f2fs: update_sit_entry_for_release() supports consecutive blocks.
Yi Sun
2025-01-08
f2fs: introduce update_sit_entry_for_release/alloc()
Yi Sun
2025-01-08
f2fs: add parameter @len to f2fs_invalidate_internal_cache()
Yi Sun
2024-11-23
f2fs: fix to drop all discards after creating snapshot on lvm device
Chao Yu
2024-11-21
f2fs: fix changing cursegs if recovery fails on zoned device
Sheng Yong
2024-11-01
f2fs: fix to convert log type to segment data type correctly
Chao Yu
2024-11-01
f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
Chao Yu
2024-11-01
f2fs: check curseg->inited before write_sum_page in change_curseg
Yongpeng Yang
2024-11-01
f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
LongPing Wei
2024-11-01
f2fs: zone: introduce first_zoned_segno in f2fs_sb_info
Chao Yu
2024-11-01
f2fs: decrease spare area for pinned files for zoned devices
Daeho Jeong
2024-10-14
f2fs: introduce f2fs_get_section_mtime
liuderong
2024-09-12
f2fs: remove unused parameters
liuderong
2024-09-11
f2fs: fix to don't panic system for no free segment fault injection
Chao Yu
2024-09-11
f2fs: add valid block ratio not to do excessive GC for one time GC
Daeho Jeong
2024-09-11
f2fs: prevent atomic file from being dirtied before commit
Daeho Jeong
2024-09-06
f2fs: get rid of page->index
Chao Yu
2024-09-06
f2fs: convert f2fs_do_write_meta_page() to use folio
Chao Yu
2024-08-21
f2fs: check discard support for conventional zones
Shin'ichiro Kawasaki
2024-08-05
f2fs: add write priority option based on zone UFS
Liao Yuanhong
2024-07-10
f2fs: use meta inode for GC of atomic file
Sunmin Jeong
2024-07-10
f2fs: only fragment segment in the same section
Sheng Yong
2024-06-21
f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid
Jaegeuk Kim
2024-06-18
f2fs: enable atgc dynamically if conditions are met
Zhiguo Niu
2024-06-12
f2fs: fix to avoid use SSR allocate when do defragment
Zhiguo Niu
2024-06-12
f2fs: alloc new section if curseg is not the first seg in its zone
Sheng Yong
2024-05-11
f2fs: allow dirty sections with zero valid block for checkpoint disabled
Daeho Jeong
2024-05-09
f2fs: use f2fs_{err,info}_ratelimited() for cleanup
Chao Yu
2024-04-29
f2fs: fix to avoid allocating WARM_DATA segment for direct IO
Chao Yu
2024-04-29
f2fs: remove redundant parameter in is_next_segment_free()
Yifan Zhao
2024-04-25
f2fs: use helper to print zone condition
Wu Bo
2024-04-19
f2fs: assign the write hint per stream by default
Jaegeuk Kim
2024-04-12
f2fs: use folio_test_writeback
Jaegeuk Kim
2024-04-12
f2fs: write missing last sum blk of file pinning section
Daeho Jeong
2024-03-18
Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-14
f2fs: truncate page cache before clearing flags when aborting atomic write
Sunmin Jeong
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-12
f2fs: fix to truncate meta inode pages forcely
Chao Yu
2024-03-04
f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanup
Chao Yu
[next]