aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/super.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2024-03-10erofs: fix lockdep false positives on initializing erofs_pseudo_mntBaokun Li1-29/+1
2024-02-25erofs: port device access to fileChristian Brauner1-8/+8
2024-01-10erofs: make erofs_{err,info}() support NULL sb parameterChunhai Guo1-2/+8
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-70/+11
2023-10-31erofs: tidy up redundant includesFerry Meng1-3/+0
2023-10-31erofs: get rid of ROOT_NID()Ferry Meng1-3/+3
2023-10-31erofs: simplify compression configuration parserGao Xiang1-64/+8
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-10-28erofs: Convert to use bdev_open_by_path()Jan Kara1-10/+10
2023-09-19erofs: allow empty device tags in flatdev modeJingbo Xu1-1/+1
2023-08-23erofs: don't warn dedupe and fragments features anymoresunshijie1-4/+0
2023-08-23erofs: remove redundant erofs_fs_type declaration in super.cFerry Meng1-1/+0
2023-08-23erofs: add necessary kmem_cache_create flags for erofs inode cacheFerry Meng1-3/+3
2023-08-23erofs: clean up redundant comment and adjust code alignmentFerry Meng1-18/+4
2023-08-11erofs: boost negative xattr lookup with bloom filterJingbo Xu1-0/+1
2023-08-11erofs: DEFLATE compression supportGao Xiang1-0/+10
2023-08-01erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+4
2023-06-22erofs: remove unnecessary gotoYangtao Li1-5/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-3/+4
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-29erofs: adapt managed inode operations into foliosGao Xiang1-62/+0
2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu1-0/+7
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu1-3/+3
2023-04-17erofs: move packed inode out of the compression partJingbo Xu1-3/+1
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang1-3/+3
2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu1-11/+11
2023-04-17erofs: don't warn ztailpacking feature anymoreYue Hu1-2/+0
2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu1-1/+4
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu1-16/+29
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu1-11/+16
2023-02-15erofs: unify anonymous inodes for blobJingbo Xu1-0/+2
2023-02-15erofs: remove linux/buffer_head.h dependencyGao Xiang1-1/+0
2023-01-16erofs: clean up parsing of fscache related optionsJingbo Xu1-7/+6
2022-12-07erofs: check the uniqueness of fsid in shared domain in advanceHou Tao1-1/+1
2022-11-10erofs: fix use-after-free of fsid and domain_id stringJingbo Xu1-17/+22
2022-09-27erofs: clean up erofs_iget()Gao Xiang1-4/+4
2022-09-26erofs: introduce partial-referenced pclustersGao Xiang1-0/+2
2022-09-26erofs: support on-disk compressed fragments dataYue Hu1-0/+15
2022-09-20erofs: introduce 'domain_id' mount optionJia Zhu1-0/+17
2022-09-20erofs: introduce a pseudo mnt to manage shared cookiesJia Zhu1-2/+31
2022-09-20erofs: code clean up for fscacheJia Zhu1-13/+8
2022-09-20erofs: use kill_anon_super() to kill super in fscache modeJia Zhu1-1/+1
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-4/+6
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+8
2022-05-18erofs: scan devices from device tableJeffle Xu1-33/+69
2022-05-18erofs: add 'fsid' mount optionJeffle Xu1-1/+30
2022-05-18erofs: implement fscache-based data readaheadJeffle Xu1-0/+4
2022-05-18erofs: register fscache context for extra data blobsJeffle Xu1-1/+7
2022-05-18erofs: register fscache context for primary data blobJeffle Xu1-4/+11
2022-05-18erofs: register fscache volumeJeffle Xu1-0/+5
2022-05-18erofs: add fscache mode check helperJeffle Xu1-15/+29
2022-05-17erofs: support idmapped mountsChao Yu1-1/+1
2022-05-17erofs: make filesystem exportableHongnan Li1-0/+40
2022-05-09erofs: Convert to release_folioMatthew Wilcox (Oracle)1-8/+8
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-9/+8
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-17erofs: refine managed inode stuffsGao Xiang1-2/+6
2022-03-16erofs: use meta buffers for erofs_read_superblock()Jeffle Xu1-8/+5
2022-03-15erofs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-9/+8
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+9
2022-01-04erofs: use meta buffers for super operationsGao Xiang1-77/+27
2021-12-31erofs: add on-disk compressed tail-packing inline supportYue Hu1-0/+3
2021-12-08erofs: add sysfs node to control sync decompression strategyHuang Jianan1-1/+1
2021-12-08erofs: add sysfs interfaceHuang Jianan1-0/+12
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig1-2/+2
2021-12-04dax: remove dax_capableChristoph Hellwig1-4/+7
2021-10-19erofs: lzma compression supportGao Xiang1-3/+14
2021-10-18erofs: add multiple device supportGao Xiang1-10/+146
2021-10-17erofs: decouple basic mount options from fs_contextGao Xiang1-30/+28
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-08-11erofs: remove the mapping parameter from erofs_try_to_free_cached_page()Yue Hu1-1/+1
2021-08-10erofs: dax support for non-tailpacking regular fileGao Xiang1-2/+57
2021-06-08erofs: clean up file headers & footersGao Xiang1-2/+0
2021-06-08erofs: fix error return code in erofs_read_superblock()Wei Yongjun1-0/+1
2021-04-10erofs: introduce multipage per-CPU buffersGao Xiang1-0/+2
2021-03-29erofs: add on-disk compression configurationsGao Xiang1-1/+140
2021-03-29erofs: introduce on-disk lz4 fs configurationsGao Xiang1-1/+1
2021-03-29erofs: support adjust lz4 history window sizeHuang Jianan1-1/+3
2021-03-29erofs: introduce erofs_sb_has_xxx() helpersGao Xiang1-1/+1
2021-03-29erofs: use sync decompression for atomic contexts onlyHuang Jianan1-0/+1
2021-02-11erofs: fix shift-out-of-bounds of blkszbitsGao Xiang1-2/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu1-2/+0
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-03erofs: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-29erofs: convert to use the new mount fs_context apiChao Yu1-141/+112
2020-05-27erofs: code cleanup by removing ifdef macro surroundingChengguang Xu1-3/+1
2020-03-03erofs: convert workstn to XArrayGao Xiang1-1/+1
2019-11-24erofs: remove unnecessary output in erofs_show_options()Chengguang Xu1-3/+0
2019-11-24erofs: support superblock checksumPratik Shinde1-2/+34
2019-10-01erofs: fix return value check in erofs_read_superblock()Wei Yongjun1-2/+2
2019-09-05erofs: use read_mapping_page instead of sb_breadGao Xiang1-6/+9
2019-09-05erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}Gao Xiang1-28/+55
2019-09-05erofs: kill all erofs specific fault injectionGao Xiang1-70/+0
2019-09-05erofs: add "erofs_" prefix for common and short functionsGao Xiang1-20/+20
2019-09-05erofs: kill verbose debug info in erofs_fill_superGao Xiang1-7/+2
2019-09-05erofs: use dsb instead of layout for ondisk super_blockGao Xiang1-18/+17
2019-09-05erofs: better erofs symlink stuffsGao Xiang1-3/+2
2019-09-05erofs: use erofs_inode namingGao Xiang1-5/+5
2019-09-05erofs: kill erofs_{init,exit}_inode_cacheGao Xiang1-19/+12
2019-09-05erofs: better naming for erofs inode related stuffsGao Xiang1-1/+1
2019-09-05erofs: use feature_incompat rather than requirementsGao Xiang1-5/+5
2019-08-30erofs: remove all likely/unlikely annotationsGao Xiang1-8/+8
2019-08-24erofs: move erofs out of stagingGao Xiang1-0/+669