summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)Author
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo
2024-11-18erofs: free pclusters if no cached folio is attachedChunhai Guo
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang
2024-09-12erofs: allocate more short-lived pages from reserved pool firstChunhai Guo
2024-09-12erofs: sunset unneeded NOFAILsGao Xiang
2024-09-10erofs: support compressed inodes for fileioGao Xiang
2024-09-10erofs: support unencoded inodes for fileioGao Xiang
2024-09-10erofs: handle overlapped pclusters out of crafted images properlyGao Xiang
2024-07-13erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter
2024-07-11erofs: avoid refcounting short-lived pagesGao Xiang
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang
2024-07-09erofs: move each decompressor to its own source fileGao Xiang
2024-07-08erofs: tidy up `struct z_erofs_bvec`Gao Xiang
2024-07-08erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang
2024-07-08erofs: convert z_erofs_read_fragment() to foliosGao Xiang
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang
2024-05-18z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro
2024-04-25erofs_buf: store address_space instead of inodeAl Viro
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu
2024-03-10erofs: refine managed cache operations to foliosGao Xiang
2024-03-10erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang
2024-03-10erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang
2024-03-10erofs: get rid of `justfound` debugging tagGao Xiang
2024-03-10erofs: convert z_erofs_do_read_page() to foliosGao Xiang
2024-03-10erofs: convert z_erofs_onlinepage_.* to foliosGao Xiang
2024-01-27erofs: relaxed temporary buffers allocation on readaheadChunhai Guo
2024-01-26erofs: fix infinite loop due to a race of filling compressed_bvecsGao Xiang
2024-01-25erofs: get rid of unneeded GFP_NOFSJingbo Xu
2023-12-21erofs: allow partially filled compressed bvecsYue Hu
2023-12-18erofs: enable sub-page compressed block supportGao Xiang
2023-12-18erofs: fix ztailpacking for subpage compressed blocksGao Xiang
2023-12-15erofs: record `pclustersize` in bytes instead of pagesGao Xiang
2023-12-15erofs: support I/O submission for sub-page compressed blocksGao Xiang
2023-12-15erofs: fix memory leak on short-lived bounced pagesGao Xiang
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGao Xiang
2023-08-23erofs: release ztailpacking pclusters properlyJingbo Xu
2023-08-23erofs: adapt folios for z_erofs_read_folio()Gao Xiang
2023-08-23erofs: adapt folios for z_erofs_readahead()Gao Xiang
2023-08-23erofs: get rid of fe->backmost for cache decompressionGao Xiang
2023-08-23erofs: drop z_erofs_page_mark_eio()Gao Xiang
2023-08-23erofs: tidy up z_erofs_do_read_page()Gao Xiang
2023-08-23erofs: move preparation logic into z_erofs_pcluster_begin()Gao Xiang
2023-08-23erofs: avoid obsolete {collector,collection} termsGao Xiang
2023-08-23erofs: simplify z_erofs_read_fragment()Gao Xiang
2023-08-23erofs: refine warning messages for zdata I/OsFerry Meng