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
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
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
2023-02-01
erofs: fix kvcalloc() misuse with __GFP_NOFAIL
Gao Xiang
1
-6
/
+6
2022-12-31
erofs: validate the extent length for uncompressed pclusters
Gao Xiang
1
-0
/
+5
2022-12-31
erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails
Gao Xiang
1
-4
/
+2
2022-12-31
erofs: Fix pcluster memleak when its block address is zero
Chen Zhongjin
1
-1
/
+2
2022-12-31
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
3
-15
/
+44
2022-11-15
Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-37
/
+54
2022-11-14
erofs: fix missing xas_retry() in fscache mode
Jingbo Xu
1
-3
/
+7
2022-11-10
erofs: fix use-after-free of fsid and domain_id string
Jingbo Xu
4
-30
/
+37
2022-11-08
fs: fix leaked psi pressure state
Johannes Weiner
1
-7
/
+11
2022-11-08
erofs: get correct count for unmapped range in fscache mode
Jingbo Xu
1
-3
/
+4
2022-11-08
erofs: put metabuf in error path in fscache mode
Jingbo Xu
1
-1
/
+3
2022-11-08
erofs: fix general protection fault when reading fragment
Yue Hu
1
-0
/
+3
2022-10-17
erofs: protect s_inodes with s_inode_list_lock for fscache
Dawei Li
1
-0
/
+3
2022-10-17
erofs: fix up inplace decompression success rate
Gao Xiang
1
-5
/
+4
2022-10-17
erofs: shouldn't churn the mapping page for duplicated copies
Gao Xiang
2
-8
/
+6
2022-10-17
erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()
Yue Hu
1
-12
/
+10
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+12
2022-09-27
erofs: clean up erofs_iget()
Gao Xiang
4
-22
/
+14
2022-09-27
erofs: clean up unnecessary code and comments
Gao Xiang
4
-16
/
+2
[next]