summaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)Author
2026-02-24erofs: remove more unnecessary #ifdefsFerry Meng
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03erofs: avoid some unnecessary #ifdefsFerry Meng
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang
2026-01-23erofs: introduce the page cache share featureHongzhen Luo
2026-01-23erofs: using domain_id in the safer wayHongbo Li
2026-01-23erofs: support user-defined fingerprint nameHongzhen Luo
2026-01-23erofs: decouple `struct erofs_anon_fs_type`Gao Xiang
2026-01-23erofs: tidy up synchronous decompressionGao Xiang
2026-01-23erofs: fix incorrect early exits in volume label handlingGao Xiang
2026-01-23erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang
2025-11-24erofs: limit the level of fs stacking for file-backed mountsGao Xiang
2025-11-24erofs: correct FSDAX detectionGao Xiang
2025-09-25erofs: Add support for FS_IOC_GETFSLABELBo Liu (OpenAnolis)
2025-09-10erofs: fix runtime warning on truncate_folio_batch_exceptionals()Yuezhang Mo
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang
2025-08-11erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo
2025-07-24erofs: support to readahead dirent blocks in erofs_readdir()Chao Yu
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong
2025-05-15erofs: avoid using multiple devices with different typeSheng Yong
2025-05-15erofs: fix file handle encoding for 64-bit NIDsHongbo Li
2025-04-30erofs: remove unused enum typeHongbo Li
2025-03-17erofs: enable 48-bit layout supportGao Xiang
2025-03-17erofs: initialize decompression earlyGao 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: allow 16-byte volume name againGao Xiang
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu
2025-01-19erofs: remove dead code in erofs_fc_parse_paramChen Linxuan
2025-01-17erofs: micro-optimize superblock checksumGao Xiang
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang
2024-12-13erofs: add erofs_sb_free() helperGao Xiang
2024-11-18erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo
2024-11-18erofs: simplify definition of the log functionsGou Hao
2024-10-21erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang
2024-09-10erofs: add file-backed mount supportGao Xiang
2024-09-10erofs: clean up erofs_register_sysfs()Gao Xiang
2024-08-19erofs: get rid of check_layout_compatibility()Hongzhen Luo
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro