summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2024-12-14f2fs: check curseg->inited before write_sum_page in change_cursegYongpeng Yang
2024-12-14f2fs: remove the unused flush argument to change_cursegChristoph Hellwig
2024-12-14f2fs: open code allocate_segment_by_defaultChristoph Hellwig
2024-12-14f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig
2024-12-14f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_blockLongPing Wei
2024-08-29f2fs: fix to do sanity check in update_sit_entryZhiguo 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-06-12f2fs: fix typos in commentsJinyoung CHOI
2024-04-03f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong
2024-03-26f2fs: compress: fix to avoid inconsistence bewteen i_blocks and dnodeChao Yu
2024-03-26f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu
2023-09-19f2fs: flush inode if atomic file is abortedJaegeuk Kim
2023-05-17f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim
2023-05-17f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2023-05-17f2fs: specify extent cache for read explicitlyJaegeuk Kim
2023-05-17f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim
2023-05-11f2fs: fix to check return value of inc_valid_block_count()Chao Yu
2023-05-11f2fs: apply zone capacity to all zone typeJaegeuk Kim
2023-03-11f2fs: synchronize atomic write abortsDaeho Jeong
2023-03-11f2fs: clear atomic_write_task in f2fs_abort_atomic_write()Chao Yu
2023-03-11f2fs: correct i_size change for atomic writesDaeho Jeong
2023-03-11f2fs: introduce trace_f2fs_replace_atomic_write_blockChao Yu
2022-12-31f2fs: fix iostat parameter for discardYangtao Li
2022-12-31f2fs: fix normal discard processDongdong Zhang
2022-12-31f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-07f2fs: change to use atomic_t type form sbi.atomic_filesChao Yu
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-10-04f2fs: fix to account FS_CP_DATA_IO correctlyChao Yu
2022-09-12f2fs: replace logical value "true" with a int numberZhang Qilong
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu
2022-08-08Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2022-08-05f2fs: clean up f2fs_abort_atomic_write()Chao Yu
2022-08-05f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin
2022-07-30f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu
2022-07-30f2fs: introduce sysfs atomic write statisticsDaeho Jeong
2022-07-30f2fs: invalidate meta pages only for post_read required inodeChao Yu
2022-07-30f2fs: adjust zone capacity when considering valid block countJaegeuk Kim
2022-07-30f2fs: enforce single zone capacityJaegeuk Kim
2022-07-14fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche
2022-05-31Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-24f2fs: avoid unneeded error handling for revoke_entry_slab allocationChao Yu
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim
2022-05-12f2fs: kill volatile write supportJaegeuk Kim
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-05-06f2fs: give priority to select unpinned section for foreground GCChao Yu