aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-37/+54
2022-11-14erofs: fix missing xas_retry() in fscache modeGravatar Jingbo Xu 1-3/+7
2022-11-10erofs: fix use-after-free of fsid and domain_id stringGravatar Jingbo Xu 4-30/+37
2022-11-08fs: fix leaked psi pressure stateGravatar Johannes Weiner 1-7/+11
2022-11-08erofs: get correct count for unmapped range in fscache modeGravatar Jingbo Xu 1-3/+4
2022-11-08erofs: put metabuf in error path in fscache modeGravatar Jingbo Xu 1-1/+3
2022-11-08erofs: fix general protection fault when reading fragmentGravatar Yue Hu 1-0/+3
2022-10-17erofs: protect s_inodes with s_inode_list_lock for fscacheGravatar Dawei Li 1-0/+3
2022-10-17erofs: fix up inplace decompression success rateGravatar Gao Xiang 1-5/+4
2022-10-17erofs: shouldn't churn the mapping page for duplicated copiesGravatar Gao Xiang 2-8/+6
2022-10-17erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()Gravatar Yue Hu 1-12/+10
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+12
2022-09-27erofs: clean up erofs_iget()Gravatar Gao Xiang 4-22/+14
2022-09-27erofs: clean up unnecessary code and commentsGravatar Gao Xiang 4-16/+2
2022-09-27erofs: fold in z_erofs_reload_indexes()Gravatar Yue Hu 1-20/+8
2022-09-26erofs: introduce partial-referenced pclustersGravatar Gao Xiang 7-2/+23
2022-09-26erofs: support on-disk compressed fragments dataGravatar Yue Hu 6-17/+152
2022-09-23erofs: support interlaced uncompressed data for compressed filesGravatar Yue Hu 4-23/+41
2022-09-23erofs: clean up .read_folio() and .readahead() in fscache modeGravatar Jingbo Xu 1-130/+83
2022-09-20erofs: add manual PSI accounting for the compressed address spaceGravatar Christoph Hellwig 1-1/+12
2022-09-20erofs: introduce 'domain_id' mount optionGravatar Jia Zhu 2-2/+34
2022-09-20erofs: Support sharing cookies in the same domainGravatar Jia Zhu 2-6/+96
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesGravatar Jia Zhu 3-2/+45
2022-09-20erofs: introduce fscache-based domainGravatar Jia Zhu 2-17/+121
2022-09-20erofs: code clean up for fscacheGravatar Jia Zhu 3-43/+36
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeGravatar Jia Zhu 1-1/+1
2022-09-20erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGravatar Gao Xiang 1-1/+1
2022-09-05erofs: fix pcluster use-after-free on UP platformsGravatar Gao Xiang 1-29/+0
2022-09-05erofs: avoid the potentially wrong m_plen for big pclusterGravatar Yue Hu 1-8/+8
2022-09-05erofs: fix error return code in erofs_fscache_{meta_,}read_folioGravatar Sun Ke 1-2/+6
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+7
2022-07-31erofs: update ctx->pos for every emitted direntGravatar Hongnan Li 1-9/+7
2022-07-22erofs: get rid of the leftover PAGE_SIZE in dir.cGravatar Gao Xiang 1-2/+2
2022-07-22erofs: get rid of erofs_prepare_dio() helperGravatar Gao Xiang 1-24/+15
2022-07-22erofs: introduce multi-reference pclusters (fully-referenced)Gravatar Gao Xiang 4-56/+93
2022-07-21erofs: record the longest decompressed size in this roundGravatar Gao Xiang 2-58/+31
2022-07-21erofs: introduce z_erofs_do_decompressed_bvec()Gravatar Gao Xiang 1-27/+22
2022-07-21erofs: try to leave (de)compressed_pages on stack if possibleGravatar Gao Xiang 1-13/+21
2022-07-21erofs: introduce struct z_erofs_decompress_backendGravatar Gao Xiang 2-67/+76
2022-07-21erofs: get rid of `z_pagemap_global'Gravatar Gao Xiang 2-25/+4
2022-07-21erofs: clean up `enum z_erofs_collectmode'Gravatar Gao Xiang 1-32/+31
2022-07-21erofs: get rid of `enum z_erofs_page_type'Gravatar Gao Xiang 1-25/+5
2022-07-21erofs: rework online page handlingGravatar Gao Xiang 2-83/+42
2022-07-21erofs: switch compressed_pages[] to bufvecGravatar Gao Xiang 2-60/+57
2022-07-21erofs: introduce `z_erofs_parse_in_bvecs'Gravatar Gao Xiang 1-52/+80
2022-07-21erofs: drop the old pagevec approachGravatar Gao Xiang 3-171/+18
2022-07-21erofs: introduce bufvec to store decompressed buffersGravatar Gao Xiang 2-50/+153
2022-07-21erofs: introduce `z_erofs_parse_out_bvecs()'Gravatar Gao Xiang 1-38/+43
2022-07-21erofs: clean up z_erofs_collector_begin()Gravatar Gao Xiang 1-17/+15
2022-07-21erofs: get rid of unneeded `inode', `map' and `sb'Gravatar Gao Xiang 1-23/+19