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-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