index
:
linux.git
cached
cdir_v2
cfid-fixes
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
/
zdata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-17
erofs: refine readahead tracepoint
Gao Xiang
1
-3
/
+2
2025-07-17
erofs: fix large fragment handling
Gao Xiang
1
-1
/
+1
2025-07-17
erofs: address D-cache aliasing
Gao Xiang
1
-3
/
+3
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
2024-05-18
z_erofs_pcluster_begin(): don't bother with rounding position down
Al Viro
1
-1
/
+1
2024-05-18
erofs: mechanically convert erofs_read_metabuf() to offsets
Al Viro
1
-1
/
+1
2024-04-25
erofs_buf: store address_space instead of inode
Al Viro
1
-1
/
+1
2024-04-07
erofs: switch erofs_bread() to passing offset instead of block number
Al Viro
1
-2
/
+2
2024-03-10
erofs: support compressed inodes over fscache
Jingbo Xu
1
-12
/
+20
2024-03-10
erofs: refine managed cache operations to folios
Gao Xiang
1
-32
/
+31
2024-03-10
erofs: convert z_erofs_submissionqueue_endio() to folios
Gao Xiang
1
-11
/
+11
2024-03-10
erofs: convert z_erofs_fill_bio_vec() to folios
Gao Xiang
1
-35
/
+36
2024-03-10
erofs: get rid of `justfound` debugging tag
Gao Xiang
1
-17
/
+3
2024-03-10
erofs: convert z_erofs_do_read_page() to folios
Gao Xiang
1
-16
/
+15
[next]