summaryrefslogtreecommitdiffstats
path: root/fs/erofs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-123-8/+21
|\
| * fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-042-2/+10
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-042-2/+4
| * dax: remove dax_capableChristoph Hellwig2021-12-041-4/+7
* | erofs: use meta buffers for zmap operationsGao Xiang2022-01-044-70/+28
* | erofs: use meta buffers for xattr operationsGao Xiang2022-01-042-95/+41
* | erofs: use meta buffers for super operationsGao Xiang2022-01-041-77/+27
* | erofs: use meta buffers for inode operationsGao Xiang2022-01-042-36/+35
* | erofs: introduce meta buffer operationsGao Xiang2022-01-042-21/+90
* | erofs: add on-disk compressed tail-packing inline supportYue Hu2021-12-315-31/+103
* | erofs: support inline data decompressionYue Hu2021-12-312-44/+119
* | erofs: support unaligned data decompressionGao Xiang2021-12-311-8/+9
* | erofs: introduce z_erofs_fixup_insizeGao Xiang2021-12-293-21/+36
* | erofs: tidy up z_erofs_lz4_decompressGao Xiang2021-12-291-39/+44
* | erofs: clean up erofs_map_blocks tracepointsGao Xiang2021-12-091-22/+17
* | erofs: Replace zero-length array with flexible-array memberGao Xiang2021-12-081-2/+2
* | erofs: add sysfs node to control sync decompression strategyHuang Jianan2021-12-084-7/+46
* | erofs: add sysfs interfaceHuang Jianan2021-12-084-1/+264
* | erofs: rename lz4_0pading to zero_paddingHuang Jianan2021-12-013-5/+5
* | erofs: fix deadlock when shrink erofs slabHuang Jianan2021-11-231-2/+6
|/
* Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-133-30/+17
|\
| * erofs: remove useless cache strategy of DELAYEDALLOCYue Hu2021-11-082-21/+0
| * erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang2021-11-082-9/+17
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \
| * | iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher2021-10-241-1/+1
| |/
* | 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
|/