summaryrefslogtreecommitdiff
path: root/fs/f2fs/compress.c
AgeCommit message (Expand)Author
2020-04-03f2fs: fix to verify tpage before releasing in f2fs_free_dic()Chao Yu
2020-04-03f2fs: clean up dic->tpages assignmentChao Yu
2020-04-03f2fs: compress: support zstd compress algorithmChao Yu
2020-03-30f2fs: compress: add .{init,destroy}_decompress_ctx callbackChao Yu
2020-03-30f2fs: compress: fix to call missing destroy_compress_ctx()Chao Yu
2020-03-30f2fs: clean up {cic,dic}.ref handlingChao Yu
2020-03-30f2fs: fix NULL pointer dereference in f2fs_verity_work()Chao Yu
2020-03-30f2fs: fix to clear PG_error if fsverity failedChao Yu
2020-03-30f2fs: fix potential deadlock on compressed quota fileChao Yu
2020-03-22f2fs: fix to account compressed blocks in f2fs_compressed_blocks()Chao Yu
2020-03-19f2fs: fix to avoid triggering IO in write pathChao Yu
2020-03-19f2fs: introduce DEFAULT_IO_TIMEOUTChao Yu
2020-03-19f2fs: clean up codes with {f2fs_,}data_blkaddr()Chao Yu
2020-03-10f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()Chao Yu
2020-03-10f2fs: cover last_disk_size update with spinlockChao Yu
2020-02-27f2fs: fix to avoid potential deadlockChao Yu
2020-02-27f2fs: recycle unused compress_data.chksum feildChao Yu
2020-02-27f2fs: fix to avoid NULL pointer dereferenceChao Yu
2020-02-27f2fs: fix leaking uninitialized memory in compressed clustersEric Biggers
2020-01-17f2fs: support data compressionChao Yu