summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24f2fs: allocate node blocks for atomic write block replacementDaeho Jeong1-1/+1
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim1-1/+1
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li1-21/+22
2023-04-14f2fs: fix to check return value of inc_valid_block_count()Chao Yu1-1/+7
2023-04-14f2fs: fix passing relative address when discard zonesDaeho Jeong1-3/+2
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li1-3/+2
2023-04-04f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockJaegeuk Kim1-1/+1
2023-04-04f2fs: fix align check for npo2Yohan Joung1-2/+3
2023-03-30f2fs: apply zone capacity to all zone typeJaegeuk Kim1-61/+4
2023-03-30f2fs: Fix discard bug on zoned block devices with 2MiB zone sizeYonggil Song1-1/+3
2023-03-30f2fs: factor out discard_cmd usage from general rb_tree useJaegeuk Kim1-84/+165
2023-03-30f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim1-2/+2
2023-02-15f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"Jaegeuk Kim1-2/+7
2023-02-14f2fs: synchronize atomic write abortsDaeho Jeong1-3/+0
2023-02-07f2fs: fix typos in commentsJinyoung CHOI1-1/+1
2023-02-03f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu1-3/+3
2023-02-03f2fs: remove __has_curseg_spaceChristoph Hellwig1-11/+8
2023-02-03f2fs: refactor next blk selectionChristoph Hellwig1-25/+23
2023-02-03f2fs: remove __allocate_new_sectionChristoph Hellwig1-7/+1
2023-02-03f2fs: refactor __allocate_new_segmentChristoph Hellwig1-9/+5
2023-02-03f2fs: add a f2fs_curseg_valid_blocks helperChristoph Hellwig1-17/+15
2023-01-31f2fs: remove __add_sum_entryChristoph Hellwig1-21/+2
2023-01-31f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs...Yangtao Li1-3/+10
2023-01-31f2fs: clear atomic_write_task in f2fs_abort_atomic_write()Chao Yu1-0/+3
2023-01-31f2fs: introduce trace_f2fs_replace_atomic_write_blockChao Yu1-0/+3
2023-01-31f2fs: introduce discard_io_aware_gran sysfs nodeYangtao Li1-1/+2
2023-01-31f2fs: add iostat support for flushYangtao Li1-0/+2
2023-01-11f2fs: support accounting iostat count and avg_bytesYangtao Li1-1/+1
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li1-1/+1
2023-01-11f2fs: convert to use MIN_DISCARD_GRANULARITY macroYangtao Li1-3/+4
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li1-4/+1
2023-01-07f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly()Yuwei Guan1-14/+12
2023-01-07f2fs: avoid to check PG_error flagChao Yu1-1/+0
2023-01-07f2fs: introduce IS_F2FS_IPU_* macroYangtao Li1-2/+2
2023-01-03f2fs: initialize extent_cache parameterJaegeuk Kim1-1/+1
2023-01-03f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()Chao Yu1-7/+4
2022-12-15Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-81/+120
2022-12-13f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2...Yangtao Li1-2/+4
2022-12-13f2fs: fix iostat parameter for discardYangtao Li1-1/+1
2022-12-13f2fs: add block_age-based extent cacheJaegeuk Kim1-0/+33
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-1/+2
2022-12-13f2fs: specify extent cache for read explicitlyJaegeuk Kim1-2/+2
2022-12-08f2fs: remove the unused flush argument to change_cursegChristoph Hellwig1-9/+7
2022-12-08f2fs: open code allocate_segment_by_defaultChristoph Hellwig1-26/+24
2022-12-08f2fs: remove struct segment_allocation default_salloc_opsChristoph Hellwig1-9/+2
2022-11-28f2fs: introduce discard_urgent_util sysfs nodeYangtao Li1-1/+2
2022-11-28f2fs: define MIN_DISCARD_GRANULARITY macroYangtao Li1-2/+2
2022-11-28f2fs: init discard policy after thread wakeupYangtao Li1-11/+9
2022-11-28f2fs: truncate blocks in batch in __complete_revoke_list()Chao Yu1-7/+2
2022-11-28f2fs: make __queue_discard_cmd() return voidYangtao Li1-5/+6