index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-03-09
erofs: use wrapper i_blocksize() in erofs_file_read_iter()
Yue Hu
1
-1
/
+1
2023-03-09
erofs: get rid of a useless DBG_BUGON
Gao Xiang
1
-3
/
+0
2023-03-09
erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL"
Gao Xiang
1
-6
/
+6
2023-03-09
erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms
Gao Xiang
1
-1
/
+1
2023-03-09
erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init
Yangtao Li
3
-4
/
+4
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-20
Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-748
/
+653
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+3
2023-02-16
erofs: fix an error code in z_erofs_init_zip_subsystem()
Dan Carpenter
1
-1
/
+3
2023-02-15
erofs: unify anonymous inodes for blob
Jingbo Xu
3
-56
/
+38
2023-02-15
erofs: relinquish volume with mutex held
Jingbo Xu
1
-1
/
+1
2023-02-15
erofs: maintain cookies of share domain in self-contained list
Jingbo Xu
2
-24
/
+24
2023-02-15
erofs: remove unused device mapping in meta routine
Jingbo Xu
1
-13
/
+4
2023-02-15
erofs: remove unused EROFS_GET_BLOCKS_RAW flag
Jingbo Xu
3
-15
/
+11
2023-02-15
erofs: make kobj_type structures constant
Thomas Weißschuh
1
-3
/
+3
2023-02-15
erofs: add per-cpu threads for decompression as an option
Sandeep Dhavale
2
-20
/
+188
2023-02-15
erofs: tidy up internal.h
Gao Xiang
1
-56
/
+28
2023-02-15
erofs: get rid of z_erofs_do_map_blocks() forward declaration
Gao Xiang
1
-123
/
+119
2023-02-15
erofs: move zdata.h into zdata.c
Gao Xiang
2
-178
/
+165
2023-02-15
erofs: remove tagged pointer helpers
Gao Xiang
3
-128
/
+6
2023-02-15
erofs: avoid tagged pointers to mark sync decompression
Gao Xiang
2
-27
/
+17
2023-02-15
erofs: get rid of erofs_inode_datablocks()
Gao Xiang
2
-19
/
+5
2023-02-15
erofs: simplify iloc()
Gao Xiang
5
-35
/
+25
2023-02-15
erofs: get rid of debug_one_dentry()
Gao Xiang
1
-17
/
+0
2023-02-15
erofs: remove linux/buffer_head.h dependency
Gao Xiang
2
-15
/
+6
2023-02-15
erofs: clean up erofs_iget()
Gao Xiang
2
-28
/
+21
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2
-3
/
+3
2023-01-16
erofs: clean up parsing of fscache related options
Jingbo Xu
1
-7
/
+6
2023-01-10
erofs: fix kvcalloc() misuse with __GFP_NOFAIL
Gao Xiang
1
-6
/
+6
2023-01-10
erofs/zmap.c: Fix incorrect offset calculation
Siddh Raman Pant
1
-3
/
+7
2022-12-13
Merge tag 'erofs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-291
/
+247
2022-12-13
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+4
2022-12-07
erofs: validate the extent length for uncompressed pclusters
Gao Xiang
1
-0
/
+5
2022-12-07
erofs: fix missing unmap if z_erofs_get_extent_compressedlen() fails
Gao Xiang
1
-4
/
+2
2022-12-07
erofs: Fix pcluster memleak when its block address is zero
Chen Zhongjin
1
-1
/
+2
2022-12-07
erofs: use kmap_local_page() only for erofs_bread()
Gao Xiang
5
-14
/
+10
2022-12-07
erofs: enable large folios for fscache mode
Jingbo Xu
1
-2
/
+1
2022-12-07
erofs: support large folios for fscache mode
Jingbo Xu
1
-68
/
+80
2022-12-07
erofs: switch to prepare_ondemand_read() in fscache mode
Jingbo Xu
1
-167
/
+94
2022-12-07
erofs: clean up cached I/O strategies
Gao Xiang
1
-46
/
+31
2022-12-07
erofs: check the uniqueness of fsid in shared domain in advance
Hou Tao
3
-15
/
+44
2022-12-07
erofs: enable large folios for iomap mode
Jingbo Xu
2
-0
/
+4
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
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
[next]