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
/
drivers
/
block
/
zram
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-16
zram: add might_sleep to zcomp API
Sergey Senozhatsky
1
-0
/
+2
2025-03-16
zram: do not leak page on writeback_store error path
Sergey Senozhatsky
1
-2
/
+4
2025-03-16
zram: do not leak page on recompress_store error path
Sergey Senozhatsky
1
-3
/
+3
2025-03-16
zram: permit reclaim in zstd custom allocator
Sergey Senozhatsky
1
-10
/
+1
2025-03-16
zram: switch to new zsmalloc object mapping API
Sergey Senozhatsky
3
-19
/
+15
2025-03-16
zram: move post-processing target allocation
Sergey Senozhatsky
1
-28
/
+22
2025-03-16
zram: rework recompression loop
Sergey Senozhatsky
1
-34
/
+20
2025-03-16
zram: filter out recomp targets based on priority
Sergey Senozhatsky
1
-9
/
+16
2025-03-16
zram: limit max recompress prio to num_active_comps
Sergey Senozhatsky
1
-3
/
+12
2025-03-16
zram: remove writestall zram_stats member
Sergey Senozhatsky
2
-3
/
+1
2025-03-16
zram: add GFP_NOWARN to incompressible zsmalloc handle allocation
Sergey Senozhatsky
1
-1
/
+2
2025-03-16
zram: remove second stage of handle allocation
Sergey Senozhatsky
1
-32
/
+7
2025-03-16
zram: remove max_comp_streams device attr
Sergey Senozhatsky
1
-23
/
+0
2025-03-16
zram: remove unused crypto include
Sergey Senozhatsky
3
-3
/
+3
2025-03-16
zram: permit preemption with active compression stream
Sergey Senozhatsky
3
-25
/
+42
2025-03-16
zram: sleepable entry locking
Sergey Senozhatsky
2
-17
/
+52
2025-01-25
zram: remove zcomp_stream_put() from write_incompressible_page()
Sergey Senozhatsky
1
-1
/
+0
2025-01-25
zram: cond_resched() in writeback loop
Sergey Senozhatsky
1
-0
/
+2
2025-01-25
zram: use zram_read_from_zspool() in writeback
Sergey Senozhatsky
1
-7
/
+4
2025-01-25
zram: factor out different page types read
Sergey Senozhatsky
1
-33
/
+52
2025-01-25
zram: factor out ZRAM_HUGE write
Sergey Senozhatsky
1
-53
/
+83
2025-01-25
zram: factor out ZRAM_SAME write
Sergey Senozhatsky
1
-16
/
+21
2025-01-25
zram: remove entry element member
Sergey Senozhatsky
2
-22
/
+6
2025-01-25
zram: free slot memory early during write
Sergey Senozhatsky
1
-6
/
+5
2025-01-12
zram: fix potential UAF of zram table
Kairui Song
1
-0
/
+1
2024-12-18
zram: fix uninitialized ZRAM not releasing backing device
Kairui Song
1
-5
/
+4
2024-12-18
zram: refuse to use zero sized block device as backing device
Kairui Song
1
-0
/
+6
2024-11-14
zram: fix NULL pointer in comp_algorithm_show()
Liu Shixin
1
-3
/
+2
2024-11-11
zram: ZRAM_DEF_COMP should depend on ZRAM
Geert Uytterhoeven
1
-0
/
+1
2024-11-11
zram: clear IDLE flag in mark_idle()
Sergey Senozhatsky
1
-0
/
+2
2024-11-11
zram: clear IDLE flag after recompression
Sergey Senozhatsky
1
-0
/
+7
2024-11-06
zram: do not open-code comp priority 0
Sergey Senozhatsky
1
-2
/
+2
2024-11-05
zram: remove UNDER_WB and simplify writeback
Sergey Senozhatsky
2
-38
/
+16
2024-11-05
zram: reshuffle zram_free_page() flags operations
Sergey Senozhatsky
1
-11
/
+7
2024-11-05
zram: do not mark idle slots that cannot be idle
Sergey Senozhatsky
1
-7
/
+18
2024-11-05
zram: rework writeback target selection strategy
Sergey Senozhatsky
1
-19
/
+64
2024-11-05
zram: rework recompress target selection strategy
Sergey Senozhatsky
1
-27
/
+160
2024-11-05
zram: permit only one post-processing operation at a time
Sergey Senozhatsky
2
-0
/
+17
2024-11-05
zram: introduce ZRAM_PP_SLOT flag
Sergey Senozhatsky
2
-0
/
+3
2024-09-26
zram: don't free statically defined names
Andrey Skvortsov
1
-2
/
+4
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
20
-127
/
+1241
2024-09-17
zram: free secondary algorithms names
Sergey Senozhatsky
1
-0
/
+5
2024-09-09
zram: support priority parameter in recompression
Sergey Senozhatsky
1
-0
/
+12
2024-09-09
zram: add dictionary support to zstd backend
Sergey Senozhatsky
1
-26
/
+124
2024-09-09
zram: add dictionary support to lz4hc
Sergey Senozhatsky
1
-7
/
+68
2024-09-09
zram: add dictionary support to lz4
Sergey Senozhatsky
1
-7
/
+67
2024-09-09
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
9
-98
/
+168
2024-09-09
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
9
-135
/
+149
2024-09-09
zram: introduce zcomp_req structure
Sergey Senozhatsky
9
-72
/
+77
2024-09-09
zram: add support for dict comp config
Sergey Senozhatsky
1
-9
/
+36
[next]