summaryrefslogtreecommitdiff
path: root/fs/erofs/zdata.c
AgeCommit message (Expand)Author
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-01-25Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-17erofs: convert z_erofs_bind_cache() to foliosGao Xiang
2025-01-17erofs: tidy up zdata.cGao Xiang
2025-01-17erofs: get rid of `z_erofs_next_pcluster_t`Gao Xiang
2025-01-17erofs: fix potential return value overflow of z_erofs_shrink_scan()Gao Xiang
2025-01-16erofs: use lockref_init for pcl->lockrefChristoph Hellwig
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-08kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut...Frederic Weisbecker
2024-12-13erofs: fix PSI memstall accountingGao Xiang
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