index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
/
zdata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-11
erofs: get rid of z_erofs_try_to_claim_pcluster()
Gao Xiang
1
-20
/
+9
2024-09-12
erofs: allocate more short-lived pages from reserved pool first
Chunhai Guo
1
-2
/
+3
2024-09-12
erofs: sunset unneeded NOFAILs
Gao Xiang
1
-26
/
+31
2024-09-10
erofs: support compressed inodes for fileio
Gao Xiang
1
-10
/
+17
2024-09-10
erofs: support unencoded inodes for fileio
Gao Xiang
1
-41
/
+5
2024-09-10
erofs: handle overlapped pclusters out of crafted images properly
Gao Xiang
1
-33
/
+38
2024-07-13
erofs: silence uninitialized variable warning in z_erofs_scan_folio()
Dan Carpenter
1
-1
/
+1
2024-07-11
erofs: avoid refcounting short-lived pages
Gao Xiang
1
-9
/
+18
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
1
-11
/
+18
2024-07-09
erofs: move each decompressor to its own source file
Gao Xiang
1
-1
/
+1
2024-07-08
erofs: tidy up `struct z_erofs_bvec`
Gao Xiang
1
-52
/
+49
2024-07-08
erofs: teach z_erofs_scan_folios() to handle multi-page folios
Gao Xiang
1
-85
/
+82
2024-07-08
erofs: convert z_erofs_read_fragment() to folios
Gao Xiang
1
-8
/
+7
2024-07-08
erofs: convert z_erofs_pcluster_readmore() to folios
Gao Xiang
1
-8
/
+7
2024-05-18
z_erofs_pcluster_begin(): don't bother with rounding position down
Al Viro
1
-1
/
+1
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
1
-1
/
+1
2024-04-25
erofs_buf: store address_space instead of inode
Al Viro
1
-1
/
+1
2024-04-07
erofs: switch erofs_bread() to passing offset instead of block number
Al Viro
1
-2
/
+2
2024-03-10
erofs: support compressed inodes over fscache
Jingbo Xu
1
-12
/
+20
2024-03-10
erofs: refine managed cache operations to folios
Gao Xiang
1
-32
/
+31
2024-03-10
erofs: convert z_erofs_submissionqueue_endio() to folios
Gao Xiang
1
-11
/
+11
2024-03-10
erofs: convert z_erofs_fill_bio_vec() to folios
Gao Xiang
1
-35
/
+36
2024-03-10
erofs: get rid of `justfound` debugging tag
Gao Xiang
1
-17
/
+3
2024-03-10
erofs: convert z_erofs_do_read_page() to folios
Gao Xiang
1
-16
/
+15
2024-03-10
erofs: convert z_erofs_onlinepage_.* to folios
Gao Xiang
1
-28
/
+22
2024-01-27
erofs: relaxed temporary buffers allocation on readahead
Chunhai Guo
1
-4
/
+12
2024-01-26
erofs: fix infinite loop due to a race of filling compressed_bvecs
Gao Xiang
1
-36
/
+38
2024-01-25
erofs: get rid of unneeded GFP_NOFS
Jingbo Xu
1
-4
/
+4
2023-12-21
erofs: allow partially filled compressed bvecs
Yue Hu
1
-23
/
+13
2023-12-18
erofs: enable sub-page compressed block support
Gao Xiang
1
-2
/
+4
2023-12-18
erofs: fix ztailpacking for subpage compressed blocks
Gao Xiang
1
-1
/
+1
2023-12-15
erofs: record `pclustersize` in bytes instead of pages
Gao Xiang
1
-38
/
+26
2023-12-15
erofs: support I/O submission for sub-page compressed blocks
Gao Xiang
1
-82
/
+74
2023-12-15
erofs: fix memory leak on short-lived bounced pages
Gao Xiang
1
-3
/
+2
2023-10-31
erofs: fix erofs_insert_workgroup() lockref usage
Gao Xiang
1
-0
/
+1
2023-08-23
erofs: release ztailpacking pclusters properly
Jingbo Xu
1
-1
/
+4
2023-08-23
erofs: adapt folios for z_erofs_read_folio()
Gao Xiang
1
-5
/
+4
2023-08-23
erofs: adapt folios for z_erofs_readahead()
Gao Xiang
1
-17
/
+15
2023-08-23
erofs: get rid of fe->backmost for cache decompression
Gao Xiang
1
-5
/
+2
2023-08-23
erofs: drop z_erofs_page_mark_eio()
Gao Xiang
1
-20
/
+9
2023-08-23
erofs: tidy up z_erofs_do_read_page()
Gao Xiang
1
-29
/
+24
2023-08-23
erofs: move preparation logic into z_erofs_pcluster_begin()
Gao Xiang
1
-33
/
+27
2023-08-23
erofs: avoid obsolete {collector,collection} terms
Gao Xiang
1
-21
/
+18
2023-08-23
erofs: simplify z_erofs_read_fragment()
Gao Xiang
1
-26
/
+13
2023-08-23
erofs: refine warning messages for zdata I/Os
Ferry Meng
1
-14
/
+9
2023-08-01
erofs: fix wrong primary bvec selection on deduplicated extents
Gao Xiang
1
-3
/
+4
2023-07-12
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Chunhai Guo
1
-1
/
+1
2023-07-12
erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...
Chunhai Guo
1
-1
/
+1
2023-06-22
erofs: Fix detection of atomic context
Sandeep Dhavale
1
-1
/
+1
2023-06-18
erofs: use poison pointer to replace the hard-coded address
Gao Xiang
1
-3
/
+1
[next]