summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)Author
4 daysMerge tag 'erofs-for-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
6 dayserofs: simplify z_erofs_gbuf_growsize()Gao Xiang
6 dayserofs: skip sufficiently large global buffers when resizingNikhil Gurudasani
6 dayserofs: support large folios in inode_share modeJingbo Xu
6 dayserofs: support splice() in inode_share modeZhan Xusheng
6 dayserofs: support SEEK_HOLE/SEEK_DATA in inode_share modeJingbo Xu
6 dayserofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logicGeert Uytterhoeven
9 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'erofs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
12 daysMerge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
12 dayserofs: fix unused pcluster_pools for higher page sizesOjaswin Mujoo
12 dayserofs: guard on-disk algorithm IDs against Z_EROFS_COMPRESSION_MAXGao Xiang
12 dayserofs: fix interlaced ztailpacking pclustersGao Xiang
2026-08-14erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platformsGao Xiang
2026-08-11erofs: use dedicated meta inodes for file-backed mountsGao Xiang
2026-08-11erofs: accept source file descriptor via fsconfigGiuseppe Scrivano
2026-08-04erofs: fix typo in error messagesGiuseppe Scrivano
2026-07-31block: introduce bio_in_atomic()Tal Zussman
2026-07-31erofs: convert iomap ops to ->iomap_next()Joanne Koong
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-27erofs: cap LZMA stream pool sizeMichael Bommarito
2026-07-27erofs: ensure valid f_path for page cache sharingGao Xiang
2026-07-13erofs: hide "cache_strategy=" for plain filesystemsGao Xiang
2026-07-08erofs: get rid of erofs_is_ishare_inode() helperGao Xiang
2026-07-08erofs: relax sanity check for tail pclusters due to ztailpackingGao Xiang
2026-06-30erofs: use more informative s_id for file-backed mountsGao Xiang
2026-06-29erofs: open via dedicated fs bdev helpersChristian Brauner
2026-06-22erofs: handle 48-bit blocks_hi for compressed inodesZhan Xusheng
2026-06-22erofs: remove fscache backend entirelyGao Xiang
2026-06-22erofs: simplify RCU read critical sectionsGao Xiang
2026-06-22erofs: add sparse support to pcluster layoutGao Xiang
2026-06-17erofs: introduce erofs_map_chunks()Gao Xiang
2026-06-17erofs: call erofs_exit_ishare() before rcu_barrier()Gao Xiang
2026-06-17erofs: clean up erofs_ishare_fill_inode()Gao Xiang
2026-06-02erofs: fix EFSCORRUPTED on multi-algorithm images in z_erofs_map_sanity_check()Zhan Xusheng
2026-05-29erofs: fix use-after-free on sbi->sync_decompressGao Xiang
2026-05-20erofs: fix metabuf leak in inode xattr initializationJia Zhu
2026-05-20erofs: fix managed cache race for unaligned extentsGao Xiang
2026-04-21Merge tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-21erofs: unify lcn as u64 for 32-bit platformsGao Xiang
2026-04-21erofs: fix offset truncation when shifting pgoff on 32-bit platformsGao Xiang
2026-04-21erofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'erofs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-10erofs: error out obviously illegal extents in advanceGao Xiang
2026-04-10erofs: clean up encoded map flagsGao Xiang
2026-04-10erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo