summaryrefslogtreecommitdiffstats
path: root/fs/erofs/internal.h
Commit message (Expand)AuthorAgeFilesLines
* erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __initYangtao Li2023-03-091-2/+2
* Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-201-97/+49
|\
| * erofs: unify anonymous inodes for blobJingbo Xu2023-02-151-4/+3
| * erofs: maintain cookies of share domain in self-contained listJingbo Xu2023-02-151-0/+4
| * erofs: remove unused EROFS_GET_BLOCKS_RAW flagJingbo Xu2023-02-151-6/+4
| * erofs: tidy up internal.hGao Xiang2023-02-151-56/+28
| * erofs: get rid of erofs_inode_datablocks()Gao Xiang2023-02-151-6/+0
| * erofs: simplify iloc()Gao Xiang2023-02-151-7/+9
| * erofs: remove linux/buffer_head.h dependencyGao Xiang2023-02-151-14/+6
| * erofs: clean up erofs_iget()Gao Xiang2023-02-151-9/+0
* | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* erofs: use kmap_local_page() only for erofs_bread()Gao Xiang2022-12-071-2/+1
* erofs: check the uniqueness of fsid in shared domain in advanceHou Tao2022-12-071-2/+8
* erofs: fix use-after-free of fsid and domain_id stringJingbo Xu2022-11-101-2/+4
* erofs: clean up erofs_iget()Gao Xiang2022-09-271-1/+1
* erofs: clean up unnecessary code and commentsGao Xiang2022-09-271-2/+0
* erofs: introduce partial-referenced pclustersGao Xiang2022-09-261-0/+4
* erofs: support on-disk compressed fragments dataYue Hu2022-09-261-3/+13
* erofs: support interlaced uncompressed data for compressed filesYue Hu2022-09-231-0/+1
* erofs: Support sharing cookies in the same domainJia Zhu2022-09-201-0/+3
* erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu2022-09-201-0/+1
* erofs: introduce fscache-based domainJia Zhu2022-09-201-0/+9
* erofs: code clean up for fscacheJia Zhu2022-09-201-10/+9
* erofs: fix pcluster use-after-free on UP platformsGao Xiang2022-09-051-29/+0
* erofs: implement fscache-based data read for non-inline layoutJeffle Xu2022-05-181-0/+2
* erofs: register fscache context for extra data blobsJeffle Xu2022-05-181-0/+2
* erofs: register fscache context for primary data blobJeffle Xu2022-05-181-0/+1
* erofs: add anonymous inode caching metadata for data blobsJeffle Xu2022-05-181-2/+4
* erofs: add fscache context helper functionsJeffle Xu2022-05-181-0/+19
* erofs: register fscache volumeJeffle Xu2022-05-181-0/+16
* erofs: add fscache mode check helperJeffle Xu2022-05-181-0/+5
* erofs: make erofs_map_blocks() generally availableJeffle Xu2022-05-181-0/+2
* erofs: make filesystem exportableHongnan Li2022-05-171-1/+1
* erofs: remove obsoleted commentsGao Xiang2022-05-171-25/+0
* erofs: use meta buffers for reading directoriesGao Xiang2022-03-171-0/+2
* erofs: fix ztailpacking on > 4GiB filesystemsGao Xiang2022-03-021-1/+1
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-0/+3
|\
| * fsdax: shift partition offset handling into the file systemsChristoph Hellwig2021-12-041-0/+1
| * dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig2021-12-041-0/+2
* | erofs: use meta buffers for zmap operationsGao Xiang2022-01-041-3/+3
* | erofs: use meta buffers for inode operationsGao Xiang2022-01-041-0/+3
* | erofs: introduce meta buffer operationsGao Xiang2022-01-041-0/+13
* | erofs: add on-disk compressed tail-packing inline supportYue Hu2021-12-311-0/+6
* | erofs: add sysfs node to control sync decompression strategyHuang Jianan2021-12-081-2/+8
* | erofs: add sysfs interfaceHuang Jianan2021-12-081-0/+12
* | erofs: rename lz4_0pading to zero_paddingHuang Jianan2021-12-011-1/+1
|/
* erofs: get rid of ->lru usageGao Xiang2021-10-251-1/+8
* erofs: lzma compression supportGao Xiang2021-10-191-0/+22
* erofs: introduce readmore decompression strategyGao Xiang2021-10-191-0/+13
* erofs: get compression algorithms directly on mappingGao Xiang2021-10-181-3/+9