index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
compress.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-11
Merge tag 'f2fs-for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-25
/
+64
2020-07-26
f2fs: compress: delay temp page allocation
Chao Yu
1
-16
/
+21
2020-07-21
f2fs: compress: fix to avoid memory leak on cc->cpages
Chao Yu
1
-0
/
+2
2020-07-08
f2fs: add inline encryption support
Satya Tangirala
1
-1
/
+1
2020-07-08
f2fs: fix to wait GCed compressed page writeback
Chao Yu
1
-0
/
+7
2020-07-08
f2fs: fix an oops in f2fs_is_compressed_page
Yu Changchun
1
-0
/
+7
2020-07-08
f2fs: fix to check page dirty status before writeback
Chao Yu
1
-0
/
+6
2020-07-08
f2fs: remove the unused compr parameter
Wang Xiaojun
1
-3
/
+3
2020-07-08
f2fs: shrink node_write lock coverage
Chao Yu
1
-3
/
+15
2020-07-08
f2fs: add prefix for exported symbols
Chao Yu
1
-2
/
+2
2020-06-18
f2fs: avoid checkpatch error
Jaegeuk Kim
1
-1
/
+1
2020-06-09
f2fs: remove unused parameter of f2fs_put_rpages_mapping()
Chao Yu
1
-4
/
+3
2020-05-28
f2fs: compress: don't compress any datas after cp stop
Chao Yu
1
-0
/
+2
2020-05-12
f2fs: compress: fix zstd data corruption
Chao Yu
1
-0
/
+7
2020-05-12
f2fs: compress: let lz4 compressor handle output buffer budget properly
Chao Yu
1
-6
/
+9
2020-05-12
f2fs: compress: support lzo-rle compress algorithm
Chao Yu
1
-0
/
+30
2020-05-12
f2fs: introduce mempool for {,de}compress intermediate page allocation
Chao Yu
1
-22
/
+42
2020-05-08
f2fs: support partial truncation on compressed inode
Chao Yu
1
-0
/
+49
2020-04-24
f2fs: fix quota_sync failure due to f2fs_lock_op
Jaegeuk Kim
1
-3
/
+5
2020-04-03
f2fs: fix to verify tpage before releasing in f2fs_free_dic()
Chao Yu
1
-0
/
+2
2020-04-03
f2fs: clean up dic->tpages assignment
Chao Yu
1
-7
/
+3
2020-04-03
f2fs: compress: support zstd compress algorithm
Chao Yu
1
-0
/
+165
2020-03-31
f2fs: compress: add .{init,destroy}_decompress_ctx callback
Chao Yu
1
-6
/
+21
2020-03-31
f2fs: compress: fix to call missing destroy_compress_ctx()
Chao Yu
1
-0
/
+2
2020-03-31
f2fs: clean up {cic,dic}.ref handling
Chao Yu
1
-10
/
+6
2020-03-31
f2fs: fix NULL pointer dereference in f2fs_verity_work()
Chao Yu
1
-0
/
+2
2020-03-31
f2fs: fix to clear PG_error if fsverity failed
Chao Yu
1
-8
/
+10
2020-03-31
f2fs: fix potential deadlock on compressed quota file
Chao Yu
1
-5
/
+10
2020-03-23
f2fs: fix to account compressed blocks in f2fs_compressed_blocks()
Chao Yu
1
-6
/
+22
2020-03-19
f2fs: fix to avoid triggering IO in write path
Chao Yu
1
-1
/
+1
2020-03-19
f2fs: introduce DEFAULT_IO_TIMEOUT
Chao Yu
1
-1
/
+2
2020-03-19
f2fs: clean up codes with {f2fs_,}data_blkaddr()
Chao Yu
1
-4
/
+3
2020-03-10
f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()
Chao Yu
1
-1
/
+1
2020-03-10
f2fs: cover last_disk_size update with spinlock
Chao Yu
1
-2
/
+2
2020-02-27
f2fs: fix to avoid potential deadlock
Chao Yu
1
-3
/
+3
2020-02-27
f2fs: recycle unused compress_data.chksum feild
Chao Yu
1
-1
/
+0
2020-02-27
f2fs: fix to avoid NULL pointer dereference
Chao Yu
1
-1
/
+2
2020-02-27
f2fs: fix leaking uninitialized memory in compressed clusters
Eric Biggers
1
-2
/
+6
2020-01-18
f2fs: support data compression
Chao Yu
1
-0
/
+1176