summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* erofs: protect s_inodes with s_inode_list_lock for fscacheDawei Li2022-10-171-0/+3
* erofs: fix up inplace decompression success rateGao Xiang2022-10-171-5/+4
* erofs: shouldn't churn the mapping page for duplicated copiesGao Xiang2022-10-172-8/+6
* erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Yue Hu2022-10-171-12/+10
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+12
|\
| * erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig2022-09-201-1/+12
* | erofs: clean up erofs_iget()Gao Xiang2022-09-274-22/+14
* | erofs: clean up unnecessary code and commentsGao Xiang2022-09-274-16/+2
* | erofs: fold in z_erofs_reload_indexes()Yue Hu2022-09-271-20/+8
* | erofs: introduce partial-referenced pclustersGao Xiang2022-09-267-2/+23
* | erofs: support on-disk compressed fragments dataYue Hu2022-09-266-17/+152
* | erofs: support interlaced uncompressed data for compressed filesYue Hu2022-09-234-23/+41
* | erofs: clean up .read_folio() and .readahead() in fscache modeJingbo Xu2022-09-231-130/+83
* | erofs: introduce 'domain_id' mount optionJia Zhu2022-09-202-2/+34
* | erofs: Support sharing cookies in the same domainJia Zhu2022-09-202-6/+96
* | erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu2022-09-203-2/+45
* | erofs: introduce fscache-based domainJia Zhu2022-09-202-17/+121
* | erofs: code clean up for fscacheJia Zhu2022-09-203-43/+36
* | erofs: use kill_anon_super() to kill super in fscache modeJia Zhu2022-09-201-1/+1
* | erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang2022-09-201-1/+1
* | erofs: fix pcluster use-after-free on UP platformsGao Xiang2022-09-051-29/+0
* | erofs: avoid the potentially wrong m_plen for big pclusterYue Hu2022-09-051-8/+8
* | erofs: fix error return code in erofs_fscache_{meta_,}read_folioSun Ke2022-09-051-2/+6
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-5/+7
|\
| * dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-4/+6
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | erofs: update ctx->pos for every emitted direntHongnan Li2022-07-311-9/+7
* | erofs: get rid of the leftover PAGE_SIZE in dir.cGao Xiang2022-07-221-2/+2
* | erofs: get rid of erofs_prepare_dio() helperGao Xiang2022-07-221-24/+15
* | erofs: introduce multi-reference pclusters (fully-referenced)Gao Xiang2022-07-224-56/+93
* | erofs: record the longest decompressed size in this roundGao Xiang2022-07-212-58/+31
* | erofs: introduce z_erofs_do_decompressed_bvec()Gao Xiang2022-07-211-27/+22
* | erofs: try to leave (de)compressed_pages on stack if possibleGao Xiang2022-07-211-13/+21
* | erofs: introduce struct z_erofs_decompress_backendGao Xiang2022-07-212-67/+76
* | erofs: get rid of `z_pagemap_global'Gao Xiang2022-07-212-25/+4
* | erofs: clean up `enum z_erofs_collectmode'Gao Xiang2022-07-211-32/+31
* | erofs: get rid of `enum z_erofs_page_type'Gao Xiang2022-07-211-25/+5
* | erofs: rework online page handlingGao Xiang2022-07-212-83/+42
* | erofs: switch compressed_pages[] to bufvecGao Xiang2022-07-212-60/+57
* | erofs: introduce `z_erofs_parse_in_bvecs'Gao Xiang2022-07-211-52/+80
* | erofs: drop the old pagevec approachGao Xiang2022-07-213-171/+18
* | erofs: introduce bufvec to store decompressed buffersGao Xiang2022-07-212-50/+153
* | erofs: introduce `z_erofs_parse_out_bvecs()'Gao Xiang2022-07-211-38/+43
* | erofs: clean up z_erofs_collector_begin()Gao Xiang2022-07-211-17/+15
* | erofs: get rid of unneeded `inode', `map' and `sb'Gao Xiang2022-07-211-23/+19
* | erofs: avoid consecutive detection for Highmem memoryGao Xiang2022-07-091-6/+10
* | erofs: wake up all waiters after z_erofs_lzma_head readyYuwen Chen2022-07-091-0/+1
|/
* Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-014-129/+94
|\
| * erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang2022-05-311-1/+1
| * erofs: simplify z_erofs_pcluster_readmore()Gao Xiang2022-05-311-13/+10