summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)Author
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
2023-08-01erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang
2023-07-12erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOFChunhai Guo
2023-07-12erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...Chunhai Guo
2023-06-22erofs: Fix detection of atomic contextSandeep Dhavale
2023-06-18erofs: use poison pointer to replace the hard-coded addressGao Xiang
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang
2023-05-29erofs: kill hooked chains to avoid loops on deduplicated compressed imagesGao Xiang
2023-05-29erofs: avoid on-stack pagepool directly passed by argumentsGao Xiang
2023-05-29erofs: allocate extra bvec pages directly instead of retryingGao Xiang
2023-05-29erofs: clean up z_erofs_pcluster_readmore()Yue Hu
2023-05-29erofs: remove the member readahead from struct z_erofs_decompress_frontendYue Hu
2023-05-29erofs: fold in z_erofs_decompress()Yue Hu
2023-05-23erofs: use HIPRI by default if per-cpu kthreads are enabledGao Xiang
2023-04-17erofs: sunset erofs_dbg()Gao Xiang
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-03-09erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"Gao Xiang
2023-02-16erofs: fix an error code in z_erofs_init_zip_subsystem()Dan Carpenter
2023-02-15erofs: add per-cpu threads for decompression as an optionSandeep Dhavale
2023-02-15erofs: move zdata.h into zdata.cGao Xiang
2023-02-15erofs: remove tagged pointer helpersGao Xiang
2023-02-15erofs: avoid tagged pointers to mark sync decompressionGao Xiang