summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
14 dayserofs: 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-14Merge tag 'erofs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-47/+77
2026-04-14Merge 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-09erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()Junrui Luo1-0/+1
2026-04-07erofs: handle 48-bit blocks/uniaddr for extra devicesZhan Xusheng2-4/+8
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)1-2/+1
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)1-2/+2
2026-04-03lsm: add backing_file LSM hooksPaul Moore1-1/+9
2026-04-02erofs: include the trailing NUL in FS_IOC_GETFSLABELZhan Xusheng1-1/+1
2026-04-02erofs: ensure all folios are managed in erofs_try_to_free_all_cached_folios()Zhan Xusheng1-2/+1
2026-04-02erofs: verify metadata accesses for file-backed mountsGao Xiang1-0/+14
2026-03-30erofs: harden h_shared_count in erofs_init_inode_xattrs()Utkal Singh1-0/+8
2026-03-25erofs: fix .fadvise() for page cache sharingGao Xiang1-2/+13
2026-03-24erofs: update the Kconfig descriptionGao Xiang1-15/+30
2026-03-18erofs: add GFP_NOIO in the bio completion if neededJiucheng Xu1-0/+3
2026-03-17erofs: set fileio bio failed in short read caseSheng Yong1-4/+2
2026-02-25erofs: fix interlaced plain identification for encoded extentsGao Xiang1-4/+5
2026-02-24erofs: remove more unnecessary #ifdefsFerry Meng1-49/+36
2026-02-23erofs: allow sharing page cache with the same aops onlyHongbo Li3-15/+22
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-14/+14
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-30/+29
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-2/+3
2026-02-10Merge tag 'erofs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-395/+773
2026-02-10Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+46
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2026-02-06erofs: fix UAF issue for file-backed mounts w/ directio optionChao Yu1-1/+6
2026-02-05erofs: update compression algorithm statusGao Xiang2-9/+3
2026-02-05erofs: fix inline data read failure for ztailpacking pclustersGao Xiang1-14/+16
2026-02-03erofs: avoid some unnecessary #ifdefsFerry Meng3-24/+14
2026-02-03erofs: handle end of filesystem properly for file-backed mountsGao Xiang1-12/+8
2026-02-03erofs: separate plain and compressed filesystems formallyGao Xiang6-42/+36
2026-02-03erofs: use inode_set_cached_link()Gao Xiang1-13/+21
2026-01-28erofs: mark inodes without acls in erofs_read_inode()Gao Xiang3-1/+26
2026-01-23erofs: implement .fadvise for page cache shareHongzhen Luo1-0/+7
2026-01-23erofs: support compressed inodes for page cache shareHongzhen Luo2-16/+24
2026-01-23erofs: support unencoded inodes for page cache shareHongbo Li5-19/+81
2026-01-23erofs: pass inode to trace_erofs_read_folioHongbo Li3-6/+4