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
/
erofs
/
zdata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-23
erofs: use HIPRI by default if per-cpu kthreads are enabled
Gao Xiang
1
-2
/
+0
2023-04-16
erofs: sunset erofs_dbg()
Gao Xiang
1
-5
/
+0
2023-04-16
erofs: keep meta inode into erofs_buf
Gao Xiang
1
-2
/
+2
2023-04-16
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
1
-8
/
+10
2023-03-09
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
1
-6
/
+6
2023-02-16
erofs: fix an error code in z_erofs_init_zip_subsystem()
Dan Carpenter
1
-1
/
+3
2023-02-15
erofs: add per-cpu threads for decompression as an option
Sandeep Dhavale
1
-20
/
+170
2023-02-15
erofs: move zdata.h into zdata.c
Gao Xiang
1
-1
/
+165
2023-02-15
erofs: remove tagged pointer helpers
Gao Xiang
1
-20
/
+6
2023-02-15
erofs: avoid tagged pointers to mark sync decompression
Gao Xiang
1
-26
/
+16
2023-01-10
erofs: fix kvcalloc() misuse with __GFP_NOFAIL
Gao Xiang
1
-6
/
+6
2022-12-07
erofs: Fix pcluster memleak when its block address is zero
Chen Zhongjin
1
-1
/
+2
2022-12-07
erofs: clean up cached I/O strategies
Gao Xiang
1
-46
/
+31
2022-11-15
Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2022-11-09
fs: fix leaked psi pressure state
Johannes Weiner
1
-7
/
+11
2022-11-08
erofs: fix general protection fault when reading fragment
Yue Hu
1
-0
/
+3
2022-10-17
erofs: fix up inplace decompression success rate
Gao Xiang
1
-5
/
+4
2022-10-17
erofs: shouldn't churn the mapping page for duplicated copies
Gao Xiang
1
-5
/
+3
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+12
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
1
-0
/
+1
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
1
-1
/
+49
2022-09-20
erofs: add manual PSI accounting for the compressed address space
Christoph Hellwig
1
-1
/
+12
2022-07-22
erofs: introduce multi-reference pclusters (fully-referenced)
Gao Xiang
1
-54
/
+88
2022-07-21
erofs: record the longest decompressed size in this round
Gao Xiang
1
-51
/
+27
2022-07-21
erofs: introduce z_erofs_do_decompressed_bvec()
Gao Xiang
1
-27
/
+22
2022-07-21
erofs: try to leave (de)compressed_pages on stack if possible
Gao Xiang
1
-13
/
+21
2022-07-21
erofs: introduce struct z_erofs_decompress_backend
Gao Xiang
1
-65
/
+75
2022-07-21
erofs: get rid of `z_pagemap_global'
Gao Xiang
1
-24
/
+4
2022-07-21
erofs: clean up `enum z_erofs_collectmode'
Gao Xiang
1
-32
/
+31
2022-07-21
erofs: get rid of `enum z_erofs_page_type'
Gao Xiang
1
-25
/
+5
2022-07-21
erofs: rework online page handling
Gao Xiang
1
-34
/
+23
2022-07-21
erofs: switch compressed_pages[] to bufvec
Gao Xiang
1
-58
/
+55
2022-07-21
erofs: introduce `z_erofs_parse_in_bvecs'
Gao Xiang
1
-52
/
+80
2022-07-21
erofs: drop the old pagevec approach
Gao Xiang
1
-6
/
+15
2022-07-21
erofs: introduce bufvec to store decompressed buffers
Gao Xiang
1
-46
/
+131
2022-07-21
erofs: introduce `z_erofs_parse_out_bvecs()'
Gao Xiang
1
-38
/
+43
2022-07-21
erofs: clean up z_erofs_collector_begin()
Gao Xiang
1
-17
/
+15
2022-07-21
erofs: get rid of unneeded `inode', `map' and `sb'
Gao Xiang
1
-23
/
+19
2022-06-01
Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-100
/
+67
2022-05-31
erofs: fix 'backmost' member of z_erofs_decompress_frontend
Weizhao Ouyang
1
-1
/
+1
2022-05-31
erofs: simplify z_erofs_pcluster_readmore()
Gao Xiang
1
-13
/
+10
2022-05-31
erofs: get rid of label `restart_now'
Gao Xiang
1
-19
/
+14
2022-05-31
erofs: get rid of `struct z_erofs_collection'
Gao Xiang
1
-68
/
+43
2022-05-09
erofs: Convert erofs zdata to read_folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-04-15
erofs: fix use-after-free of on-stack io[]
Hongyu Jin
1
-8
/
+4
2022-03-22
Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-96
/
+88
2022-03-22
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+2
2022-03-16
erofs: refine managed inode stuffs
Gao Xiang
1
-4
/
+3
2022-03-16
erofs: clean up preload_compressed_pages()
Gao Xiang
1
-8
/
+10
2022-03-16
erofs: get rid of `struct z_erofs_collector'
Gao Xiang
1
-86
/
+77
[next]