index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-25
erofs: fix interlaced plain identification for encoded extents
Gao Xiang
1
-4
/
+5
2026-02-24
erofs: remove more unnecessary #ifdefs
Ferry Meng
1
-49
/
+36
2026-02-23
erofs: allow sharing page cache with the same aops only
Hongbo Li
3
-15
/
+22
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
7
-14
/
+14
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
9
-30
/
+29
2026-02-19
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2026-02-13
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
1
-2
/
+3
2026-02-10
Merge tag 'erofs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-395
/
+773
2026-02-10
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+46
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+0
2026-02-06
erofs: fix UAF issue for file-backed mounts w/ directio option
Chao Yu
1
-1
/
+6
2026-02-05
erofs: update compression algorithm status
Gao Xiang
2
-9
/
+3
2026-02-05
erofs: fix inline data read failure for ztailpacking pclusters
Gao Xiang
1
-14
/
+16
2026-02-03
erofs: avoid some unnecessary #ifdefs
Ferry Meng
3
-24
/
+14
2026-02-03
erofs: handle end of filesystem properly for file-backed mounts
Gao Xiang
1
-12
/
+8
2026-02-03
erofs: separate plain and compressed filesystems formally
Gao Xiang
6
-42
/
+36
2026-02-03
erofs: use inode_set_cached_link()
Gao Xiang
1
-13
/
+21
2026-01-28
erofs: mark inodes without acls in erofs_read_inode()
Gao Xiang
3
-1
/
+26
2026-01-23
erofs: implement .fadvise for page cache share
Hongzhen Luo
1
-0
/
+7
2026-01-23
erofs: support compressed inodes for page cache share
Hongzhen Luo
2
-16
/
+24
2026-01-23
erofs: support unencoded inodes for page cache share
Hongbo Li
5
-19
/
+81
2026-01-23
erofs: pass inode to trace_erofs_read_folio
Hongbo Li
3
-6
/
+4
2026-01-23
erofs: introduce the page cache share feature
Hongzhen Luo
6
-2
/
+296
2026-01-23
erofs: using domain_id in the safer way
Hongbo Li
2
-8
/
+6
2026-01-23
erofs: add erofs_inode_set_aops helper to set the aops
Hongbo Li
2
-23
/
+23
2026-01-23
erofs: support user-defined fingerprint name
Hongzhen Luo
5
-2
/
+36
2026-01-23
erofs: decouple `struct erofs_anon_fs_type`
Gao Xiang
3
-13
/
+16
2026-01-23
Merge branch 'vfs-7.0.iomap' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Gao Xiang
1
-21
/
+46
2026-01-22
erofs: tidy up erofs_init_inode_xattrs()
Gao Xiang
1
-37
/
+25
2026-01-22
erofs: tidy up synchronous decompression
Gao Xiang
4
-29
/
+16
2026-01-22
erofs: remove useless src in erofs_xattr_copy_to_buffer()
Ferry Meng
1
-3
/
+1
2026-01-22
erofs: unexport erofs_xattr_prefix()
Gao Xiang
2
-33
/
+28
2026-01-22
erofs: unexport erofs_getxattr()
Gao Xiang
2
-61
/
+54
2026-01-22
erofs: fix incorrect early exits in volume label handling
Gao Xiang
1
-2
/
+4
2026-01-22
erofs: fix incorrect early exits for invalid metabox-enabled images
Gao Xiang
1
-2
/
+3
2026-01-22
erofs: avoid noisy messages for transient -ENOMEM
Gao Xiang
1
-3
/
+4
2026-01-22
erofs: improve LZ4 error strings
Gao Xiang
1
-22
/
+20
2026-01-22
erofs: simplify the code using for_each_set_bit
Yuwen Chen
1
-12
/
+9
2026-01-22
erofs: make z_erofs_crypto[] static
Ferry Meng
1
-1
/
+1
2026-01-22
erofs: Use %pe format specifier for error pointers
Ferry Meng
1
-2
/
+2
2026-01-14
erofs: hold read context in iomap_iter if needed
Hongbo Li
1
-21
/
+46
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
1
-2
/
+0
2026-01-12
erofs: add setlease file operation
Jeff Layton
2
-0
/
+4
2026-01-10
erofs: fix file-backed mounts no longer working on EROFS partitions
Gao Xiang
1
-1
/
+2
2026-01-10
erofs: don't bother with s_stack_depth increasing for now
Gao Xiang
1
-6
/
+12
2025-12-21
erofs: fix unexpected EIO under memory pressure
Junbeom Yeom
1
-4
/
+4
2025-12-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2025-12-04
Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-148
/
+178
[next]