index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+8
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
1
-5
/
+3
2025-09-15
zram: fix slot write race condition
Sergey Senozhatsky
1
-5
/
+3
2025-09-13
zram: protect recomp_algorithm_show() with ->init_lock
Sergey Senozhatsky
1
-15
/
+8
2025-09-09
drivers/block: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-07-03
zram: pass buffer offset to zcomp_available_show()
Sergey Senozhatsky
3
-13
/
+13
2025-07-03
block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
Rahul Kumar
1
-11
/
+11
2025-05-31
zram: support deflate-specific params
Sergey Senozhatsky
3
-6
/
+28
2025-05-31
zram: rename ZCOMP_PARAM_NO_LEVEL
Sergey Senozhatsky
6
-7
/
+7
2025-05-11
zram: modernize writeback interface
Sergey Senozhatsky
1
-105
/
+215
2025-05-11
zsmalloc: prefer the the original page's node for compressed data
Nhat Pham
1
-3
/
+8
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
[next]