index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'erofs-for-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-17
/
+26
2026-08-24
erofs: simplify z_erofs_gbuf_growsize()
Gao Xiang
1
-11
/
+7
2026-08-24
erofs: skip sufficiently large global buffers when resizing
Nikhil Gurudasani
1
-0
/
+2
2026-08-24
erofs: support large folios in inode_share mode
Jingbo Xu
1
-0
/
+1
2026-08-24
erofs: support splice() in inode_share mode
Zhan Xusheng
1
-1
/
+8
2026-08-24
erofs: support SEEK_HOLE/SEEK_DATA in inode_share mode
Jingbo Xu
3
-2
/
+3
2026-08-24
erofs: Fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS default logic
Geert Uytterhoeven
1
-3
/
+5
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-10
/
+1
2026-08-20
Merge tag 'erofs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-74
/
+165
2026-08-17
Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-12
/
+23
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-3
/
+8
2026-08-17
erofs: fix unused pcluster_pools for higher page sizes
Ojaswin Mujoo
1
-1
/
+11
2026-08-17
erofs: guard on-disk algorithm IDs against Z_EROFS_COMPRESSION_MAX
Gao Xiang
2
-15
/
+22
2026-08-17
erofs: fix interlaced ztailpacking pclusters
Gao Xiang
2
-1
/
+3
2026-08-14
erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP platforms
Gao Xiang
1
-1
/
+2
2026-08-11
erofs: use dedicated meta inodes for file-backed mounts
Gao Xiang
5
-44
/
+65
2026-08-11
erofs: accept source file descriptor via fsconfig
Giuseppe Scrivano
1
-11
/
+62
2026-08-04
erofs: fix typo in error messages
Giuseppe Scrivano
1
-2
/
+2
2026-07-31
block: introduce bio_in_atomic()
Tal Zussman
1
-10
/
+1
2026-07-31
erofs: convert iomap ops to ->iomap_next()
Joanne Koong
2
-3
/
+8
2026-07-31
lockref: tidy up dead count handling
Mateusz Guzik
1
-2
/
+2
2026-07-27
erofs: cap LZMA stream pool size
Michael Bommarito
2
-1
/
+16
2026-07-27
erofs: ensure valid f_path for page cache sharing
Gao Xiang
3
-31
/
+30
2026-07-13
erofs: hide "cache_strategy=" for plain filesystems
Gao Xiang
1
-1
/
+1
2026-07-08
erofs: get rid of erofs_is_ishare_inode() helper
Gao Xiang
1
-7
/
+1
2026-07-08
erofs: relax sanity check for tail pclusters due to ztailpacking
Gao Xiang
1
-1
/
+2
2026-06-30
erofs: use more informative s_id for file-backed mounts
Gao Xiang
1
-13
/
+4
2026-06-29
erofs: open via dedicated fs bdev helpers
Christian Brauner
1
-12
/
+23
2026-06-22
erofs: handle 48-bit blocks_hi for compressed inodes
Zhan Xusheng
1
-2
/
+3
2026-06-22
erofs: remove fscache backend entirely
Gao Xiang
9
-841
/
+23
2026-06-22
erofs: simplify RCU read critical sections
Gao Xiang
1
-18
/
+14
2026-06-22
erofs: add sparse support to pcluster layout
Gao Xiang
2
-11
/
+24
2026-06-17
erofs: introduce erofs_map_chunks()
Gao Xiang
1
-60
/
+71
2026-06-17
erofs: call erofs_exit_ishare() before rcu_barrier()
Gao Xiang
1
-2
/
+2
2026-06-17
erofs: clean up erofs_ishare_fill_inode()
Gao Xiang
2
-26
/
+21
2026-06-02
erofs: fix EFSCORRUPTED on multi-algorithm images in z_erofs_map_sanity_check()
Zhan Xusheng
1
-1
/
+1
2026-05-29
erofs: fix use-after-free on sbi->sync_decompress
Gao Xiang
1
-3
/
+3
2026-05-20
erofs: fix metabuf leak in inode xattr initialization
Jia Zhu
1
-3
/
+1
2026-05-20
erofs: fix managed cache race for unaligned extents
Gao Xiang
1
-7
/
+8
2026-04-21
Merge tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-25
/
+26
2026-04-21
erofs: unify lcn as u64 for 32-bit platforms
Gao Xiang
1
-10
/
+9
2026-04-21
erofs: fix offset truncation when shifting pgoff on 32-bit platforms
Gao Xiang
2
-2
/
+2
2026-04-21
erofs: fix the out-of-bounds nameoff handling for trailing dirents
Gao Xiang
1
-13
/
+15
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2026-04-13
Merge tag 'erofs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-47
/
+77
2026-04-13
Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+9
2026-04-10
erofs: error out obviously illegal extents in advance
Gao Xiang
2
-10
/
+15
2026-04-10
erofs: clean up encoded map flags
Gao Xiang
3
-31
/
+30
2026-04-10
erofs: fix unsigned underflow in z_erofs_lz4_handle_overlap()
Junrui Luo
1
-0
/
+1
[next]