summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/compress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix potential deadlock on compressed quota fileChao Yu2020-03-311-5/+10
* f2fs: fix to account compressed blocks in f2fs_compressed_blocks()Chao Yu2020-03-231-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-181-0/+1176