aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/compress.c
AgeCommit message (Expand)Author
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-12-14f2fs: compress: fix potential deadlock of compress fileHyeong-Jun Kim
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-13Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-08lib: zstd: Add kernel-specific APINick Terrell
2021-10-26f2fs: compress: fix overwrite may reduce compress ratio unproperlyFengnan Chang
2021-10-26f2fs: include non-compressed blocks in compr_written_blockDaeho Jeong
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig
2021-08-31f2fs: deallocate compressed pages when error happensJaegeuk Kim
2021-08-17f2fs: compress: do sanity check on clusterChao Yu
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-08-05f2fs: extent cache: support unaligned extentChao Yu
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu
2021-06-23f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bitJaegeuk Kim
2021-06-23f2fs: compress: remove unneeded preallocationChao Yu
2021-05-26f2fs: let's allow compression for mmap filesJaegeuk Kim
2021-05-14f2fs: compress: clean up parameter of __f2fs_cluster_blocks()Chao Yu
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu
2021-05-14f2fs: add cp_error check in f2fs_write_compressed_pagesChao Yu
2021-05-14f2fs: compress: rename __cluster_may_compressChao Yu
2021-05-11f2fs: compress: fix to assign cc.cluster_idx correctlyChao Yu
2021-05-11f2fs: compress: fix race condition of overwrite vs truncateChao Yu
2021-05-11f2fs: compress: fix to free compress page correctlyChao Yu
2021-04-26f2fs: compress: remove unneed check conditionChao Yu
2021-04-24f2fs: clean up left deprecated IO trace codesChao Yu
2021-03-25f2fs: add sysfs nodes to get runtime compression statDaeho Jeong
2021-01-27f2fs: compress: fix potential deadlockChao Yu
2021-01-27f2fs: clean up post-read processingEric Biggers
2021-01-27f2fs: compress: support compress levelChao Yu
2020-12-10f2fs: compress: fix compression chksumChao Yu
2020-12-08f2fs: fix race of pending_pages in decompressionDaeho Jeong
2020-12-03f2fs: add compress_mode mount optionDaeho Jeong
2020-12-02f2fs: compress: support chksumChao Yu
2020-09-29f2fs: fix slab leak of rpages pointerJaegeuk Kim
2020-09-29f2fs: compress: introduce cic/dic slab cacheChao Yu
2020-09-29f2fs: compress: introduce page array slab cacheChao Yu
2020-09-11f2fs: change virtual mapping way for compression pagesDaeho Jeong
2020-09-11f2fs: allocate proper size memory for zstd decompressChao Yu
2020-09-10f2fs: compress: use more readable atomic_t type for {cic,dic}.refChao Yu
2020-09-10f2fs: compress: remove unneeded codeChao Yu
2020-08-10Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-26f2fs: compress: delay temp page allocationChao Yu
2020-07-20f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu
2020-07-08f2fs: add inline encryption supportSatya Tangirala
2020-07-08f2fs: fix to wait GCed compressed page writebackChao Yu
2020-07-07f2fs: fix an oops in f2fs_is_compressed_pageYu Changchun
2020-07-07f2fs: fix to check page dirty status before writebackChao Yu
2020-07-07f2fs: remove the unused compr parameterWang Xiaojun
2020-07-07f2fs: shrink node_write lock coverageChao Yu