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