aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-18erofs: implement fscache-based data read for non-inline layoutGravatar Jeffle Xu 1-0/+2
2022-05-18erofs: register fscache context for extra data blobsGravatar Jeffle Xu 1-0/+2
2022-05-18erofs: register fscache context for primary data blobGravatar Jeffle Xu 1-0/+1
2022-05-18erofs: add anonymous inode caching metadata for data blobsGravatar Jeffle Xu 1-2/+4
2022-05-18erofs: add fscache context helper functionsGravatar Jeffle Xu 1-0/+19
2022-05-18erofs: register fscache volumeGravatar Jeffle Xu 1-0/+16
2022-05-18erofs: add fscache mode check helperGravatar Jeffle Xu 1-0/+5
2022-05-18erofs: make erofs_map_blocks() generally availableGravatar Jeffle Xu 1-0/+2
2022-05-17erofs: make filesystem exportableGravatar Hongnan Li 1-1/+1
2022-05-17erofs: remove obsoleted commentsGravatar Gao Xiang 1-25/+0
2022-03-17erofs: use meta buffers for reading directoriesGravatar Gao Xiang 1-0/+2
2022-03-02erofs: fix ztailpacking on > 4GiB filesystemsGravatar Gao Xiang 1-1/+1
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2022-01-04erofs: use meta buffers for zmap operationsGravatar Gao Xiang 1-3/+3
2022-01-04erofs: use meta buffers for inode operationsGravatar Gao Xiang 1-0/+3
2022-01-04erofs: introduce meta buffer operationsGravatar Gao Xiang 1-0/+13
2021-12-31erofs: add on-disk compressed tail-packing inline supportGravatar Yue Hu 1-0/+6
2021-12-08erofs: add sysfs node to control sync decompression strategyGravatar Huang Jianan 1-2/+8
2021-12-08erofs: add sysfs interfaceGravatar Huang Jianan 1-0/+12
2021-12-04fsdax: shift partition offset handling into the file systemsGravatar Christoph Hellwig 1-0/+1
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevGravatar Christoph Hellwig 1-0/+2
2021-12-01erofs: rename lz4_0pading to zero_paddingGravatar Huang Jianan 1-1/+1
2021-10-25erofs: get rid of ->lru usageGravatar Gao Xiang 1-1/+8
2021-10-19erofs: lzma compression supportGravatar Gao Xiang 1-0/+22
2021-10-19erofs: introduce readmore decompression strategyGravatar Gao Xiang 1-0/+13
2021-10-18erofs: get compression algorithms directly on mappingGravatar Gao Xiang 1-3/+9
2021-10-18erofs: add multiple device supportGravatar Gao Xiang 1-2/+33
2021-10-17erofs: decouple basic mount options from fs_contextGravatar Gao Xiang 1-6/+10
2021-08-20erofs: support reading chunk-based uncompressed filesGravatar Gao Xiang 1-0/+5
2021-08-19erofs: add fiemap support with iomapGravatar Gao Xiang 1-0/+5
2021-08-19erofs: add support for the full decompressed lengthGravatar Gao Xiang 1-0/+5
2021-08-11erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Gravatar Yue Hu 1-2/+1
2021-08-10erofs: dax support for non-tailpacking regular fileGravatar Gao Xiang 1-0/+3
2021-08-10erofs: iomap support for non-tailpacking DIOGravatar Huang Jianan 1-0/+1
2021-06-08erofs: clean up file headers & footersGravatar Gao Xiang 1-2/+0
2021-04-10erofs: support decompress big pcluster for lz4 backendGravatar Gao Xiang 1-0/+15
2021-04-10erofs: adjust per-CPU buffers according to max_pclusterblksGravatar Gao Xiang 1-0/+2
2021-04-10erofs: add big physical cluster definitionGravatar Gao Xiang 1-0/+1
2021-04-10erofs: introduce physical cluster slab poolsGravatar Gao Xiang 1-3/+0
2021-04-10erofs: introduce multipage per-CPU buffersGravatar Gao Xiang 1-18/+7
2021-04-07erofs: reserve physical_clusterbits[]Gravatar Gao Xiang 1-1/+0
2021-03-29erofs: add on-disk compression configurationsGravatar Gao Xiang 1-1/+4
2021-03-29erofs: introduce on-disk lz4 fs configurationsGravatar Gao Xiang 1-3/+5
2021-03-29erofs: support adjust lz4 history window sizeGravatar Huang Jianan 1-0/+19
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGravatar Gao Xiang 1-0/+9
2021-03-29erofs: don't use erofs_map_blocks() any moreGravatar Yue Hu 1-4/+2
2021-03-29erofs: use sync decompression for atomic contexts onlyGravatar Huang Jianan 1-0/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+3
2020-08-03erofs: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-05-29erofs: convert to use the new mount fs_context apiGravatar Chao Yu 1-11/+16