summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+1
2026-08-20Merge tag 'erofs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+15
2026-08-17erofs: fix unused pcluster_pools for higher page sizesOjaswin Mujoo1-1/+11
2026-08-11erofs: use dedicated meta inodes for file-backed mountsGao Xiang1-9/+4
2026-07-31block: introduce bio_in_atomic()Tal Zussman1-10/+1
2026-07-31lockref: tidy up dead count handlingMateusz Guzik1-2/+2
2026-06-22erofs: remove fscache backend entirelyGao Xiang1-6/+0
2026-06-22erofs: simplify RCU read critical sectionsGao Xiang1-18/+14
2026-05-29erofs: fix use-after-free on sbi->sync_decompressGao Xiang1-3/+3
2026-05-20erofs: fix managed cache race for unaligned extentsGao Xiang1-7/+8
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-16/+13
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