Age | Commit message (Expand) | Author |
2023-02-15 | f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()" | Jaegeuk Kim |
2023-02-14 | f2fs: synchronize atomic write aborts | Daeho Jeong |
2023-02-07 | f2fs: fix typos in comments | Jinyoung CHOI |
2023-02-02 | f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info | Chao Yu |
2023-02-02 | f2fs: remove __has_curseg_space | Christoph Hellwig |
2023-02-02 | f2fs: refactor next blk selection | Christoph Hellwig |
2023-02-02 | f2fs: remove __allocate_new_section | Christoph Hellwig |
2023-02-02 | f2fs: refactor __allocate_new_segment | Christoph Hellwig |
2023-02-02 | f2fs: add a f2fs_curseg_valid_blocks helper | Christoph Hellwig |
2023-01-31 | f2fs: remove __add_sum_entry | Christoph Hellwig |
2023-01-31 | f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs... | Yangtao Li |
2023-01-30 | f2fs: clear atomic_write_task in f2fs_abort_atomic_write() | Chao Yu |
2023-01-30 | f2fs: introduce trace_f2fs_replace_atomic_write_block | Chao Yu |
2023-01-30 | f2fs: introduce discard_io_aware_gran sysfs node | Yangtao Li |
2023-01-30 | f2fs: add iostat support for flush | Yangtao Li |
2023-01-11 | f2fs: support accounting iostat count and avg_bytes | Yangtao Li |
2023-01-11 | f2fs: convert discard_wake and gc_wake to bool type | Yangtao Li |
2023-01-11 | f2fs: convert to use MIN_DISCARD_GRANULARITY macro | Yangtao Li |
2023-01-11 | f2fs: merge f2fs_show_injection_info() into time_to_inject() | Yangtao Li |
2023-01-06 | f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly() | Yuwei Guan |
2023-01-06 | f2fs: avoid to check PG_error flag | Chao Yu |
2023-01-06 | f2fs: introduce IS_F2FS_IPU_* macro | Yangtao Li |
2023-01-03 | f2fs: initialize extent_cache parameter | Jaegeuk Kim |
2023-01-03 | f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush() | Chao Yu |
2022-12-14 | Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-12-12 | f2fs: don't call f2fs_issue_discard_timeout() when discard_cmd_cnt is 0 in f2... | Yangtao Li |
2022-12-12 | f2fs: fix iostat parameter for discard | Yangtao Li |
2022-12-12 | f2fs: add block_age-based extent cache | Jaegeuk Kim |
2022-12-12 | f2fs: refactor extent_cache to support for read and more | Jaegeuk Kim |
2022-12-12 | f2fs: specify extent cache for read explicitly | Jaegeuk Kim |
2022-12-08 | f2fs: remove the unused flush argument to change_curseg | Christoph Hellwig |
2022-12-08 | f2fs: open code allocate_segment_by_default | Christoph Hellwig |
2022-12-08 | f2fs: remove struct segment_allocation default_salloc_ops | Christoph Hellwig |
2022-11-28 | f2fs: introduce discard_urgent_util sysfs node | Yangtao Li |
2022-11-28 | f2fs: define MIN_DISCARD_GRANULARITY macro | Yangtao Li |
2022-11-28 | f2fs: init discard policy after thread wakeup | Yangtao Li |
2022-11-28 | f2fs: truncate blocks in batch in __complete_revoke_list() | Chao Yu |
2022-11-28 | f2fs: make __queue_discard_cmd() return void | Yangtao Li |
2022-11-28 | f2fs: remove submit label in __submit_discard_cmd() | Yangtao Li |
2022-11-28 | f2fs: introduce F2FS_IOC_START_ATOMIC_REPLACE | Daeho Jeong |
2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |
2022-11-11 | f2fs: correct i_size change for atomic writes | Daeho Jeong |
2022-11-01 | f2fs: replace ternary operator with max() | wangkailong@jari.cn |
2022-11-01 | f2fs: fix return val in f2fs_start_ckpt_thread() | Yangtao Li |
2022-11-01 | f2fs: introduce max_ordered_discard sysfs node | Yangtao Li |
2022-11-01 | f2fs: fix normal discard process | Dongdong Zhang |
2022-11-01 | f2fs: cleanup in f2fs_create_flush_cmd_control() | Yangtao Li |
2022-11-01 | f2fs: fix to invalidate dcc->f2fs_issue_discard in error path | Chao Yu |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld |