summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2024-11-23f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu
2024-11-21f2fs: fix changing cursegs if recovery fails on zoned deviceSheng Yong
2024-11-01f2fs: fix to convert log type to segment data type correctlyChao Yu
2024-11-01f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()Chao Yu
2024-11-01f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-11-01f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-11-01f2fs: zone: introduce first_zoned_segno in f2fs_sb_infoChao Yu
2024-11-01f2fs: decrease spare area for pinned files for zoned devicesDaeho Jeong
2024-10-14f2fs: introduce f2fs_get_section_mtimeliuderong
2024-09-12f2fs: remove unused parametersliuderong
2024-09-11f2fs: fix to don't panic system for no free segment fault injectionChao Yu
2024-09-11f2fs: add valid block ratio not to do excessive GC for one time GCDaeho Jeong
2024-09-11f2fs: prevent atomic file from being dirtied before commitDaeho Jeong
2024-09-06f2fs: get rid of page->indexChao Yu
2024-09-06f2fs: convert f2fs_do_write_meta_page() to use folioChao Yu
2024-08-21f2fs: check discard support for conventional zonesShin'ichiro Kawasaki
2024-08-05f2fs: add write priority option based on zone UFSLiao Yuanhong
2024-07-10f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-07-10f2fs: only fragment segment in the same sectionSheng Yong
2024-06-21f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim
2024-06-18f2fs: enable atgc dynamically if conditions are metZhiguo Niu
2024-06-12f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-06-12f2fs: alloc new section if curseg is not the first seg in its zoneSheng Yong
2024-05-11f2fs: allow dirty sections with zero valid block for checkpoint disabledDaeho Jeong
2024-05-09f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu
2024-04-29f2fs: fix to avoid allocating WARM_DATA segment for direct IOChao Yu
2024-04-29f2fs: remove redundant parameter in is_next_segment_free()Yifan Zhao
2024-04-25f2fs: use helper to print zone conditionWu Bo
2024-04-19f2fs: assign the write hint per stream by defaultJaegeuk Kim
2024-04-12f2fs: use folio_test_writebackJaegeuk Kim
2024-04-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu
2024-03-04f2fs: introduce SEGS_TO_BLKS/BLKS_TO_SEGS for cleanupChao Yu
2024-03-04f2fs: fix to check return value of f2fs_gc_rangeZhiguo Niu
2024-03-04f2fs: fix to check return value __allocate_new_segmentZhiguo Niu
2024-03-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-03-04f2fs: fix to reset fields for unloaded cursegChao Yu
2024-03-04f2fs: clean up new_curseg()Chao Yu
2024-03-04f2fs: ro: don't start discard thread for readonly imageChao Yu
2024-03-04f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu
2024-03-04f2fs: allow to mount if cap is 100Jaegeuk Kim
2024-03-04f2fs: print zone status in string and some logJaegeuk Kim
2024-02-29f2fs: introduce FAULT_NO_SEGMENTChao Yu
2024-02-29f2fs: fix to handle segment allocation failure correctlyChao Yu
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-02-27f2fs: support file pinning for zoned devicesDaeho Jeong