index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Lines
2026-01-23
erofs: decouple `struct erofs_anon_fs_type`
Gao Xiang
-13
/
+16
2026-01-23
Merge branch 'vfs-7.0.iomap' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Gao Xiang
-21
/
+46
2026-01-23
erofs: tidy up erofs_init_inode_xattrs()
Gao Xiang
-37
/
+25
2026-01-23
erofs: tidy up synchronous decompression
Gao Xiang
-29
/
+16
2026-01-23
erofs: remove useless src in erofs_xattr_copy_to_buffer()
Ferry Meng
-3
/
+1
2026-01-23
erofs: unexport erofs_xattr_prefix()
Gao Xiang
-33
/
+28
2026-01-23
erofs: unexport erofs_getxattr()
Gao Xiang
-61
/
+54
2026-01-23
erofs: fix incorrect early exits in volume label handling
Gao Xiang
-2
/
+4
2026-01-23
erofs: fix incorrect early exits for invalid metabox-enabled images
Gao Xiang
-2
/
+3
2026-01-23
erofs: avoid noisy messages for transient -ENOMEM
Gao Xiang
-3
/
+4
2026-01-23
erofs: improve LZ4 error strings
Gao Xiang
-22
/
+20
2026-01-23
erofs: simplify the code using for_each_set_bit
Yuwen Chen
-12
/
+9
2026-01-23
erofs: make z_erofs_crypto[] static
Ferry Meng
-1
/
+1
2026-01-23
erofs: Use %pe format specifier for error pointers
Ferry Meng
-2
/
+2
2026-01-14
erofs: hold read context in iomap_iter if needed
Hongbo Li
-21
/
+46
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
-2
/
+0
2026-01-12
erofs: add setlease file operation
Jeff Layton
-0
/
+4
2026-01-10
erofs: fix file-backed mounts no longer working on EROFS partitions
Gao Xiang
-1
/
+2
2026-01-10
erofs: don't bother with s_stack_depth increasing for now
Gao Xiang
-6
/
+12
2025-12-22
erofs: fix unexpected EIO under memory pressure
Junbeom Yeom
-4
/
+4
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-1
/
+1
2025-12-03
Merge tag 'erofs-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-148
/
+178
2025-12-01
Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-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
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+3
2025-12-01
erofs: switch on-disk header `erofs_fs.h` to MIT license
Gao Xiang
-1
/
+1
2025-11-30
erofs: get rid of raw bi_end_io() usage
Gao Xiang
-3
/
+3
2025-11-30
erofs: enable error reporting for z_erofs_fixup_insize()
Gao Xiang
-38
/
+38
2025-11-28
erofs: enable error reporting for z_erofs_stream_switch_bufs()
Gao Xiang
-23
/
+18
2025-11-28
erofs: improve Zstd, LZMA and DEFLATE error strings
Gao Xiang
-11
/
+20
2025-11-28
erofs: improve decompression error reporting
Gao Xiang
-37
/
+40
2025-11-28
erofs: tidy up z_erofs_lz4_handle_overlap()
Gao Xiang
-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
2025-11-24
erofs: limit the level of fs stacking for file-backed mounts
Gao Xiang
-0
/
+16
2025-11-24
erofs: correct FSDAX detection
Gao Xiang
-11
/
+11
2025-11-07
erofs: avoid infinite loop due to incomplete zstd-compressed data
Gao Xiang
-4
/
+7
2025-11-05
iomap: add caller-provided callbacks for read and readahead
Joanne Koong
-2
/
+3
2025-11-04
erofs: use credential guards
Christian Brauner
-4
/
+2
2025-10-22
erofs: consolidate z_erofs_extent_lookback()
Gao Xiang
-14
/
+6
2025-10-22
erofs: avoid infinite loops due to corrupted subpage compact indexes
Gao Xiang
-14
/
+18
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-1
/
+1
2025-10-20
mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
Matthew Wilcox
-1
/
+1
2025-10-17
erofs: fix crafted invalid cases for encoded extents
Gao Xiang
-1
/
+6
2025-09-25
erofs: drop redundant sanity check for ztailpacking inline
Gao Xiang
-5
/
+2
2025-09-25
erofs: Add support for FS_IOC_GETFSLABEL
Bo Liu (OpenAnolis)
-4
/
+57
2025-09-23
erofs: avoid reading more for fragment maps
Gao Xiang
-2
/
+2
2025-09-12
erofs: fix long xattr name prefix placement
Gao Xiang
-6
/
+16
2025-09-10
erofs: fix runtime warning on truncate_folio_batch_exceptionals()
Yuezhang Mo
-0
/
+12
2025-08-28
erofs: fix invalid algorithm for encoded extents
Gao Xiang
-30
/
+37
2025-08-11
erofs: fix block count report when 48-bit layout is on
Gao Xiang
-2
/
+2
[prev]
[next]