| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | f2fs: let's finish or reset zones all the time | Jaegeuk Kim | 2023-12-05 | 1 | -58/+17 |
* | f2fs: allocate new section if it's not new | Jaegeuk Kim | 2023-12-04 | 1 | -16/+17 |
* | f2fs: sysfs: support discard_io_aware | Chao Yu | 2023-11-28 | 1 | -1/+5 |
* | f2fs: skip adding a discard command if exists | Jaegeuk Kim | 2023-11-20 | 1 | -1/+2 |
* | f2fs: clean up zones when not successfully unmounted | Daeho Jeong | 2023-10-16 | 1 | -36/+56 |
* | f2fs: use finish zone command when closing a zone | Daeho Jeong | 2023-08-25 | 1 | -6/+13 |
* | Revert "f2fs: do not issue small discard commands during checkpoint" | Chao Yu | 2023-08-18 | 1 | -1/+1 |
* | f2fs: fix to account cp stats correctly | Chao Yu | 2023-08-14 | 1 | -1/+2 |
* | f2fs: fix to account gc stats correctly | Chao Yu | 2023-08-14 | 1 | -0/+1 |
* | f2fs: check zone type before sending async reset zone command | Shin'ichiro Kawasaki | 2023-08-14 | 1 | -11/+28 |
* | f2fs: flush inode if atomic file is aborted | Jaegeuk Kim | 2023-08-14 | 1 | -0/+2 |
* | Revert "f2fs: clean up w/ sbi->log_sectors_per_block" | Jaegeuk Kim | 2023-08-14 | 1 | -11/+12 |
* | f2fs: do not issue small discard commands during checkpoint | Jaegeuk Kim | 2023-06-26 | 1 | -1/+1 |
* | f2fs: check zone write pointer points to the end of zone | Daeho Jeong | 2023-06-26 | 1 | -2/+6 |
* | f2fs: add async reset zone command support | Daejun Park | 2023-06-12 | 1 | -3/+81 |
* | f2fs: clean up w/ sbi->log_sectors_per_block | Chao Yu | 2023-06-12 | 1 | -12/+11 |
* | f2fs: close unused open zones while mounting | Daeho Jeong | 2023-06-12 | 1 | -22/+31 |
* | f2fs: allocate node blocks for atomic write block replacement | Daeho Jeong | 2023-04-24 | 1 | -1/+1 |
* | f2fs: remove power-of-two limitation of zoned device | Jaegeuk Kim | 2023-04-24 | 1 | -1/+1 |
* | f2fs: add has_enough_free_secs() | Yangtao Li | 2023-04-18 | 1 | -21/+22 |
* | f2fs: fix to check return value of inc_valid_block_count() | Chao Yu | 2023-04-13 | 1 | -1/+7 |
* | f2fs: fix passing relative address when discard zones | Daeho Jeong | 2023-04-13 | 1 | -3/+2 |
* | f2fs: remove struct victim_selection default_v_ops | Yangtao Li | 2023-04-10 | 1 | -3/+2 |
* | f2fs: fix null pointer panic in tracepoint in __replace_atomic_write_block | Jaegeuk Kim | 2023-04-04 | 1 | -1/+1 |
* | f2fs: fix align check for npo2 | Yohan Joung | 2023-04-04 | 1 | -2/+3 |
* | f2fs: apply zone capacity to all zone type | Jaegeuk Kim | 2023-03-29 | 1 | -61/+4 |
* | f2fs: Fix discard bug on zoned block devices with 2MiB zone size | Yonggil Song | 2023-03-29 | 1 | -1/+3 |
* | f2fs: factor out discard_cmd usage from general rb_tree use | Jaegeuk Kim | 2023-03-29 | 1 | -84/+165 |
* | f2fs: factor out victim_entry usage from general rb_tree use | Jaegeuk Kim | 2023-03-29 | 1 | -2/+2 |
* | f2fs: Revert "f2fs: truncate blocks in batch in __complete_revoke_list()" | Jaegeuk Kim | 2023-02-15 | 1 | -2/+7 |
* | f2fs: synchronize atomic write aborts | Daeho Jeong | 2023-02-14 | 1 | -3/+0 |
* | f2fs: fix typos in comments | Jinyoung CHOI | 2023-02-07 | 1 | -1/+1 |
* | f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info | Chao Yu | 2023-02-02 | 1 | -3/+3 |
* | f2fs: remove __has_curseg_space | Christoph Hellwig | 2023-02-02 | 1 | -11/+8 |
* | f2fs: refactor next blk selection | Christoph Hellwig | 2023-02-02 | 1 | -25/+23 |
* | f2fs: remove __allocate_new_section | Christoph Hellwig | 2023-02-02 | 1 | -7/+1 |
* | f2fs: refactor __allocate_new_segment | Christoph Hellwig | 2023-02-02 | 1 | -9/+5 |
* | f2fs: add a f2fs_curseg_valid_blocks helper | Christoph Hellwig | 2023-02-02 | 1 | -17/+15 |
* | f2fs: remove __add_sum_entry | Christoph Hellwig | 2023-01-31 | 1 | -21/+2 |
* | f2fs: return true if all cmd were issued or no cmd need to be issued for f2fs... | Yangtao Li | 2023-01-31 | 1 | -3/+10 |
* | f2fs: clear atomic_write_task in f2fs_abort_atomic_write() | Chao Yu | 2023-01-30 | 1 | -0/+3 |
* | f2fs: introduce trace_f2fs_replace_atomic_write_block | Chao Yu | 2023-01-30 | 1 | -0/+3 |
* | f2fs: introduce discard_io_aware_gran sysfs node | Yangtao Li | 2023-01-30 | 1 | -1/+2 |
* | f2fs: add iostat support for flush | Yangtao Li | 2023-01-30 | 1 | -0/+2 |
* | f2fs: support accounting iostat count and avg_bytes | Yangtao Li | 2023-01-11 | 1 | -1/+1 |
* | f2fs: convert discard_wake and gc_wake to bool type | Yangtao Li | 2023-01-11 | 1 | -1/+1 |
* | f2fs: convert to use MIN_DISCARD_GRANULARITY macro | Yangtao Li | 2023-01-11 | 1 | -3/+4 |
* | f2fs: merge f2fs_show_injection_info() into time_to_inject() | Yangtao Li | 2023-01-11 | 1 | -4/+1 |
* | f2fs: deliver the accumulated 'issued' to __issue_discard_cmd_orderly() | Yuwei Guan | 2023-01-06 | 1 | -14/+12 |
* | f2fs: avoid to check PG_error flag | Chao Yu | 2023-01-06 | 1 | -1/+0 |