Age | Commit message (Expand) | Author |
2024-03-04 | f2fs: ro: compress: fix to avoid caching unaligned extent | Chao Yu |
2024-02-05 | f2fs: compress: remove some redundant codes in f2fs_cache_compressed_page | Zhiguo Niu |
2024-02-05 | f2fs: support printk_ratelimited() in f2fs_printk() | Chao Yu |
2024-02-05 | f2fs: compress: fix to cover normal cluster write with cp_rwsem | Chao Yu |
2024-02-05 | f2fs: compress: fix to guarantee persisting compressed blocks by CP | Chao Yu |
2024-01-11 | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-12-11 | f2fs: fix to tag gcing flag on page during block migration | Chao Yu |
2023-12-11 | f2fs: delete obsolete FI_FIRST_BLOCK_WRITTEN | Chao Yu |
2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) |
2023-10-09 | f2fs: avoid format-overflow warning | Su Hui |
2023-09-12 | f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is on | Chao Yu |
2023-09-02 | Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-08-14 | f2fs: don't handle error case of f2fs_compress_alloc_page() | Chao Yu |
2023-07-24 | filemap: Add fgf_t typedef | Matthew Wilcox (Oracle) |
2023-06-26 | f2fs: add helper to check compression level | Sheng Yong |
2023-06-26 | f2fs: assign default compression level | Jaegeuk Kim |
2023-06-12 | f2fs: flush error flags in workqueue | Chao Yu |
2023-06-12 | f2fs: fix potential deadlock due to unpaired node_write lock use | Chao Yu |
2023-05-23 | f2fs: fix the wrong condition to determine atomic context | Jaegeuk Kim |
2023-04-10 | f2fs: merge lz4hc_compress_pages() to lz4_compress_pages() | Yangtao Li |
2023-03-29 | f2fs: fix scheduling while atomic in decompression path | Jaegeuk Kim |
2023-03-29 | f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p... | Yangtao Li |
2023-03-29 | f2fs: convert to use bitmap API | Yangtao Li |
2023-02-07 | f2fs: fix typos in comments | Jinyoung CHOI |
2023-02-02 | f2fs: clean up i_compress_flag and i_compress_level usage | Chao Yu |
2023-02-02 | f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_info | Chao Yu |
2023-01-11 | f2fs: mark f2fs_init_compress_mempool w/ __init | Yangtao Li |
2023-01-11 | f2fs: start freeing cluster pages from the unused number | Zhang Qilong |
2023-01-06 | f2fs: split __submit_bio | Christoph Hellwig |
2023-01-04 | f2fs: fix to support .migrate_folio for compressed inode | 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-08 | f2fs: do some cleanup for f2fs module init | Yangtao Li |
2022-11-28 | fsverity: stop using PG_error to track error status | Eric Biggers |
2022-11-28 | f2fs: set zstd compress level correctly | Sheng Yong |
2022-10-04 | f2fs: support recording errors into superblock | Chao Yu |
2022-10-04 | f2fs: remove redundant check in f2fs_sanity_check_cluster | Zhang Qilong |
2022-10-04 | f2fs: use COMPRESS_MAPPING to get compress cache mapping | Zhang Qilong |
2022-09-12 | f2fs: simplify code in f2fs_prepare_decomp_mem | Zhang Qilong |
2022-08-08 | Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds |
2022-08-05 | f2fs: use onstack pages instead of pvec | Fengnan Chang |
2022-08-05 | f2fs: intorduce f2fs_all_cluster_page_ready | Fengnan Chang |
2022-08-05 | f2fs: handle decompress only post processing in softirq | Daeho Jeong |
2022-06-29 | f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios() | Matthew Wilcox (Oracle) |
2022-06-28 | f2fs: initialize page_array_entry slab only if compression feature is on | Chao Yu |
2022-05-09 | f2fs: Convert to release_folio | Matthew Wilcox (Oracle) |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | f2fs: replace congestion_wait() calls with io_schedule_timeout() | NeilBrown |
2022-03-17 | f2fs: compress: fix to print raw data size in error path of lz4 decompression | Chao Yu |
2022-03-15 | f2fs: Convert invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) |