summaryrefslogtreecommitdiff
path: root/fs/erofs/super.c
AgeCommit message (Expand)Author
12 dayserofs: support to readahead dirent blocks in erofs_readdir()Chao Yu
12 dayserofs: implement metadata compressionBo Liu (OpenAnolis)
12 dayserofs: 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
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: derive fsid from on-disk UUID for .statfs() if possibleHongzhen Luo
2024-05-08erofs: rename per-CPU buffers to global buffer pool and make it configurableChunhai Guo
2024-04-28erofs: reliably distinguish block based and fscache modeChristian Brauner
2024-04-28erofs: get rid of erofs_fs_contextBaokun Li
2024-04-07erofs: switch erofs_bread() to passing offset instead of block numberAl Viro
2024-03-25erofs: drop experimental warning for FSDAXGao Xiang
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li
2024-02-25erofs: port device access to fileChristian Brauner
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
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