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
/
zdata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-08
erofs: fix unexpected EIO under memory pressure
Junbeom Yeom
1
-5
/
+5
2025-09-25
erofs: drop redundant sanity check for ztailpacking inline
Gao Xiang
1
-3
/
+0
2025-09-23
erofs: avoid reading more for fragment maps
Gao Xiang
1
-2
/
+2
2025-08-11
erofs: fix atomic context detection when !CONFIG_DEBUG_LOCK_ALLOC
Junli Liu
1
-2
/
+11
2025-07-24
erofs: implement metadata compression
Bo Liu (OpenAnolis)
1
-1
/
+4
2025-07-24
erofs: remove need_kmap in erofs_read_metabuf()
Gao Xiang
1
-2
/
+3
2025-07-24
erofs: get rid of {get,put}_page() for ztailpacking data
Gao Xiang
1
-8
/
+6
2025-07-12
erofs: fix large fragment handling
Gao Xiang
1
-1
/
+1
2025-07-10
erofs: address D-cache aliasing
Gao Xiang
1
-3
/
+3
2025-05-25
erofs: support DEFLATE decompression by using Intel QAT
Bo Liu
1
-0
/
+1
2025-05-22
erofs: add 'fsoffset' mount option to specify filesystem offset
Sheng Yong
1
-1
/
+2
2025-05-16
erofs: lazily initialize per-CPU workers and CPU hotplug hooks
Sandeep Dhavale
1
-20
/
+50
2025-05-16
erofs: refine readahead tracepoint
Gao Xiang
1
-3
/
+2
2025-05-07
erofs: ensure the extra temporary copy is valid for shortened bvecs
Gao Xiang
1
-17
/
+14
2025-04-10
erofs: remove duplicate code
Bo Liu
1
-1
/
+0
2025-03-17
erofs: support unaligned encoded data
Gao Xiang
1
-47
/
+45
2025-03-17
erofs: initialize decompression early
Gao Xiang
1
-2
/
+2
2025-03-17
erofs: move {in,out}pages into struct z_erofs_decompress_req
Gao Xiang
1
-0
/
+2
2025-03-17
erofs: get rid of erofs_kmap_type
Bo Liu
1
-2
/
+2
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
1
-1
/
+1
2025-01-25
Merge tag 'erofs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-151
/
+92
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-01-20
Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+1
2025-01-17
erofs: convert z_erofs_bind_cache() to folios
Gao Xiang
1
-31
/
+20
2025-01-17
erofs: tidy up zdata.c
Gao Xiang
1
-68
/
+43
2025-01-17
erofs: get rid of `z_erofs_next_pcluster_t`
Gao Xiang
1
-51
/
+29
2025-01-17
erofs: fix potential return value overflow of z_erofs_shrink_scan()
Gao Xiang
1
-2
/
+1
2025-01-16
erofs: use lockref_init for pcl->lockref
Christoph Hellwig
1
-2
/
+1
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
2025-01-08
kthread: Unify kthread_create_on_cpu() and kthread_create_worker_on_cpu() aut...
Frederic Weisbecker
1
-1
/
+1
2024-12-13
erofs: fix PSI memstall accounting
Gao Xiang
1
-2
/
+2
2024-11-18
erofs: add sysfs node to drop internal caches
Chunhai Guo
1
-1
/
+0
2024-11-18
erofs: free pclusters if no cached folio is attached
Chunhai Guo
1
-19
/
+38
2024-11-18
erofs: sunset `struct erofs_workgroup`
Gao Xiang
1
-71
/
+60
2024-11-18
erofs: move erofs_workgroup operations into zdata.c
Gao Xiang
1
-7
/
+95
2024-11-18
erofs: get rid of erofs_{find,insert}_workgroup
Gao Xiang
1
-10
/
+28
2024-10-11
erofs: get rid of z_erofs_try_to_claim_pcluster()
Gao Xiang
1
-20
/
+9
2024-09-12
erofs: allocate more short-lived pages from reserved pool first
Chunhai Guo
1
-2
/
+3
2024-09-12
erofs: sunset unneeded NOFAILs
Gao Xiang
1
-26
/
+31
2024-09-10
erofs: support compressed inodes for fileio
Gao Xiang
1
-10
/
+17
2024-09-10
erofs: support unencoded inodes for fileio
Gao Xiang
1
-41
/
+5
2024-09-10
erofs: handle overlapped pclusters out of crafted images properly
Gao Xiang
1
-33
/
+38
2024-07-13
erofs: silence uninitialized variable warning in z_erofs_scan_folio()
Dan Carpenter
1
-1
/
+1
2024-07-11
erofs: avoid refcounting short-lived pages
Gao Xiang
1
-9
/
+18
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
1
-11
/
+18
2024-07-09
erofs: move each decompressor to its own source file
Gao Xiang
1
-1
/
+1
2024-07-08
erofs: tidy up `struct z_erofs_bvec`
Gao Xiang
1
-52
/
+49
2024-07-08
erofs: teach z_erofs_scan_folios() to handle multi-page folios
Gao Xiang
1
-85
/
+82
2024-07-08
erofs: convert z_erofs_read_fragment() to folios
Gao Xiang
1
-8
/
+7
2024-07-08
erofs: convert z_erofs_pcluster_readmore() to folios
Gao Xiang
1
-8
/
+7
[next]