aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16f2fs: clean up zones when not successfully unmountedGravatar Daeho Jeong 1-36/+56
2023-08-25f2fs: use finish zone command when closing a zoneGravatar Daeho Jeong 1-6/+13
2023-08-18Revert "f2fs: do not issue small discard commands during checkpoint"Gravatar Chao Yu 1-1/+1
2023-08-14f2fs: fix to account cp stats correctlyGravatar Chao Yu 1-1/+2
2023-08-14f2fs: fix to account gc stats correctlyGravatar Chao Yu 1-0/+1
2023-08-14f2fs: check zone type before sending async reset zone commandGravatar Shin'ichiro Kawasaki 1-11/+28
2023-08-14f2fs: flush inode if atomic file is abortedGravatar Jaegeuk Kim 1-0/+2
2023-08-14Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Gravatar Jaegeuk Kim 1-11/+12
2023-06-26f2fs: do not issue small discard commands during checkpointGravatar Jaegeuk Kim 1-1/+1
2023-06-26f2fs: check zone write pointer points to the end of zoneGravatar Daeho Jeong 1-2/+6
2023-06-12f2fs: add async reset zone command supportGravatar Daejun Park 1-3/+81
2023-06-12f2fs: clean up w/ sbi->log_sectors_per_blockGravatar Chao Yu 1-12/+11
2023-06-12f2fs: close unused open zones while mountingGravatar Daeho Jeong 1-22/+31
2023-04-24f2fs: allocate node blocks for atomic write block replacementGravatar Daeho Jeong 1-1/+1
2023-04-24f2fs: remove power-of-two limitation of zoned deviceGravatar Jaegeuk Kim 1-1/+1
2023-04-18f2fs: add has_enough_free_secs()Gravatar Yangtao Li 1-21/+22
2023-04-13f2fs: fix to check return value of inc_valid_block_count()Gravatar Chao Yu 1-1/+7
2023-04-13f2fs: fix passing relative address when discard zonesGravatar Daeho Jeong 1-3/+2
2023-04-10f2fs: remove struct victim_selection default_v_opsGravatar Yangtao Li 1-3/+2
2023-04-04f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_blockGravatar Jaegeuk Kim 1-1/+1
2023-04-04f2fs: fix align check for npo2Gravatar Yohan Joung 1-2/+3
2023-03-29f2fs: apply zone capacity to all zone typeGravatar Jaegeuk Kim 1-61/+4
2023-03-29f2fs: Fix discard bug on zoned block devices with 2MiB zone sizeGravatar Yonggil Song 1-1/+3
2023-03-29f2fs: factor out discard_cmd usage from general rb_tree useGravatar Jaegeuk Kim 1-84/+165
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useGravatar Jaegeuk Kim 1-2/+2
2023-02-15f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()"Gravatar Jaegeuk Kim 1-2/+7
2023-02-14f2fs: synchronize atomic write abortsGravatar Daeho Jeong 1-3/+0
2023-02-07f2fs: fix typos in commentsGravatar Jinyoung CHOI 1-1/+1
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoGravatar Chao Yu 1-3/+3
2023-02-02f2fs: remove __has_curseg_spaceGravatar Christoph Hellwig 1-11/+8
2023-02-02f2fs: refactor next blk selectionGravatar Christoph Hellwig 1-25/+23
2023-02-02f2fs: remove __allocate_new_sectionGravatar Christoph Hellwig 1-7/+1
2023-02-02f2fs: refactor __allocate_new_segmentGravatar Christoph Hellwig 1-9/+5
2023-02-02f2fs: add a f2fs_curseg_valid_blocks helperGravatar Christoph Hellwig 1-17/+15
2023-01-31f2fs: remove __add_sum_entryGravatar Christoph Hellwig 1-21/+2
2023-01-31f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs...Gravatar Yangtao Li 1-3/+10
2023-01-30f2fs: clear atomic_write_task in f2fs_abort_atomic_write()Gravatar Chao Yu 1-0/+3
2023-01-30f2fs: introduce trace_f2fs_replace_atomic_write_blockGravatar Chao Yu 1-0/+3
2023-01-30f2fs: introduce discard_io_aware_gran sysfs nodeGravatar Yangtao Li 1-1/+2
2023-01-30f2fs: add iostat support for flushGravatar Yangtao Li 1-0/+2
2023-01-11f2fs: support accounting iostat count and avg_bytesGravatar Yangtao Li 1-1/+1
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeGravatar Yangtao Li 1-1/+1
2023-01-11f2fs: convert to use MIN_DISCARD_GRANULARITY macroGravatar Yangtao Li 1-3/+4
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Gravatar Yangtao Li 1-4/+1
2023-01-06f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly()Gravatar Yuwei Guan 1-14/+12
2023-01-06f2fs: avoid to check PG_error flagGravatar Chao Yu 1-1/+0
2023-01-06f2fs: introduce IS_F2FS_IPU_* macroGravatar Yangtao Li 1-2/+2
2023-01-03f2fs: initialize extent_cache parameterGravatar Jaegeuk Kim 1-1/+1
2023-01-03f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()Gravatar Chao Yu 1-7/+4
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-81/+120