summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-27erofs: clean up erofs_iget()Gao Xiang
2022-09-27erofs: clean up unnecessary code and commentsGao Xiang
2022-09-27erofs: fold in z_erofs_reload_indexes()Yue Hu
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang
2022-09-26erofs: support on-disk compressed fragments dataYue Hu
2022-09-23erofs: support interlaced uncompressed data for compressed filesYue Hu
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu
2022-09-20erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu
2022-09-20erofs: Support sharing cookies in the same domainJia Zhu
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu
2022-09-20erofs: introduce fscache-based domainJia Zhu
2022-09-20erofs: code clean up for fscacheJia Zhu
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeJia Zhu
2022-09-20erofs: 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