aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-04erofs: use meta buffers for zmap operationsGao Xiang4-70/+28
2022-01-04erofs: use meta buffers for xattr operationsGao Xiang2-95/+41
2022-01-04erofs: use meta buffers for super operationsGao Xiang1-77/+27
2022-01-04erofs: use meta buffers for inode operationsGao Xiang2-36/+35
2022-01-04erofs: introduce meta buffer operationsGao Xiang2-21/+90
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu5-31/+103
2021-12-31erofs: support inline data decompressionYue Hu2-44/+119
2021-12-31erofs: support unaligned data decompressionGao Xiang1-8/+9
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang3-21/+36
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang1-39/+44
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang1-22/+17
2021-12-08erofs: Replace zero-length array with flexible-array memberGao Xiang1-2/+2
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan4-7/+46
2021-12-08erofs: add sysfs interfaceHuang Jianan4-1/+264
2021-12-01erofs: rename lz4_0pading to zero_paddingHuang Jianan3-5/+5
2021-11-23erofs: fix deadlock when shrink erofs slabHuang Jianan1-2/+6
2021-11-13Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds3-30/+17
2021-11-08erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2-21/+0
2021-11-08erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2-9/+17
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang1-1/+0
2021-10-25erofs: get rid of ->lru usageGao Xiang7-44/+53
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher1-1/+1
2021-10-19erofs: lzma compression supportGao Xiang11-21/+383
2021-10-19erofs: rename some generic methods in decompressorGao Xiang1-33/+30
2021-10-19erofs: introduce readmore decompression strategyGao Xiang2-19/+93
2021-10-19erofs: introduce the secondary compression headGao Xiang2-32/+48
2021-10-18erofs: get compression algorithms directly on mappingGao Xiang4-23/+25
2021-10-18erofs: add multiple device supportGao Xiang6-42/+288
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang5-43/+45
2021-10-15erofs: remove the fast path of per-CPU buffer decompressionYue Hu1-55/+8
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/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus 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-19erofs: add fiemap support with iomapGao Xiang5-1/+59
2021-08-19erofs: 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-10erofs: convert all uncompressed cases to iomapGao Xiang1-239/+51
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang4-4/+104
2021-08-10erofs: iomap support for non-tailpacking DIOHuang Jianan4-1/+100
2021-06-08erofs: clean up file headers & footersGao Xiang18-34/+0
2021-06-08erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()Yue Hu2-7/+2
2021-06-08erofs: 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