summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
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
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu
2023-02-02f2fs: remove __has_curseg_spaceChristoph Hellwig
2023-02-02f2fs: refactor next blk selectionChristoph Hellwig
2023-02-02f2fs: remove __allocate_new_sectionChristoph Hellwig
2023-02-02f2fs: refactor __allocate_new_segmentChristoph Hellwig
2023-02-02f2fs: add a f2fs_curseg_valid_blocks helperChristoph Hellwig
2023-01-31f2fs: remove __add_sum_entryChristoph Hellwig
2023-01-31f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs...Yangtao Li
2023-01-30f2fs: clear atomic_write_task in f2fs_abort_atomic_write()Chao Yu
2023-01-30f2fs: introduce trace_f2fs_replace_atomic_write_blockChao Yu
2023-01-30f2fs: introduce discard_io_aware_gran sysfs nodeYangtao Li
2023-01-30f2fs: add iostat support for flushYangtao Li
2023-01-11f2fs: support accounting iostat count and avg_bytesYangtao Li
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li
2023-01-11f2fs: convert to use MIN_DISCARD_GRANULARITY macroYangtao Li
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li
2023-01-06f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly()Yuwei Guan
2023-01-06f2fs: avoid to check PG_error flagChao Yu
2023-01-06f2fs: introduce IS_F2FS_IPU_* macroYangtao Li
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim
2023-01-03f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()Chao Yu
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-12f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...Yangtao Li
2022-12-12f2fs: fix iostat parameter for discardYangtao Li
2022-12-12f2fs: add block_age-based extent cacheJaegeuk Kim
2022-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2022-12-12f2fs: specify extent cache for read explicitlyJaegeuk Kim
2022-12-08f2fs: remove the unused flush argument to change_cursegChristoph Hellwig
2022-12-08f2fs: open code allocate_segment_by_defaultChristoph Hellwig
2022-12-08f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li
2022-11-28f2fs: init discard policy after thread wakeupYangtao Li
2022-11-28f2fs: truncate blocks in batch in __complete_revoke_list()Chao Yu
2022-11-28f2fs: make __queue_discard_cmd() return voidYangtao Li
2022-11-28f2fs: remove submit label in __submit_discard_cmd()Yangtao Li
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong