summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/compress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: get rid of page->indexChao Yu2024-09-071-1/+1
* f2fs: convert f2fs_set_compressed_page() to use folioChao Yu2024-09-071-3/+5
* f2fs: convert f2fs_write_single_data_page() to use folioChao Yu2024-09-071-1/+2
* f2fs: convert f2fs_compress_ctx_add_page() to use folioChao Yu2024-09-071-7/+7
* f2fs: compress: don't redirty sparse cluster during {,de}compressYeongjin Gil2024-08-211-8/+28
* f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim2024-06-181-1/+1
* f2fs: use f2fs_{err,info}_ratelimited() for cleanupChao Yu2024-05-091-30/+24
* f2fs: clear writeback when compression failedJaegeuk Kim2024-04-251-2/+38
* f2fs: use folio_test_writebackJaegeuk Kim2024-04-121-1/+1
* f2fs: ro: compress: fix to avoid caching unaligned extentChao Yu2024-03-041-4/+6
* f2fs: compress: remove some redundant codes in f2fs_cache_compressed_pageZhiguo Niu2024-02-061-4/+0
* f2fs: support printk_ratelimited() in f2fs_printk()Chao Yu2024-02-061-5/+5
* f2fs: compress: fix to cover normal cluster write with cp_rwsemChao Yu2024-02-061-9/+18
* f2fs: compress: fix to guarantee persisting compressed blocks by CPChao Yu2024-02-061-1/+3
* Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-121-3/+3
|\
| * f2fs: fix to tag gcing flag on page during block migrationChao Yu2023-12-111-1/+3
| * f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu2023-12-111-2/+0
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-111-1/+1
|/
* f2fs: avoid format-overflow warningSu Hui2023-10-091-1/+1
* f2fs: compress: do sanity check on cluster when CONFIG_F2FS_CHECK_FS is onChao Yu2023-09-121-27/+34
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-031-13/+1
|\
| * f2fs: don't handle error case of f2fs_compress_alloc_page()Chao Yu2023-08-141-13/+1
* | filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2023-07-251-1/+1
|/
* f2fs: add helper to check compression levelSheng Yong2023-06-261-0/+27
* f2fs: assign default compression levelJaegeuk Kim2023-06-261-2/+1
* f2fs: flush error flags in workqueueChao Yu2023-06-121-1/+1
* f2fs: fix potential deadlock due to unpaired node_write lock useChao Yu2023-06-121-3/+4
* f2fs: fix the wrong condition to determine atomic contextJaegeuk Kim2023-05-241-1/+1
* f2fs: merge lz4hc_compress_pages() to lz4_compress_pages()Yangtao Li2023-04-101-22/+8
* f2fs: fix scheduling while atomic in decompression pathJaegeuk Kim2023-03-301-1/+6
* f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...Yangtao Li2023-03-301-0/+6
* f2fs: convert to use bitmap APIYangtao Li2023-03-301-2/+2
* f2fs: fix typos in commentsJinyoung CHOI2023-02-071-1/+1
* f2fs: clean up i_compress_flag and i_compress_level usageChao Yu2023-02-021-5/+3
* f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu2023-02-021-2/+3
* f2fs: mark f2fs_init_compress_mempool w/ __initYangtao Li2023-01-111-1/+1
* f2fs: start freeing cluster pages from the unused numberZhang Qilong2023-01-111-3/+1
* f2fs: split __submit_bioChristoph Hellwig2023-01-071-1/+1
* f2fs: fix to support .migrate_folio for compressed inodeChao Yu2023-01-041-0/+1
* Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-151-41/+7
|\
| * f2fs: do some cleanup for f2fs module initYangtao Li2022-12-081-40/+6
| * f2fs: set zstd compress level correctlySheng Yong2022-11-281-1/+1
* | fsverity: stop using PG_error to track error statusEric Biggers2022-11-291-33/+31
|/
* f2fs: support recording errors into superblockChao Yu2022-10-041-0/+2
* f2fs: remove redundant check in f2fs_sanity_check_clusterZhang Qilong2022-10-041-11/+9
* f2fs: use COMPRESS_MAPPING to get compress cache mappingZhang Qilong2022-10-041-1/+1
* f2fs: simplify code in f2fs_prepare_decomp_memZhang Qilong2022-09-131-6/+2
* Merge tag 'f2fs-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2022-08-081-76/+153
|\
| * f2fs: use onstack pages instead of pvecFengnan Chang2022-08-051-4/+4
| * f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang2022-08-051-7/+14