summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2021-12-01erofs: fix deadlock when shrink erofs slabHuang Jianan1-2/+6
2021-11-18erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-9/+17
2021-11-18erofs: don't trigger WARN() when decompression failsGao Xiang1-1/+0
2021-09-23erofs: clear compacted_2b if compacted_4b_initial > totalidxYue Hu1-1/+2
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGao Xiang1-1/+1
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2021-08-25erofs: fix double free of 'copied'Gao Xiang1-0/+1
2021-08-20erofs: support reading chunk-based uncompressed filesGao Xiang3-11/+102
2021-08-20erofs: introduce chunk-based file on-disk formatGao Xiang1-2/+45
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2-2/+5
2021-08-18erofs: add fiemap support with iomapGao Xiang5-1/+59
2021-08-18erofs: add support for the full decompressed lengthGao Xiang2-8/+92
2021-08-11erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu3-5/+3
2021-08-11erofs: directly use wrapper erofs_page_is_managed() when shrinkingYue Hu1-2/+1
2021-08-09erofs: convert all uncompressed cases to iomapGao Xiang1-239/+51
2021-08-09erofs: dax support for non-tailpacking regular fileGao Xiang4-4/+104
2021-08-09erofs: iomap support for non-tailpacking DIOHuang Jianan4-1/+100
2021-06-07erofs: clean up file headers & footersGao Xiang18-34/+0
2021-06-07erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2-7/+2
2021-06-07erofs: fix error return code in erofs_read_superblock()Wei Yongjun1-0/+1
2021-05-13erofs: fix 1 lcluster-sized pcluster for big pclusterGao Xiang1-2/+19
2021-04-09erofs: enable big pcluster featureGao Xiang1-1/+4
2021-04-09erofs: support decompress big pcluster for lz4 backendGao Xiang2-95/+138
2021-04-09erofs: support parsing big pcluster compact indexesGao Xiang1-10/+62
2021-04-09erofs: support parsing big pcluster compress indexesGao Xiang1-6/+73
2021-04-09erofs: adjust per-CPU buffers according to max_pclusterblksGao Xiang2-4/+18
2021-04-09erofs: add big physical cluster definitionGao Xiang2-4/+16
2021-04-09erofs: fix up inplace I/O pointer for big pclusterGao Xiang1-14/+14
2021-04-09erofs: introduce physical cluster slab poolsGao Xiang5-80/+126
2021-04-09erofs: introduce multipage per-CPU buffersGao Xiang6-34/+163
2021-04-07erofs: reserve physical_clusterbits[]Gao Xiang4-21/+2
2021-04-03erofs: Clean up spelling mistakes found in fs/erofsRuiqi Gong2-2/+2
2021-03-29erofs: add on-disk compression configurationsGao Xiang4-7/+157
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang4-6/+25
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan4-6/+42
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGao Xiang3-3/+11
2021-03-29erofs: add unsupported inode i_format checkGao Xiang2-0/+10
2021-03-29erofs: don't use erofs_map_blocks() any moreYue Hu2-21/+4
2021-03-29erofs: complete a missing case for inplace I/OGao Xiang1-15/+29
2021-03-29erofs: use sync decompression for atomic contexts onlyHuang Jianan3-2/+9
2021-03-29erofs: use workqueue decompression for atomic contexts onlyHuang Jianan1-1/+8
2021-03-29erofs: avoid memory allocation failure during rolling decompressionHuang Jianan1-3/+2
2021-03-13Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+11
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-03-08erofs: fix bio->bi_max_vecs behavior changeGao Xiang1-17/+11
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2021-02-27block: Add bio_max_segsMatthew Wilcox (Oracle)1-3/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+7
2021-02-23Merge branch 'work.d_name' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2