summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang
2022-02-04erofs: fix small compressed files inliningGao Xiang
2022-01-24erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGao Xiang
2022-01-24erofs: fix fsdax partition offset handlingGao Xiang
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-04erofs: use meta buffers for zmap operationsGao Xiang
2022-01-04erofs: use meta buffers for xattr operationsGao Xiang
2022-01-04erofs: use meta buffers for super operationsGao Xiang
2022-01-04erofs: use meta buffers for inode operationsGao Xiang
2022-01-04erofs: introduce meta buffer operationsGao Xiang
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu
2021-12-31erofs: support inline data decompressionYue Hu
2021-12-31erofs: support unaligned data decompressionGao Xiang
2021-12-29erofs: introduce z_erofs_fixup_insizeGao Xiang
2021-12-29erofs: tidy up z_erofs_lz4_decompressGao Xiang
2021-12-09erofs: clean up erofs_map_blocks tracepointsGao Xiang
2021-12-08erofs: Replace zero-length array with flexible-array memberGao Xiang
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan
2021-12-08erofs: add sysfs interfaceHuang Jianan
2021-12-04fsdax: shift partition offset handling into the file systemsChristoph Hellwig
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig
2021-12-04dax: remove dax_capableChristoph Hellwig
2021-12-01erofs: rename lz4_0pading to zero_paddingHuang Jianan
2021-11-23erofs: fix deadlock when shrink erofs slabHuang Jianan
2021-11-13Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-11-08erofs: remove useless cache strategy of DELAYEDALLOCYue Hu
2021-11-08erofs: fix unsafe pagevec reuse of hooked pclustersGao Xiang
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-31erofs: don't trigger WARN() when decompression failsGao Xiang
2021-10-25erofs: get rid of ->lru usageGao Xiang
2021-10-24iomap: Add done_before argument to iomap_dio_rwAndreas Gruenbacher
2021-10-19erofs: lzma compression supportGao Xiang
2021-10-19erofs: rename some generic methods in decompressorGao Xiang
2021-10-19erofs: introduce readmore decompression strategyGao Xiang
2021-10-19erofs: introduce the secondary compression headGao Xiang
2021-10-18erofs: get compression algorithms directly on mappingGao Xiang
2021-10-18erofs: add multiple device supportGao Xiang
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang
2021-10-15erofs: remove the fast path of per-CPU buffer decompressionYue Hu
2021-09-23erofs: clear compacted_2b if compacted_4b_initial > totalidxYue Hu
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGao Xiang
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-25erofs: fix double free of 'copied'Gao Xiang
2021-08-20erofs: support reading chunk-based uncompressed filesGao Xiang
2021-08-20erofs: introduce chunk-based file on-disk formatGao Xiang
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-19erofs: add fiemap support with iomapGao Xiang
2021-08-19erofs: add support for the full decompressed lengthGao Xiang
2021-08-11erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu