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