summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'erofs-for-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-17/+26
2026-08-24erofs: simplify z_erofs_gbuf_growsize()Gao Xiang1-11/+7
2026-08-24erofs: skip sufficiently large global buffers when resizingNikhil Gurudasani1-0/+2
2026-08-24erofs: support large folios in inode_share modeJingbo Xu1-0/+1
2026-08-24erofs: support splice() in inode_share modeZhan Xusheng1-1/+8
2026-08-24erofs: support SEEK_HOLE/SEEK_DATA in inode_share modeJingbo Xu3-2/+3
2026-08-24erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logicGeert Uytterhoeven1-3/+5
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+1
2026-08-20Merge tag 'erofs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-74/+165
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-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+8
2026-08-17erofs: fix unused pcluster_pools for higher page sizesOjaswin Mujoo1-1/+11
2026-08-17erofs: guard on-disk algorithm IDs against Z_EROFS_COMPRESSION_MAXGao Xiang2-15/+22
2026-08-17erofs: fix interlaced ztailpacking pclustersGao Xiang2-1/+3
2026-08-14erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang1-1/+2
2026-08-11erofs: use dedicated meta inodes for file-backed mountsGao Xiang5-44/+65
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-31block: introduce bio_in_atomic()Tal Zussman1-10/+1
2026-07-31erofs: convert iomap ops to ->iomap_next()Joanne Koong2-3/+8
2026-07-31lockref: tidy up dead count handlingMateusz Guzik1-2/+2
2026-07-27erofs: cap LZMA stream pool sizeMichael Bommarito2-1/+16
2026-07-27erofs: ensure valid f_path for page cache sharingGao Xiang3-31/+30
2026-07-13erofs: hide "cache_strategy=" for plain filesystemsGao Xiang1-1/+1
2026-07-08erofs: get rid of erofs_is_ishare_inode() helperGao Xiang1-7/+1
2026-07-08erofs: relax sanity check for tail pclusters due to ztailpackingGao Xiang1-1/+2
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: handle 48-bit blocks_hi for compressed inodesZhan Xusheng1-2/+3
2026-06-22erofs: remove fscache backend entirelyGao Xiang9-841/+23
2026-06-22erofs: simplify RCU read critical sectionsGao Xiang1-18/+14
2026-06-22erofs: add sparse support to pcluster layoutGao Xiang2-11/+24
2026-06-17erofs: introduce erofs_map_chunks()Gao Xiang1-60/+71
2026-06-17erofs: call erofs_exit_ishare() before rcu_barrier()Gao Xiang1-2/+2
2026-06-17erofs: clean up erofs_ishare_fill_inode()Gao Xiang2-26/+21
2026-06-02erofs: fix EFSCORRUPTED on multi-algorithm images in z_erofs_map_sanity_check()Zhan Xusheng1-1/+1
2026-05-29erofs: fix use-after-free on sbi->sync_decompressGao Xiang1-3/+3
2026-05-20erofs: fix metabuf leak in inode xattr initializationJia Zhu1-3/+1
2026-05-20erofs: fix managed cache race for unaligned extentsGao Xiang1-7/+8
2026-04-21Merge tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-25/+26
2026-04-21erofs: unify lcn as u64 for 32-bit platformsGao Xiang1-10/+9
2026-04-21erofs: fix offset truncation when shifting pgoff on 32-bit platformsGao Xiang2-2/+2
2026-04-21erofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang1-13/+15
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2026-04-13Merge tag 'erofs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-47/+77
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+9
2026-04-10erofs: error out obviously illegal extents in advanceGao Xiang2-10/+15
2026-04-10erofs: clean up encoded map flagsGao Xiang3-31/+30
2026-04-10erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1