aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2022-03-15erofs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-9/+8
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGravatar Gao Xiang 1-1/+1
2022-02-04erofs: fix small compressed files inliningGravatar Gao Xiang 1-0/+7
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-3/+2
2022-01-24erofs: avoid unnecessary z_erofs_decompressqueue_work() declarationGravatar Gao Xiang 1-57/+56
2022-01-24erofs: fix fsdax partition offset handlingGravatar Gao Xiang 1-4/+4
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-8/+21
2022-01-04erofs: use meta buffers for zmap operationsGravatar Gao Xiang 4-70/+28
2022-01-04erofs: use meta buffers for xattr operationsGravatar Gao Xiang 2-95/+41
2022-01-04erofs: use meta buffers for super operationsGravatar Gao Xiang 1-77/+27
2022-01-04erofs: use meta buffers for inode operationsGravatar Gao Xiang 2-36/+35
2022-01-04erofs: introduce meta buffer operationsGravatar Gao Xiang 2-21/+90
2021-12-31erofs: add on-disk compressed tail-packing inline supportGravatar Yue Hu 5-31/+103
2021-12-31erofs: support inline data decompressionGravatar Yue Hu 2-44/+119
2021-12-31erofs: support unaligned data decompressionGravatar Gao Xiang 1-8/+9
2021-12-29erofs: introduce z_erofs_fixup_insizeGravatar Gao Xiang 3-21/+36
2021-12-29erofs: tidy up z_erofs_lz4_decompressGravatar Gao Xiang 1-39/+44
2021-12-09erofs: clean up erofs_map_blocks tracepointsGravatar Gao Xiang 1-22/+17
2021-12-08erofs: Replace zero-length array with flexible-array memberGravatar Gao Xiang 1-2/+2
2021-12-08erofs: add sysfs node to control sync decompression strategyGravatar Huang Jianan 4-7/+46
2021-12-08erofs: add sysfs interfaceGravatar Huang Jianan 4-1/+264
2021-12-04fsdax: shift partition offset handling into the file systemsGravatar Christoph Hellwig 2-2/+10
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevGravatar Christoph Hellwig 2-2/+4
2021-12-04dax: remove dax_capableGravatar Christoph Hellwig 1-4/+7
2021-12-01erofs: rename lz4_0pading to zero_paddingGravatar Huang Jianan 3-5/+5
2021-11-23erofs: fix deadlock when shrink erofs slabGravatar Huang Jianan 1-2/+6
2021-11-13Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-30/+17
2021-11-08erofs: remove useless cache strategy of DELAYEDALLOCGravatar Yue Hu 2-21/+0
2021-11-08erofs: fix unsafe pagevec reuse of hooked pclustersGravatar Gao Xiang 2-9/+17
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2021-10-31erofs: don't trigger WARN() when decompression failsGravatar Gao Xiang 1-1/+0
2021-10-25erofs: get rid of ->lru usageGravatar Gao Xiang 7-44/+53
2021-10-24iomap: Add done_before argument to iomap_dio_rwGravatar Andreas Gruenbacher 1-1/+1
2021-10-19erofs: lzma compression supportGravatar Gao Xiang 11-21/+383
2021-10-19erofs: rename some generic methods in decompressorGravatar Gao Xiang 1-33/+30
2021-10-19erofs: introduce readmore decompression strategyGravatar Gao Xiang 2-19/+93
2021-10-19erofs: introduce the secondary compression headGravatar Gao Xiang 2-32/+48
2021-10-18erofs: get compression algorithms directly on mappingGravatar Gao Xiang 4-23/+25
2021-10-18erofs: add multiple device supportGravatar Gao Xiang 6-42/+288
2021-10-17erofs: decouple basic mount options from fs_contextGravatar Gao Xiang 5-43/+45
2021-10-15erofs: remove the fast path of per-CPU buffer decompressionGravatar Yue Hu 1-55/+8
2021-09-23erofs: clear compacted_2b if compacted_4b_initial > totalidxGravatar Yue Hu 1-1/+2
2021-09-23erofs: fix misbehavior of unsupported chunk format checkGravatar Gao Xiang 1-1/+1
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+5
2021-08-25erofs: fix double free of 'copied'Gravatar Gao Xiang 1-0/+1
2021-08-20erofs: support reading chunk-based uncompressed filesGravatar Gao Xiang 3-11/+102
2021-08-20erofs: introduce chunk-based file on-disk formatGravatar Gao Xiang 1-2/+45
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 2-2/+5
2021-08-19erofs: add fiemap support with iomapGravatar Gao Xiang 5-1/+59