summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-17erofs: refine readahead tracepointGao Xiang1-3/+2
2025-07-17erofs: fix large fragment handlingGao Xiang1-1/+1
2025-07-17erofs: address D-cache aliasingGao Xiang1-3/+3
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
2024-10-11erofs: get rid of z_erofs_try_to_claim_pcluster()Gao Xiang1-20/+9
2024-09-12erofs: allocate more short-lived pages from reserved pool firstChunhai Guo1-2/+3
2024-09-12erofs: sunset unneeded NOFAILsGao Xiang1-26/+31
2024-09-10erofs: support compressed inodes for fileioGao Xiang1-10/+17
2024-09-10erofs: support unencoded inodes for fileioGao Xiang1-41/+5
2024-09-10erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-33/+38
2024-07-13erofs: silence uninitialized variable warning in z_erofs_scan_folio()Dan Carpenter1-1/+1
2024-07-11erofs: avoid refcounting short-lived pagesGao Xiang1-9/+18
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang1-11/+18
2024-07-09erofs: move each decompressor to its own source fileGao Xiang1-1/+1
2024-07-08erofs: tidy up `struct z_erofs_bvec`Gao Xiang1-52/+49
2024-07-08erofs: teach z_erofs_scan_folios() to handle multi-page foliosGao Xiang1-85/+82
2024-07-08erofs: convert z_erofs_read_fragment() to foliosGao Xiang1-8/+7
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang1-8/+7
2024-05-18z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro1-1/+1
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro1-1/+1
2024-04-25erofs_buf: store address_space instead of inodeAl Viro1-1/+1
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro1-2/+2
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu1-12/+20
2024-03-10erofs: refine managed cache operations to foliosGao Xiang1-32/+31
2024-03-10erofs: convert z_erofs_submissionqueue_endio() to foliosGao Xiang1-11/+11
2024-03-10erofs: convert z_erofs_fill_bio_vec() to foliosGao Xiang1-35/+36
2024-03-10erofs: get rid of `justfound` debugging tagGao Xiang1-17/+3
2024-03-10erofs: convert z_erofs_do_read_page() to foliosGao Xiang1-16/+15