index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
erofs
Age
Commit message (
Expand
)
Author
Files
Lines
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-09
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
2022-09-27
erofs: fold in z_erofs_reload_indexes()
Yue Hu
1
-20
/
+8
2022-09-26
erofs: introduce partial-referenced pclusters
Gao Xiang
7
-2
/
+23
2022-09-26
erofs: support on-disk compressed fragments data
Yue Hu
6
-17
/
+152
2022-09-23
erofs: support interlaced uncompressed data for compressed files
Yue Hu
4
-23
/
+41
2022-09-23
erofs: clean up .read_folio() and .readahead() in fscache mode
Jingbo Xu
1
-130
/
+83
2022-09-20
erofs: add manual PSI accounting for the compressed address space
Christoph Hellwig
1
-1
/
+12
2022-09-20
erofs: introduce 'domain_id' mount option
Jia Zhu
2
-2
/
+34
2022-09-20
erofs: Support sharing cookies in the same domain
Jia Zhu
2
-6
/
+96
2022-09-20
erofs: introduce a pseudo mnt to manage shared cookies
Jia Zhu
3
-2
/
+45
2022-09-20
erofs: introduce fscache-based domain
Jia Zhu
2
-17
/
+121
2022-09-20
erofs: code clean up for fscache
Jia Zhu
3
-43
/
+36
2022-09-20
erofs: use kill_anon_super() to kill super in fscache mode
Jia Zhu
1
-1
/
+1
2022-09-20
erofs: fix order >= MAX_ORDER warning due to crafted negative i_size
Gao Xiang
1
-1
/
+1
2022-09-05
erofs: fix pcluster use-after-free on UP platforms
Gao Xiang
1
-29
/
+0
2022-09-05
erofs: avoid the potentially wrong m_plen for big pcluster
Yue Hu
1
-8
/
+8
2022-09-05
erofs: fix error return code in erofs_fscache_{meta_,}read_folio
Sun Ke
1
-2
/
+6
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-5
/
+7
2022-07-31
erofs: update ctx->pos for every emitted dirent
Hongnan Li
1
-9
/
+7
2022-07-22
erofs: get rid of the leftover PAGE_SIZE in dir.c
Gao Xiang
1
-2
/
+2
2022-07-22
erofs: get rid of erofs_prepare_dio() helper
Gao Xiang
1
-24
/
+15
2022-07-22
erofs: introduce multi-reference pclusters (fully-referenced)
Gao Xiang
4
-56
/
+93
2022-07-21
erofs: record the longest decompressed size in this round
Gao Xiang
2
-58
/
+31
[next]