index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-15
erofs: address D-cache aliasing
Gao Xiang
2
-17
/
+21
2025-08-15
erofs: simplify z_erofs_transform_plain()
Gao Xiang
1
-11
/
+8
2025-08-15
erofs: drop z_erofs_page_mark_eio()
Gao Xiang
1
-20
/
+9
2025-08-15
erofs: sunset erofs_dbg()
Gao Xiang
5
-19
/
+3
2025-08-15
erofs: get rid of debug_one_dentry()
Gao Xiang
1
-17
/
+0
2025-07-17
erofs: fix to add missing tracepoint in erofs_read_folio()
Chao Yu
1
-0
/
+2
2025-07-17
erofs: adapt folios for z_erofs_read_folio()
Gao Xiang
1
-5
/
+4
2025-07-17
erofs: avoid on-stack pagepool directly passed by arguments
Gao Xiang
1
-34
/
+30
2025-07-17
erofs: allocate extra bvec pages directly instead of retrying
Gao Xiang
1
-20
/
+12
2025-07-17
erofs: clean up z_erofs_pcluster_readmore()
Yue Hu
1
-15
/
+12
2025-07-17
erofs: remove the member readahead from struct z_erofs_decompress_frontend
Yue Hu
1
-10
/
+8
2025-01-23
erofs: handle NONHEAD !delta[1] lclusters gracefully
Gao Xiang
1
-8
/
+9
2025-01-23
erofs: tidy up EROFS on-disk naming
Gao Xiang
2
-142
/
+119
2024-10-17
erofs: fix incorrect symlink detection in fast symlink
Gao Xiang
1
-14
/
+6
2024-10-17
erofs: set block size to the on-disk block size
Jingbo Xu
4
-28
/
+35
2024-10-17
erofs: avoid hardcoded blocksize for subpage block support
Jingbo Xu
13
-130
/
+135
2024-10-17
erofs: get rid of z_erofs_do_map_blocks() forward declaration
Gao Xiang
1
-123
/
+119
2024-10-17
erofs: get rid of erofs_inode_datablocks()
Gao Xiang
2
-19
/
+5
2024-08-29
erofs: avoid debugging output for (de)compressed data
Gao Xiang
1
-7
/
+1
2024-07-25
erofs: ensure m_llen is reset to 0 if metadata is invalid
Gao Xiang
1
-0
/
+2
2024-03-15
erofs: apply proper VMA alignment for memory mapped files on THP
Gao Xiang
1
-0
/
+1
2024-03-01
erofs: fix inconsistent per-file compression format
Gao Xiang
2
-11
/
+14
2024-03-01
erofs: simplify compression configuration parser
Gao Xiang
5
-92
/
+76
2024-03-01
erofs: fix refcount on the metabuf used for inode lookup
Sandeep Dhavale
1
-14
/
+14
2024-02-05
erofs: fix ztailpacking for subpage compressed blocks
Gao Xiang
1
-1
/
+1
2024-01-31
erofs: fix lz4 inplace decompression
Gao Xiang
1
-15
/
+16
2024-01-31
erofs: get rid of the remaining kmap_atomic()
Gao Xiang
1
-9
/
+9
2024-01-25
erofs: fix memory leak on short-lived bounced pages
Gao Xiang
1
-3
/
+2
2023-10-10
erofs: fix memory leak of LZMA global compressed deduplication
Gao Xiang
1
-1
/
+4
2023-09-06
erofs: ensure that the post-EOF tails are all zeroed
Gao Xiang
1
-0
/
+2
2023-08-11
erofs: fix wrong primary bvec selection on deduplicated extents
Gao Xiang
1
-3
/
+4
2023-07-23
erofs: fix fsdax unavailability for chunk-based regular files
Xin Yin
1
-1
/
+2
2023-07-23
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Chunhai Guo
1
-1
/
+1
2023-07-23
erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond...
Chunhai Guo
1
-1
/
+1
2023-07-19
erofs: fix compact 4B support for 16k block size
Gao Xiang
1
-5
/
+1
2023-07-19
erofs: simplify iloc()
Gao Xiang
5
-35
/
+25
2023-07-19
erofs: kill hooked chains to avoid loops on deduplicated compressed images
Gao Xiang
1
-61
/
+11
2023-07-19
erofs: move zdata.h into zdata.c
Gao Xiang
2
-178
/
+165
2023-07-19
erofs: remove tagged pointer helpers
Gao Xiang
3
-128
/
+6
2023-07-19
erofs: avoid tagged pointers to mark sync decompression
Gao Xiang
2
-27
/
+17
2023-07-19
erofs: clean up cached I/O strategies
Gao Xiang
1
-46
/
+31
2023-05-11
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
1
-1
/
+1
2023-05-11
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
2
-11
/
+12
2023-05-11
erofs: stop parsing non-compact HEAD index if clusterofs is invalid
Gao Xiang
1
-0
/
+4
2023-03-17
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
1
-6
/
+6
2023-03-17
erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
Gao Xiang
1
-1
/
+1
2023-03-10
erofs: relinquish volume with mutex held
Jingbo Xu
1
-1
/
+1
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2023-02-06
erofs: clean up parsing of fscache related options
Jingbo Xu
1
-7
/
+6
2023-02-06
erofs/zmap.c: Fix incorrect offset calculation
Siddh Raman Pant
1
-3
/
+7
[next]