summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-14f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang1-1/+2
2024-12-14f2fs: remove the unused flush argument to change_cursegChristoph Hellwig1-9/+7
2024-12-14f2fs: open code allocate_segment_by_defaultChristoph Hellwig1-26/+24
2024-12-14f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig1-9/+2
2024-12-14f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei1-1/+1
2024-09-04f2fs: fix to do sanity check in update_sit_entryZhiguo Niu1-2/+3
2024-06-16f2fs: fix typos in commentsJinyoung CHOI1-1/+1
2024-03-27f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu1-3/+3
2024-03-27f2fs: invalidate meta pages only for post_read required inodeChao Yu1-1/+8
2024-03-27f2fs: replace congestion_wait() calls with io_schedule_timeout()NeilBrown1-5/+3
2024-03-27f2fs: invalidate META_MAPPING before IPU/DIO writeHyeong-Jun Kim1-0/+3
2024-03-27f2fs: multidevice: support direct IOChao Yu1-14/+21
2023-05-11f2fs: apply zone capacity to all zone typeJaegeuk Kim1-61/+4
2023-05-11f2fs: enforce single zone capacityJaegeuk Kim1-13/+6
2023-03-17f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-1/+1
2022-12-31f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-12-31f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-10-26f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu1-1/+1
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-06-09f2fs: fix to do sanity check on total_data_blocksChao Yu1-11/+22
2022-06-09f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-04-08f2fs: fix to do sanity check on curseg->alloc_typeChao Yu1-0/+7
2021-11-25f2fs: fix wrong condition to trigger background checkpoint correctlyChao Yu1-1/+1
2021-08-30f2fs: Don't create discard thread when device doesn't support realtime discardFengnan Chang1-6/+19
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-4/+6
2021-08-04f2fs: fix to stop filesystem update once CP failedChao Yu1-2/+13
2021-08-03f2fs: introduce discard_unit mount optionChao Yu1-29/+53
2021-08-02f2fs: fix min_seq_blocks can not make sense in some scenes.Laibin Qiu1-1/+1
2021-07-20f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim1-1/+1
2021-06-23f2fs: swap: support migrating swapfile in aligned write modeChao Yu1-0/+3
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-1/+5
2021-06-23f2fs: support RO featureJaegeuk Kim1-0/+4
2021-06-23f2fs: logging neateningJoe Perches1-1/+1
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu1-9/+10
2021-05-12f2fs: avoid null pointer access when handling IPU errorJaegeuk Kim1-2/+2
2021-05-05Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-51/+133
2021-04-26f2fs: drop inplace IO if fs status is abnormalChao Yu1-1/+16
2021-04-22f2fs: avoid using native allocate_segment_by_default()Chao Yu1-8/+10
2021-04-13f2fs: fix to avoid NULL pointer dereferenceYi Chen1-1/+4
2021-04-13f2fs: avoid duplicated codes for cleanupChao Yu1-22/+10
2021-04-10f2fs: clean up build warningsYi Zhuang1-3/+15
2021-04-06f2fs: fix the periodic wakeups of discard threadSahitya Tummala1-7/+14
2021-04-06f2fs: fix to avoid accessing invalid fio in f2fs_allocate_data_block()Chao Yu1-3/+3
2021-03-31f2fs: Fix a hungtask problem in atomic writeYi Zhuang1-13/+17
2021-03-31f2fs: introduce gc_merge mount optionChao Yu1-2/+13
2021-03-26f2fs: fix to cover __allocate_new_section() with curseg_lockChao Yu1-0/+4
2021-03-26f2fs: fix wrong alloc_type in f2fs_do_replace_blockWang Xiaojun1-0/+3
2021-03-26f2fs: allow to change discard policy based on cached discard cmdsSahitya Tummala1-1/+2
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu1-15/+21