summaryrefslogtreecommitdiff
path: root/fs/erofs/internal.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-17erofs: fix large fragment handlingGao Xiang1-1/+3
2025-07-17erofs: address D-cache aliasingGao Xiang1-1/+1
2025-03-17erofs: implement encoded extent metadataGao Xiang1-1/+4
2025-03-17erofs: add encoded extent on-disk definitionGao Xiang1-1/+1
2025-03-17erofs: initialize decompression earlyGao Xiang1-2/+2
2025-03-17erofs: support dot-omitted directoriesGao Xiang1-0/+1
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang1-6/+6
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang1-3/+3
2025-03-17erofs: simplify tail inline pcluster handlingGao Xiang1-7/+2
2025-03-17erofs: allow 16-byte volume name againGao Xiang1-2/+0
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu1-8/+2
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang1-0/+1
2024-12-16erofs: reference `struct erofs_device_info` for erofs_map_devGao Xiang1-4/+2
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang1-6/+2
2024-11-18erofs: get rid of `buf->kmap_type`Gao Xiang1-1/+0
2024-11-18erofs: fix file-backed mounts over FUSEGao Xiang1-0/+1
2024-11-18erofs: simplify definition of the log functionsGou Hao1-10/+4
2024-11-18erofs: add sysfs node to drop internal cachesChunhai Guo1-0/+2
2024-11-18erofs: sunset `struct erofs_workgroup`Gao Xiang1-6/+0
2024-11-18erofs: move erofs_workgroup operations into zdata.cGao Xiang1-5/+3
2024-11-18erofs: get rid of erofs_{find,insert}_workgroupGao Xiang1-4/+1
2024-09-10erofs: support compressed inodes for fileioGao Xiang1-0/+8
2024-09-10erofs: support unencoded inodes for fileioGao Xiang1-1/+6
2024-09-10erofs: add file-backed mount supportGao Xiang1-2/+9
2024-08-19erofs: simplify readdir operationHongzhen Luo1-1/+1
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang1-30/+4
2024-07-08erofs: convert z_erofs_pcluster_readmore() to foliosGao Xiang1-9/+5
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro1-1/+1
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo1-3/+0
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang1-2/+2
2024-05-09erofs: Zstandard compression supportGao Xiang1-0/+8
2024-05-08erofs: add a reserved buffer pool for lz4 decompressionChunhai Guo1-1/+5
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo1-7/+7
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li1-7/+0
2024-04-25erofs_buf: store address_space instead of inodeAl Viro1-1/+1
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro1-1/+1
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+6
2024-03-10erofs: support compressed inodes over fscacheJingbo Xu1-0/+4
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li1-1/+0
2024-03-10erofs: refine managed cache operations to foliosGao Xiang1-2/+2
2024-02-25erofs: port device access to fileChristian Brauner1-1/+1
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-39/+3
2023-10-31erofs: tidy up redundant includesFerry Meng1-0/+2
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng1-2/+0
2023-10-31erofs: simplify compression configuration parserGao Xiang1-37/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara1-1/+1
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu1-0/+3
2023-08-11erofs: DEFLATE compression supportGao Xiang1-0/+20
2023-06-18erofs: use struct lockref to replace handcrafted approachGao Xiang1-36/+2
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang1-1/+2