summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2022-12-31erofs: validate the extent length for uncompressed pclustersGao Xiang
2022-12-31erofs: support interlaced uncompressed data for compressed filesYue Hu
2022-12-31erofs: fix missing unmap if z_erofs_get_extent_compressedlen() failsGao Xiang
2022-12-31erofs: Fix pcluster memleak when its block address is zeroChen Zhongjin
2022-11-26erofs: fix missing xas_retry() in fscache modeJingbo Xu
2022-11-26erofs: put metabuf in error path in fscache modeJingbo Xu
2022-11-26erofs: get correct count for unmapped range in fscache modeJingbo Xu
2022-11-26erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu
2022-11-04erofs: fix up inplace decompression success rateGao Xiang
2022-11-04erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu
2022-10-29erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang
2022-10-21erofs: use kill_anon_super() to kill super in fscache modeJia Zhu
2022-10-21erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang
2022-09-05erofs: fix pcluster use-after-free on UP platformsGao Xiang
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterYue Hu
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-31erofs: update ctx->pos for every emitted direntHongnan Li
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang
2022-07-22erofs: get rid of erofs_prepare_dio() helperGao Xiang
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang
2022-07-21erofs: record the longest decompressed size in this roundGao Xiang
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang
2022-07-21erofs: introduce struct z_erofs_decompress_backendGao Xiang
2022-07-21erofs: get rid of `z_pagemap_global'Gao Xiang
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gao Xiang
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gao Xiang
2022-07-21erofs: rework online page handlingGao Xiang
2022-07-21erofs: switch compressed_pages[] to bufvecGao Xiang
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang
2022-07-21erofs: drop the old pagevec approachGao Xiang
2022-07-21erofs: introduce bufvec to store decompressed buffersGao Xiang
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang
2022-07-21erofs: clean up z_erofs_collector_begin()Gao Xiang
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-07-09erofs: avoid consecutive detection for Highmem memoryGao Xiang
2022-07-09erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-01Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-31erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang
2022-05-31erofs: simplify z_erofs_pcluster_readmore()Gao Xiang
2022-05-31erofs: get rid of label `restart_now'Gao Xiang
2022-05-31erofs: get rid of `struct z_erofs_collection'Gao Xiang
2022-05-29erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin
2022-05-29erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-18erofs: scan devices from device tableJeffle Xu