aboutsummaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
42 hourserofs: fix file-backed mounts no longer working on EROFS partitionsGao Xiang1-1/+2
2 dayserofs: 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
2024-11-18erofs: simplify definition of the log functionsGou Hao1-22/+7
2024-10-21erofs: use get_tree_bdev_flags() to avoid misleading messagesGao Xiang1-1/+3
2024-10-11erofs: ensure regular inodes for file-backed mountsGao Xiang1-3/+10
2024-09-10erofs: mark experimental fscache backend deprecatedGao Xiang1-1/+1
2024-09-10erofs: add file-backed mount supportGao Xiang1-27/+49
2024-09-10erofs: clean up erofs_register_sysfs()Gao Xiang1-1/+1
2024-08-19erofs: get rid of check_layout_compatibility()Hongzhen Luo1-20/+6
2024-07-26erofs: add support for FS_IOC_GETFSSYSFSPATHHuang Xiaojia1-0/+16
2024-07-09erofs: refine z_erofs_{init,exit}_subsystem()Gao Xiang1-31/+3
2024-06-26erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia1-1/+1
2024-05-18erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro1-5/+3
2024-05-18erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro1-1/+1
2024-05-18erofs: clean up erofs_show_options()Hongzhen Luo1-20/+8
2024-05-18Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang1-4/+4
2024-05-09erofs: Zstandard compression supportGao Xiang1-0/+7
2024-05-08erofs: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo1-7/+5
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo1-2/+7
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner1-6/+2
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li1-63/+53
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro1-4/+4
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang1-1/+0
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-1/+1
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-29/+1