index
:
pub/scm/linux/kernel/git/tip/tip.git
master
Linux kernel fork
TIP group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-23
erofs: improve LZ4 error strings
Gao Xiang
1
-22
/
+20
2026-01-23
erofs: simplify the code using for_each_set_bit
Yuwen Chen
1
-12
/
+9
2026-01-23
erofs: make z_erofs_crypto[] static
Ferry Meng
1
-1
/
+1
2026-01-23
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-22
erofs: fix unexpected EIO under memory pressure
Junbeom Yeom
1
-4
/
+4
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2025-12-03
Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-148
/
+178
2025-12-01
Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+3
2025-12-01
erofs: switch on-disk header `erofs_fs.h` to MIT license
Gao Xiang
1
-1
/
+1
2025-11-30
erofs: get rid of raw bi_end_io() usage
Gao Xiang
2
-3
/
+3
2025-11-30
erofs: enable error reporting for z_erofs_fixup_insize()
Gao Xiang
6
-38
/
+38
2025-11-28
erofs: enable error reporting for z_erofs_stream_switch_bufs()
Gao Xiang
5
-23
/
+18
2025-11-28
erofs: improve Zstd, LZMA and DEFLATE error strings
Gao Xiang
3
-11
/
+20
2025-11-28
erofs: improve decompression error reporting
Gao Xiang
6
-37
/
+40
2025-11-28
erofs: tidy up z_erofs_lz4_handle_overlap()
Gao Xiang
1
-39
/
+46
2025-11-26
Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2025-11-24
erofs: limit the level of fs stacking for file-backed mounts
Gao Xiang
1
-0
/
+16
2025-11-24
erofs: correct FSDAX detection
Gao Xiang
1
-11
/
+11
2025-11-07
erofs: avoid infinite loop due to incomplete zstd-compressed data
Gao Xiang
1
-4
/
+7
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
1
-2
/
+3
2025-11-04
erofs: use credential guards
Christian Brauner
1
-4
/
+2
2025-10-22
erofs: consolidate z_erofs_extent_lookback()
Gao Xiang
1
-14
/
+6
2025-10-22
erofs: avoid infinite loops due to corrupted subpage compact indexes
Gao Xiang
1
-14
/
+18
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-10-20
mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
Matthew Wilcox
1
-1
/
+1
2025-10-17
erofs: fix crafted invalid cases for encoded extents
Gao Xiang
1
-1
/
+6
2025-09-25
erofs: drop redundant sanity check for ztailpacking inline
Gao Xiang
2
-5
/
+2
2025-09-25
erofs: Add support for FS_IOC_GETFSLABEL
Bo Liu (OpenAnolis)
5
-4
/
+57
2025-09-23
erofs: avoid reading more for fragment maps
Gao Xiang
1
-2
/
+2
2025-09-12
erofs: fix long xattr name prefix placement
Gao Xiang
3
-6
/
+16
2025-09-10
erofs: fix runtime warning on truncate_folio_batch_exceptionals()
Yuezhang Mo
1
-0
/
+12
2025-08-28
erofs: fix invalid algorithm for encoded extents
Gao Xiang
1
-30
/
+37
2025-08-11
erofs: fix block count report when 48-bit layout is on
Gao Xiang
1
-2
/
+2
2025-08-11
erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOC
Junli Liu
1
-2
/
+11
2025-08-11
erofs: Do not select tristate symbols from bool symbols
Geert Uytterhoeven
1
-10
/
+10
2025-08-11
erofs: Fallback to normal access if DAX is not supported on extra device
Yuezhang Mo
1
-10
/
+14
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+8
2025-07-24
erofs: support to readahead dirent blocks in erofs_readdir()
Chao Yu
4
-0
/
+21
2025-07-24
erofs: implement metadata compression
Bo Liu (OpenAnolis)
13
-57
/
+134
2025-07-24
erofs: add on-disk definition for metadata compression
Gao Xiang
2
-3
/
+12
2025-07-24
erofs: fix build error with CONFIG_EROFS_FS_ZIP_ACCEL=y
Bo Liu (OpenAnolis)
1
-0
/
+2
2025-07-24
erofs: remove ENOATTR definition
Gao Xiang
2
-19
/
+16
2025-07-24
erofs: refine erofs_iomap_begin()
Gao Xiang
1
-14
/
+13
[prev]
[next]