index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
zdata.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Chunhai Guo
2023-07-11
1
-1
/
+1
*
erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...
Chunhai Guo
2023-07-11
1
-1
/
+1
*
erofs: Fix detection of atomic context
Sandeep Dhavale
2023-06-22
1
-1
/
+1
*
erofs: use poison pointer to replace the hard-coded address
Gao Xiang
2023-06-18
1
-3
/
+1
*
erofs: use struct lockref to replace handcrafted approach
Gao Xiang
2023-06-18
1
-7
/
+8
*
erofs: adapt managed inode operations into folios
Gao Xiang
2023-05-29
1
-8
/
+51
*
erofs: kill hooked chains to avoid loops on deduplicated compressed images
Gao Xiang
2023-05-29
1
-61
/
+11
*
erofs: avoid on-stack pagepool directly passed by arguments
Gao Xiang
2023-05-29
1
-34
/
+30
*
erofs: allocate extra bvec pages directly instead of retrying
Gao Xiang
2023-05-29
1
-20
/
+12
*
erofs: clean up z_erofs_pcluster_readmore()
Yue Hu
2023-05-29
1
-15
/
+12
*
erofs: remove the member readahead from struct z_erofs_decompress_frontend
Yue Hu
2023-05-29
1
-10
/
+8
*
erofs: fold in z_erofs_decompress()
Yue Hu
2023-05-29
1
-1
/
+3
*
erofs: use HIPRI by default if per-cpu kthreads are enabled
Gao Xiang
2023-05-23
1
-2
/
+0
*
erofs: sunset erofs_dbg()
Gao Xiang
2023-04-16
1
-5
/
+0
*
erofs: keep meta inode into erofs_buf
Gao Xiang
2023-04-16
1
-2
/
+2
*
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
2023-04-16
1
-8
/
+10
*
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
2023-03-09
1
-6
/
+6
*
erofs: fix an error code in z_erofs_init_zip_subsystem()
Dan Carpenter
2023-02-16
1
-1
/
+3
*
erofs: add per-cpu threads for decompression as an option
Sandeep Dhavale
2023-02-15
1
-20
/
+170
*
erofs: move zdata.h into zdata.c
Gao Xiang
2023-02-15
1
-1
/
+165
*
erofs: remove tagged pointer helpers
Gao Xiang
2023-02-15
1
-20
/
+6
*
erofs: avoid tagged pointers to mark sync decompression
Gao Xiang
2023-02-15
1
-26
/
+16
*
erofs: fix kvcalloc() misuse with __GFP_NOFAIL
Gao Xiang
2023-01-10
1
-6
/
+6
*
erofs: Fix pcluster memleak when its block address is zero
Chen Zhongjin
2022-12-07
1
-1
/
+2
*
erofs: clean up cached I/O strategies
Gao Xiang
2022-12-07
1
-46
/
+31
*
Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-11-15
1
-0
/
+3
|
\
|
*
erofs: fix general protection fault when reading fragment
Yue Hu
2022-11-08
1
-0
/
+3
*
|
fs: fix leaked psi pressure state
Johannes Weiner
2022-11-09
1
-7
/
+11
|
/
*
erofs: fix up inplace decompression success rate
Gao Xiang
2022-10-17
1
-5
/
+4
*
erofs: shouldn't churn the mapping page for duplicated copies
Gao Xiang
2022-10-17
1
-5
/
+3
*
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-07
1
-1
/
+12
|
\
|
*
erofs: add manual PSI accounting for the compressed address space
Christoph Hellwig
2022-09-20
1
-1
/
+12
*
|
erofs: introduce partial-referenced pclusters
Gao Xiang
2022-09-26
1
-0
/
+1
*
|
erofs: support on-disk compressed fragments data
Yue Hu
2022-09-26
1
-1
/
+49
|
/
*
erofs: introduce multi-reference pclusters (fully-referenced)
Gao Xiang
2022-07-22
1
-54
/
+88
*
erofs: record the longest decompressed size in this round
Gao Xiang
2022-07-21
1
-51
/
+27
*
erofs: introduce z_erofs_do_decompressed_bvec()
Gao Xiang
2022-07-21
1
-27
/
+22
*
erofs: try to leave (de)compressed_pages on stack if possible
Gao Xiang
2022-07-21
1
-13
/
+21
*
erofs: introduce struct z_erofs_decompress_backend
Gao Xiang
2022-07-21
1
-65
/
+75
*
erofs: get rid of `z_pagemap_global'
Gao Xiang
2022-07-21
1
-24
/
+4
*
erofs: clean up `enum z_erofs_collectmode'
Gao Xiang
2022-07-21
1
-32
/
+31
*
erofs: get rid of `enum z_erofs_page_type'
Gao Xiang
2022-07-21
1
-25
/
+5
*
erofs: rework online page handling
Gao Xiang
2022-07-21
1
-34
/
+23
*
erofs: switch compressed_pages[] to bufvec
Gao Xiang
2022-07-21
1
-58
/
+55
*
erofs: introduce `z_erofs_parse_in_bvecs'
Gao Xiang
2022-07-21
1
-52
/
+80
*
erofs: drop the old pagevec approach
Gao Xiang
2022-07-21
1
-6
/
+15
*
erofs: introduce bufvec to store decompressed buffers
Gao Xiang
2022-07-21
1
-46
/
+131
*
erofs: introduce `z_erofs_parse_out_bvecs()'
Gao Xiang
2022-07-21
1
-38
/
+43
*
erofs: clean up z_erofs_collector_begin()
Gao Xiang
2022-07-21
1
-17
/
+15
*
erofs: get rid of unneeded `inode', `map' and `sb'
Gao Xiang
2022-07-21
1
-23
/
+19
[next]