summaryrefslogtreecommitdiffstats
path: root/fs/erofs/zdata.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* erofs: handle overlapped pclusters out of crafted images properlyGao Xiang2024-09-101-33/+38
* erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter2024-07-131-1/+1
* erofs: avoid refcounting short-lived pagesGao Xiang2024-07-111-9/+18
* erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang2024-07-091-11/+18
* erofs: move each decompressor to its own source fileGao Xiang2024-07-091-1/+1
* erofs: tidy up `struct z_erofs_bvec`Gao Xiang2024-07-081-52/+49
* erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang2024-07-081-85/+82
* erofs: convert z_erofs_read_fragment() to foliosGao Xiang2024-07-081-8/+7
* erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang2024-07-081-8/+7
* z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro2024-05-171-1/+1
* erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro2024-05-171-1/+1
* erofs_buf: store address_space instead of inodeAl Viro2024-04-251-1/+1
* erofs: switch erofs_bread() to passing offset instead of block numberAl Viro2024-04-071-2/+2
* erofs: support compressed inodes over fscacheJingbo Xu2024-03-101-12/+20
* erofs: refine managed cache operations to foliosGao Xiang2024-03-101-32/+31
* erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang2024-03-101-11/+11
* erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang2024-03-101-35/+36
* erofs: get rid of `justfound` debugging tagGao Xiang2024-03-101-17/+3
* erofs: convert z_erofs_do_read_page() to foliosGao Xiang2024-03-101-16/+15
* erofs: convert z_erofs_onlinepage_.* to foliosGao Xiang2024-03-101-28/+22
* erofs: relaxed temporary buffers allocation on readaheadChunhai Guo2024-01-271-4/+12
* erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang2024-01-261-36/+38
* erofs: get rid of unneeded GFP_NOFSJingbo Xu2024-01-251-4/+4
* erofs: allow partially filled compressed bvecsYue Hu2023-12-211-23/+13
* erofs: enable sub-page compressed block supportGao Xiang2023-12-181-2/+4
* erofs: fix ztailpacking for subpage compressed blocksGao Xiang2023-12-181-1/+1
* erofs: record `pclustersize` in bytes instead of pagesGao Xiang2023-12-141-38/+26
* erofs: support I/O submission for sub-page compressed blocksGao Xiang2023-12-141-82/+74
* erofs: fix memory leak on short-lived bounced pagesGao Xiang2023-12-141-3/+2
* erofs: fix erofs_insert_workgroup() lockref usageGao Xiang2023-10-311-0/+1
* erofs: release ztailpacking pclusters properlyJingbo Xu2023-08-231-1/+4
* erofs: adapt folios for z_erofs_read_folio()Gao Xiang2023-08-231-5/+4
* erofs: adapt folios for z_erofs_readahead()Gao Xiang2023-08-231-17/+15
* erofs: get rid of fe->backmost for cache decompressionGao Xiang2023-08-231-5/+2
* erofs: drop z_erofs_page_mark_eio()Gao Xiang2023-08-231-20/+9
* erofs: tidy up z_erofs_do_read_page()Gao Xiang2023-08-231-29/+24
* erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang2023-08-231-33/+27
* erofs: avoid obsolete {collector,collection} termsGao Xiang2023-08-231-21/+18
* erofs: simplify z_erofs_read_fragment()Gao Xiang2023-08-231-26/+13
* erofs: refine warning messages for zdata I/OsFerry Meng2023-08-231-14/+9
* erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang2023-08-011-3/+4
* erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo2023-07-111-1/+1
* erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo2023-07-111-1/+1
* erofs: Fix detection of atomic contextSandeep Dhavale2023-06-221-1/+1
* erofs: use poison pointer to replace the hard-coded addressGao Xiang2023-06-181-3/+1
* erofs: use struct lockref to replace handcrafted approachGao Xiang2023-06-181-7/+8
* erofs: adapt managed inode operations into foliosGao Xiang2023-05-291-8/+51
* erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang2023-05-291-61/+11
* erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang2023-05-291-34/+30
* erofs: allocate extra bvec pages directly instead of retryingGao Xiang2023-05-291-20/+12