summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2026-05-17f2fs: fix to do sanity check on dcc->discard_cmd_cnt conditionallyChao Yu
2026-01-11f2fs: fix age extent cache insertion skip on counter overflowXiaole He
2025-06-27f2fs: fix to set atomic write status more clearChao Yu
2024-12-14f2fs: fix to drop all discards after creating snapshot on lvm deviceChao Yu
2024-12-09f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-12-09f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-10-04f2fs: prevent atomic file from being dirtied before commitDaeho Jeong
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo Niu
2024-08-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-08-11f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim
2024-08-11f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-08-03f2fs: use meta inode for GC of atomic fileSunmin Jeong
2024-06-12f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu
2024-06-12f2fs: write missing last sum blk of file pinning sectionDaeho Jeong
2024-06-12f2fs: deprecate io_bitsJaegeuk Kim
2024-06-12f2fs: support file pinning for zoned devicesDaeho Jeong
2024-06-12f2fs: kill heap-based allocationJaegeuk Kim
2024-06-12f2fs: use BLKS_PER_SEG, BLKS_PER_SEC, and SEGS_PER_SECJaegeuk Kim
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-03-26f2fs: fix to truncate meta inode pages forcelyChao Yu
2024-03-26f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2024-03-26f2fs: fix to use correct segment type in f2fs_allocate_data_block()Chao Yu
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2023-08-25f2fs: use finish zone command when closing a zoneDaeho Jeong
2023-08-18Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki
2023-08-14f2fs: flush inode if atomic file is abortedJaegeuk Kim
2023-08-14Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim
2023-06-26f2fs: do not issue small discard commands during checkpointJaegeuk Kim
2023-06-26f2fs: check zone write pointer points to the end of zoneDaeho Jeong
2023-06-12f2fs: add async reset zone command supportDaejun Park
2023-06-12f2fs: clean up w/ sbi->log_sectors_per_blockChao Yu
2023-06-12f2fs: close unused open zones while mountingDaeho Jeong
2023-04-24f2fs: allocate node blocks for atomic write block replacementDaeho Jeong
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li
2023-04-13f2fs: fix to check return value of inc_valid_block_count()Chao Yu
2023-04-13f2fs: fix passing relative address when discard zonesDaeho Jeong
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li
2023-04-04f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim
2023-04-04f2fs: fix align check for npo2Yohan Joung
2023-03-29f2fs: apply zone capacity to all zone typeJaegeuk Kim
2023-03-29f2fs: Fix discard bug on zoned block devices with 2MiB zone sizeYonggil Song
2023-03-29f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim
2023-02-15f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"Jaegeuk Kim
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong
2023-02-07f2fs: fix typos in commentsJinyoung CHOI