summaryrefslogtreecommitdiff
path: root/fs/f2fs/segment.c
AgeCommit message (Expand)Author
2023-12-26f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-12-11f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2023-12-05f2fs: let's finish or reset zones all the timeJaegeuk Kim
2023-12-04f2fs: allocate new section if it's not newJaegeuk Kim
2023-11-28f2fs: sysfs: support discard_io_awareChao Yu
2023-11-20f2fs: skip adding a discard command if existsJaegeuk Kim
2023-10-16f2fs: clean up zones when not successfully unmountedDaeho Jeong
2023-08-25f2fs: use finish zone command when closing a zoneDaeho Jeong
2023-08-18Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-08-14f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki
2023-08-14f2fs: flush inode if atomic file is abortedJaegeuk Kim
2023-08-14Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim
2023-06-26f2fs: do not issue small discard commands during checkpointJaegeuk Kim
2023-06-26f2fs: check zone write pointer points to the end of zoneDaeho Jeong
2023-06-12f2fs: add async reset zone command supportDaejun Park
2023-06-12f2fs: clean up w/ sbi->log_sectors_per_blockChao Yu
2023-06-12f2fs: close unused open zones while mountingDaeho Jeong
2023-04-24f2fs: allocate node blocks for atomic write block replacementDaeho Jeong
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li
2023-04-13f2fs: fix to check return value of inc_valid_block_count()Chao Yu
2023-04-13f2fs: fix passing relative address when discard zonesDaeho Jeong
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