summaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'erofs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+88
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+23
2026-08-11erofs: use dedicated meta inodes for file-backed mountsGao Xiang1-11/+24
2026-08-11erofs: accept source file descriptor via fsconfigGiuseppe Scrivano1-11/+62
2026-08-04erofs: fix typo in error messagesGiuseppe Scrivano1-2/+2
2026-07-13erofs: hide "cache_strategy=" for plain filesystemsGao Xiang1-1/+1
2026-06-30erofs: use more informative s_id for file-backed mountsGao Xiang1-13/+4
2026-06-29erofs: open via dedicated fs bdev helpersChristian Brauner1-12/+23
2026-06-22erofs: remove fscache backend entirelyGao Xiang1-76/+18
2026-06-17erofs: call erofs_exit_ishare() before rcu_barrier()Gao Xiang1-2/+2
2026-04-07erofs: handle 48-bit blocks/uniaddr for extra devicesZhan Xusheng1-2/+6
2026-02-24erofs: remove more unnecessary #ifdefsFerry Meng1-48/+35
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-03erofs: avoid some unnecessary #ifdefsFerry Meng1-9/+4
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang1-15/+9
2026-01-23erofs: introduce the page cache share featureHongzhen Luo1-2/+60
2026-01-23erofs: using domain_id in the safer wayHongbo Li1-6/+4
2026-01-23erofs: support user-defined fingerprint nameHongzhen Luo1-0/+9
2026-01-23erofs: decouple `struct erofs_anon_fs_type`Gao Xiang1-0/+14
2026-01-23erofs: tidy up synchronous decompressionGao Xiang1-2/+1
2026-01-23erofs: fix incorrect early exits in volume label handlingGao Xiang1-2/+4
2026-01-23erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang1-2/+3
2026-01-10erofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang1-1/+2
2026-01-10erofs: don't bother with s_stack_depth increasing for nowGao Xiang1-6/+12
2025-11-24erofs: limit the level of fs stacking for file-backed mountsGao Xiang1-0/+16
2025-11-24erofs: correct FSDAX detectionGao Xiang1-11/+11
2025-09-25erofs: Add support for FS_IOC_GETFSLABELBo Liu (OpenAnolis)1-0/+8
2025-09-10erofs: fix runtime warning on truncate_folio_batch_exceptionals()Yuezhang Mo1-0/+12
2025-08-11erofs: fix block count report when 48-bit layout is onGao Xiang1-2/+2
2025-08-11erofs: Fallback to normal access if DAX is not supported on extra deviceYuezhang Mo1-10/+14
2025-07-24erofs: support to readahead dirent blocks in erofs_readdir()Chao Yu1-0/+1
2025-07-24erofs: implement metadata compressionBo Liu (OpenAnolis)1-2/+20
2025-07-24erofs: remove need_kmap in erofs_read_metabuf()Gao Xiang1-2/+2
2025-05-22erofs: add 'fsoffset' mount option to specify filesystem offsetSheng Yong1-1/+15
2025-05-15erofs: avoid using multiple devices with different typeSheng Yong1-1/+4
2025-05-15erofs: fix file handle encoding for 64-bit NIDsHongbo Li1-8/+36
2025-04-30erofs: remove unused enum typeHongbo Li1-1/+0
2025-03-17erofs: enable 48-bit layout supportGao Xiang1-0/+2
2025-03-17erofs: initialize decompression earlyGao Xiang1-24/+22
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang1-5/+10
2025-03-17erofs: add 48-bit block addressing on-disk supportGao Xiang1-6/+6
2025-03-17erofs: allow 16-byte volume name againGao Xiang1-8/+0
2025-03-17erofs: get rid of erofs_kmap_typeBo Liu1-4/+4
2025-01-19erofs: remove dead code in erofs_fc_parse_paramChen Linxuan1-2/+0
2025-01-17erofs: micro-optimize superblock checksumGao Xiang1-19/+11
2024-12-16erofs: use buffered I/O for file-backed mounts by defaultGao Xiang1-8/+15
2024-12-16erofs: use `struct erofs_device_info` for the primary deviceGao Xiang1-14/+13
2024-12-13erofs: add erofs_sb_free() helperGao Xiang1-17/+19
2024-11-18erofs: fix blksize < PAGE_SIZE for file-backed mountsHongzhen Luo1-1/+5