aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-21erofs: fix offset truncation when shifting pgoff on 32-bit platformsGao Xiang1-1/+1
2026-04-10erofs: clean up encoded map flagsGao Xiang1-10/+9
2026-04-02erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()Zhan Xusheng1-2/+1
2026-03-19erofs: add GFP_NOIO in the bio completion if neededJiucheng Xu1-0/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-8/+8
2026-02-05erofs: fix inline data read failure for ztailpacking pclustersGao Xiang1-14/+16
2026-01-23erofs: support compressed inodes for page cache shareHongzhen Luo1-14/+24
2026-01-23erofs: pass inode to trace_erofs_read_folioHongbo Li1-1/+1
2026-01-23erofs: tidy up synchronous decompressionGao Xiang1-22/+13
2026-01-23erofs: avoid noisy messages for transient -ENOMEMGao Xiang1-3/+4
2026-01-23erofs: Use %pe format specifier for error pointersFerry Meng1-2/+2
2025-12-22erofs: fix unexpected EIO under memory pressureJunbeom Yeom1-4/+4
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-11-28erofs: improve decompression error reportingGao Xiang1-4/+17
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox1-1/+1
2025-09-25erofs: drop redundant sanity check for ztailpacking inlineGao Xiang1-3/+0
2025-09-23erofs: avoid reading more for fragment mapsGao Xiang1-2/+2
2025-08-11erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOCJunli Liu1-2/+11
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)1-1/+4
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang1-2/+3
2025-07-24erofs: get rid of {get,put}_page() for ztailpacking dataGao Xiang1-8/+6
2025-07-12erofs: fix large fragment handlingGao Xiang1-1/+1
2025-07-10erofs: address D-cache aliasingGao Xiang1-3/+3
2025-05-25erofs: support DEFLATE decompression by using Intel QATBo Liu1-0/+1
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong1-1/+2
2025-05-16erofs: lazily initialize per-CPU workers and CPU hotplug hooksSandeep Dhavale1-20/+50
2025-05-16erofs: refine readahead tracepointGao Xiang1-3/+2
2025-05-07erofs: ensure the extra temporary copy is valid for shortened bvecsGao Xiang1-17/+14
2025-04-10erofs: remove duplicate codeBo Liu1-1/+0
2025-03-17erofs: support unaligned encoded dataGao Xiang1-47/+45
2025-03-17erofs: initialize decompression earlyGao Xiang1-2/+2
2025-03-17erofs: move {in,out}pages into struct z_erofs_decompress_reqGao Xiang1-0/+2
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu1-2/+2
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher1-1/+1
2025-01-25Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-151/+92
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2025-01-17erofs: convert z_erofs_bind_cache() to foliosGao Xiang1-31/+20
2025-01-17erofs: tidy up zdata.cGao Xiang1-68/+43
2025-01-17erofs: get rid of `z_erofs_next_pcluster_t`Gao Xiang1-51/+29
2025-01-17erofs: fix potential return value overflow of z_erofs_shrink_scan()Gao Xiang1-2/+1
2025-01-16erofs: use lockref_init for pcl->lockrefChristoph Hellwig1-2/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-08kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut...Frederic Weisbecker1-1/+1
2024-12-13erofs: fix PSI memstall accountingGao Xiang1-2/+2
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo1-1/+0
2024-11-18erofs: free pclusters if no cached folio is attachedChunhai Guo1-19/+38
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang1-71/+60
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang1-7/+95
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang1-10/+28