summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-28f2fs: remove submit label in __submit_discard_cmd()Yangtao Li1-4/+3
2022-11-28f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACEDaeho Jeong1-1/+12
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-4/+4
2022-11-11f2fs: correct i_size change for atomic writesDaeho Jeong1-4/+10
2022-11-02f2fs: replace ternary operator with max()wangkailong@jari.cn1-1/+1
2022-11-02f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li1-2/+2
2022-11-02f2fs: introduce max_ordered_discard sysfs nodeYangtao Li1-1/+2
2022-11-02f2fs: fix normal discard processDongdong Zhang1-1/+1
2022-11-02f2fs: cleanup in f2fs_create_flush_cmd_control()Yangtao Li1-4/+4
2022-11-02f2fs: fix to invalidate dcc->f2fs_issue_discard in error pathChao Yu1-1/+3
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-4/+4