summaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)Author
11 dayserofs: support to readahead dirent blocks in erofs_readdir()Chao Yu
11 dayserofs: implement metadata compressionBo Liu (OpenAnolis)
11 dayserofs: add on-disk definition for metadata compressionGao Xiang
11 dayserofs: remove need_kmap in erofs_read_metabuf()Gao Xiang
2025-07-12erofs: fix large fragment handlingGao Xiang
2025-07-10erofs: address D-cache aliasingGao Xiang
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong
2025-03-17erofs: implement encoded extent metadataGao Xiang
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang
2025-03-17erofs: initialize decompression earlyGao Xiang
2025-03-17erofs: support dot-omitted directoriesGao Xiang
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang
2025-03-17erofs: simplify tail inline pcluster handlingGao Xiang
2025-03-17erofs: allow 16-byte volume name againGao Xiang
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang
2024-12-16erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang
2024-11-18erofs: get rid of `buf->kmap_type`Gao Xiang
2024-11-18erofs: fix file-backed mounts over FUSEGao Xiang
2024-11-18erofs: simplify definition of the log functionsGou Hao
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang
2024-09-10erofs: support compressed inodes for fileioGao Xiang
2024-09-10erofs: support unencoded inodes for fileioGao Xiang
2024-09-10erofs: add file-backed mount supportGao Xiang
2024-08-19erofs: simplify readdir operationHongzhen Luo
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang
2024-05-09erofs: Zstandard compression supportGao Xiang
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li
2024-04-25erofs_buf: store address_space instead of inodeAl Viro
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li
2024-03-10erofs: refine managed cache operations to foliosGao Xiang
2024-02-25erofs: port device access to fileChristian Brauner
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-31erofs: tidy up redundant includesFerry Meng
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng
2023-10-31erofs: simplify compression configuration parserGao Xiang