summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-18f2fs: fix missing discard for active segmentsChunhai Guo1-1/+3
2025-03-04f2fs: Convert f2fs_in_warm_node_list() to take a folioMatthew Wilcox (Oracle)1-1/+1
2025-03-04f2fs: Use a folio in do_write_page()Matthew Wilcox (Oracle)1-2/+3
2025-03-04f2fs: Add f2fs_folio_wait_writeback()Matthew Wilcox (Oracle)1-10/+9
2025-02-28f2fs: fix to set .discard_granularity correctlyChao Yu1-3/+2
2025-02-12f2fs: fix to avoid panic once fallocation fails for pinfileChao Yu1-10/+10
2025-01-25f2fs: fix inconsistent dirty state of atomic fileJianan Huang1-0/+6
2025-01-23f2fs: fix to avoid changing 'check only' behaior of recoveryZhiguo Niu1-1/+2
2025-01-23f2fs: fix to avoid return invalid mtime from f2fs_get_section_mtime()Chao Yu1-3/+9
2025-01-13f2fs: add parameter @len to f2fs_invalidate_blocks()Yi Sun1-7/+25
2025-01-08f2fs: update_sit_entry_for_release() supports consecutive blocks.Yi Sun1-30/+45
2025-01-08f2fs: introduce update_sit_entry_for_release/alloc()Yi Sun1-69/+93
2025-01-08f2fs: add parameter @len to f2fs_invalidate_internal_cache()Yi Sun1-3/+3
2024-11-23f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu1-7/+9
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong1-10/+19
2024-11-01f2fs: fix to convert log type to segment data type correctlyChao Yu1-8/+28
2024-11-01f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu1-8/+25
2024-11-01f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang1-1/+2
2024-11-01f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei1-1/+1
2024-11-01f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu1-2/+2
2024-11-01f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong1-1/+2
2024-10-14f2fs: introduce f2fs_get_section_mtimeliuderong1-5/+30
2024-09-12f2fs: remove unused parametersliuderong1-2/+1
2024-09-11f2fs: fix to don't panic system for no free segment fault injectionChao Yu1-3/+3
2024-09-11f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong1-2/+4
2024-09-11f2fs: prevent atomic file from being dirtied before commitDaeho Jeong1-0/+8
2024-09-07f2fs: get rid of page->indexChao Yu1-1/+2
2024-09-07f2fs: convert f2fs_do_write_meta_page() to use folioChao Yu1-7/+7
2024-08-21f2fs: check discard support for conventional zonesShin'ichiro Kawasaki1-0/+7
2024-08-05f2fs: add write priority option based on zone UFSLiao Yuanhong1-1/+24
2024-07-11f2fs: use meta inode for GC of atomic fileSunmin Jeong1-3/+3
2024-07-11f2fs: only fragment segment in the same sectionSheng Yong1-3/+11
2024-06-22f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim1-0/+1
2024-06-18f2fs: enable atgc dynamically if conditions are metZhiguo Niu1-3/+24
2024-06-12f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu1-1/+2
2024-06-12f2fs: alloc new section if curseg is not the first seg in its zoneSheng Yong1-1/+2
2024-05-11f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong1-2/+4
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu1-3/+2
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu1-2/+9
2024-04-29f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao1-3/+2
2024-04-25f2fs: use helper to print zone conditionWu Bo1-14/+3
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim1-6/+70
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim1-5/+5
2024-04-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong1-0/+2
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-166/+278
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-03-13f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu1-22/+35
2024-03-13f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu1-2/+0
2024-03-13f2fs: fix to truncate meta inode pages forcelyChao Yu1-3/+2
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu1-6/+6