summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* erofs: don't trigger WARN() when decompression failsGao Xiang2021-10-311-1/+0
* erofs: get rid of ->lru usageGao Xiang2021-10-257-44/+53
* erofs: lzma compression supportGao Xiang2021-10-1911-21/+383
* erofs: rename some generic methods in decompressorGao Xiang2021-10-191-33/+30
* erofs: introduce readmore decompression strategyGao Xiang2021-10-192-19/+93
* erofs: introduce the secondary compression headGao Xiang2021-10-192-32/+48
* erofs: get compression algorithms directly on mappingGao Xiang2021-10-184-23/+25
* erofs: add multiple device supportGao Xiang2021-10-186-42/+288
* erofs: decouple basic mount options from fs_contextGao Xiang2021-10-175-43/+45
* erofs: remove the fast path of per-CPU buffer decompressionYue Hu2021-10-151-55/+8
* erofs: clear compacted_2b if compacted_4b_initial > totalidxYue Hu2021-09-231-1/+2
* erofs: fix misbehavior of unsupported chunk format checkGao Xiang2021-09-231-1/+1
* Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-1/+1
|\
* \ Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
| |/
* | erofs: fix double free of 'copied'Gao Xiang2021-08-251-0/+1
* | erofs: support reading chunk-based uncompressed filesGao Xiang2021-08-203-11/+102
* | erofs: introduce chunk-based file on-disk formatGao Xiang2021-08-201-2/+45
* | erofs: add fiemap support with iomapGao Xiang2021-08-195-1/+59
* | erofs: add support for the full decompressed lengthGao Xiang2021-08-192-8/+92
* | erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu2021-08-113-5/+3
* | erofs: directly use wrapper erofs_page_is_managed() when shrinkingYue Hu2021-08-111-2/+1
* | erofs: convert all uncompressed cases to iomapGao Xiang2021-08-101-239/+51
* | erofs: dax support for non-tailpacking regular fileGao Xiang2021-08-104-4/+104
* | erofs: iomap support for non-tailpacking DIOHuang Jianan2021-08-104-1/+100
|/
* erofs: clean up file headers & footersGao Xiang2021-06-0818-34/+0
* erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2021-06-082-7/+2
* erofs: fix error return code in erofs_read_superblock()Wei Yongjun2021-06-081-0/+1
* erofs: fix 1 lcluster-sized pcluster for big pclusterGao Xiang2021-05-131-2/+19
* erofs: enable big pcluster featureGao Xiang2021-04-101-1/+4
* erofs: support decompress big pcluster for lz4 backendGao Xiang2021-04-102-95/+138
* erofs: support parsing big pcluster compact indexesGao Xiang2021-04-101-10/+62
* erofs: support parsing big pcluster compress indexesGao Xiang2021-04-101-6/+73
* erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang2021-04-102-4/+18
* erofs: add big physical cluster definitionGao Xiang2021-04-102-4/+16
* erofs: fix up inplace I/O pointer for big pclusterGao Xiang2021-04-101-14/+14
* erofs: introduce physical cluster slab poolsGao Xiang2021-04-105-80/+126
* erofs: introduce multipage per-CPU buffersGao Xiang2021-04-106-34/+163
* erofs: reserve physical_clusterbits[]Gao Xiang2021-04-074-21/+2
* erofs: Clean up spelling mistakes found in fs/erofsRuiqi Gong2021-04-032-2/+2
* erofs: add on-disk compression configurationsGao Xiang2021-03-294-7/+157
* erofs: introduce on-disk lz4 fs configurationsGao Xiang2021-03-294-6/+25
* erofs: support adjust lz4 history window sizeHuang Jianan2021-03-294-6/+42
* erofs: introduce erofs_sb_has_xxx() helpersGao Xiang2021-03-293-3/+11
* erofs: add unsupported inode i_format checkGao Xiang2021-03-292-0/+10
* erofs: don't use erofs_map_blocks() any moreYue Hu2021-03-292-21/+4
* erofs: complete a missing case for inplace I/OGao Xiang2021-03-291-15/+29
* erofs: use sync decompression for atomic contexts onlyHuang Jianan2021-03-293-2/+9
* erofs: use workqueue decompression for atomic contexts onlyHuang Jianan2021-03-291-1/+8
* erofs: avoid memory allocation failure during rolling decompressionHuang Jianan2021-03-291-3/+2