summaryrefslogtreecommitdiff
path: root/fs/erofs
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-23erofs: introduce the page cache share featureHongzhen Luo6-2/+296
2026-01-23erofs: using domain_id in the safer wayHongbo Li2-8/+6
2026-01-23erofs: add erofs_inode_set_aops helper to set the aopsHongbo Li2-23/+23
2026-01-23erofs: support user-defined fingerprint nameHongzhen Luo5-2/+36
2026-01-23erofs: decouple `struct erofs_anon_fs_type`Gao Xiang3-13/+16
2026-01-23Merge branch 'vfs-7.0.iomap' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gao Xiang1-21/+46
2026-01-22erofs: tidy up erofs_init_inode_xattrs()Gao Xiang1-37/+25
2026-01-22erofs: tidy up synchronous decompressionGao Xiang4-29/+16
2026-01-22erofs: remove useless src in erofs_xattr_copy_to_buffer()Ferry Meng1-3/+1
2026-01-22erofs: unexport erofs_xattr_prefix()Gao Xiang2-33/+28
2026-01-22erofs: unexport erofs_getxattr()Gao Xiang2-61/+54
2026-01-22erofs: fix incorrect early exits in volume label handlingGao Xiang1-2/+4
2026-01-22erofs: fix incorrect early exits for invalid metabox-enabled imagesGao Xiang1-2/+3
2026-01-22erofs: avoid noisy messages for transient -ENOMEMGao Xiang1-3/+4
2026-01-22erofs: improve LZ4 error stringsGao Xiang1-22/+20
2026-01-22erofs: simplify the code using for_each_set_bitYuwen Chen1-12/+9
2026-01-22erofs: make z_erofs_crypto[] staticFerry Meng1-1/+1
2026-01-22erofs: Use %pe format specifier for error pointersFerry Meng1-2/+2
2026-01-14erofs: hold read context in iomap_iter if neededHongbo Li1-21/+46
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-2/+0
2026-01-12erofs: add setlease file operationJeff Layton2-0/+4
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-12-21erofs: fix unexpected EIO under memory pressureJunbeom Yeom1-4/+4
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-12-04Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-148/+178