summaryrefslogtreecommitdiff
path: root/fs/f2fs/compress.c
AgeCommit message (Expand)Author
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