index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Commit message (
Expand
)
Author
Age
Files
Lines
*
zram: remove zcomp_stream_put() from write_incompressible_page()
Sergey Senozhatsky
2025-01-25
1
-1
/
+0
*
zram: cond_resched() in writeback loop
Sergey Senozhatsky
2025-01-25
1
-0
/
+2
*
zram: use zram_read_from_zspool() in writeback
Sergey Senozhatsky
2025-01-25
1
-7
/
+4
*
zram: factor out different page types read
Sergey Senozhatsky
2025-01-25
1
-33
/
+52
*
zram: factor out ZRAM_HUGE write
Sergey Senozhatsky
2025-01-25
1
-53
/
+83
*
zram: factor out ZRAM_SAME write
Sergey Senozhatsky
2025-01-25
1
-16
/
+21
*
zram: remove entry element member
Sergey Senozhatsky
2025-01-25
2
-22
/
+6
*
zram: free slot memory early during write
Sergey Senozhatsky
2025-01-25
1
-6
/
+5
*
zram: fix potential UAF of zram table
Kairui Song
2025-01-12
1
-0
/
+1
*
zram: fix uninitialized ZRAM not releasing backing device
Kairui Song
2024-12-18
1
-5
/
+4
*
zram: refuse to use zero sized block device as backing device
Kairui Song
2024-12-18
1
-0
/
+6
*
zram: fix NULL pointer in comp_algorithm_show()
Liu Shixin
2024-11-14
1
-3
/
+2
*
zram: ZRAM_DEF_COMP should depend on ZRAM
Geert Uytterhoeven
2024-11-11
1
-0
/
+1
*
zram: clear IDLE flag in mark_idle()
Sergey Senozhatsky
2024-11-11
1
-0
/
+2
*
zram: clear IDLE flag after recompression
Sergey Senozhatsky
2024-11-11
1
-0
/
+7
*
zram: do not open-code comp priority 0
Sergey Senozhatsky
2024-11-06
1
-2
/
+2
*
zram: remove UNDER_WB and simplify writeback
Sergey Senozhatsky
2024-11-05
2
-38
/
+16
*
zram: reshuffle zram_free_page() flags operations
Sergey Senozhatsky
2024-11-05
1
-11
/
+7
*
zram: do not mark idle slots that cannot be idle
Sergey Senozhatsky
2024-11-05
1
-7
/
+18
*
zram: rework writeback target selection strategy
Sergey Senozhatsky
2024-11-05
1
-19
/
+64
*
zram: rework recompress target selection strategy
Sergey Senozhatsky
2024-11-05
1
-27
/
+160
*
zram: permit only one post-processing operation at a time
Sergey Senozhatsky
2024-11-05
2
-0
/
+17
*
zram: introduce ZRAM_PP_SLOT flag
Sergey Senozhatsky
2024-11-05
2
-0
/
+3
*
zram: don't free statically defined names
Andrey Skvortsov
2024-09-26
1
-2
/
+4
*
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
20
-127
/
+1241
|
\
|
*
zram: free secondary algorithms names
Sergey Senozhatsky
2024-09-17
1
-0
/
+5
|
*
zram: support priority parameter in recompression
Sergey Senozhatsky
2024-09-09
1
-0
/
+12
|
*
zram: add dictionary support to zstd backend
Sergey Senozhatsky
2024-09-09
1
-26
/
+124
|
*
zram: add dictionary support to lz4hc
Sergey Senozhatsky
2024-09-09
1
-7
/
+68
|
*
zram: add dictionary support to lz4
Sergey Senozhatsky
2024-09-09
1
-7
/
+67
|
*
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
2024-09-09
9
-98
/
+168
|
*
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
2024-09-09
9
-135
/
+149
|
*
zram: introduce zcomp_req structure
Sergey Senozhatsky
2024-09-09
9
-72
/
+77
|
*
zram: add support for dict comp config
Sergey Senozhatsky
2024-09-09
1
-9
/
+36
|
*
zram: introduce algorithm_params device attribute
Sergey Senozhatsky
2024-09-09
1
-0
/
+68
|
*
zram: recalculate zstd compression params once
Sergey Senozhatsky
2024-09-09
1
-2
/
+3
|
*
zram: introduce zcomp_params structure
Sergey Senozhatsky
2024-09-09
11
-24
/
+67
|
*
zram: check that backends array has at least one backend
Sergey Senozhatsky
2024-09-09
2
-6
/
+21
|
*
zram: add 842 compression backend support
Sergey Senozhatsky
2024-09-09
5
-0
/
+94
|
*
zram: add zlib compression backend support
Sergey Senozhatsky
2024-09-09
5
-0
/
+158
|
*
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
2024-09-09
1
-2
/
+2
|
*
zram: add zstd compression backend support
Sergey Senozhatsky
2024-09-09
5
-0
/
+123
|
*
zram: add lz4hc compression backend support
Sergey Senozhatsky
2024-09-09
5
-2
/
+100
|
*
zram: add lz4 compression backend support
Sergey Senozhatsky
2024-09-09
5
-0
/
+98
|
*
zram: add lzo and lzorle compression backends support
Sergey Senozhatsky
2024-09-09
7
-0
/
+140
|
*
zram: introduce custom comp backends API
Sergey Senozhatsky
2024-09-09
4
-151
/
+76
|
*
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
2024-09-03
1
-1
/
+0
*
|
zram: Shrink zram_table_entry::flags.
Sebastian Andrzej Siewior
2024-09-06
2
-2
/
+3
*
|
zram: Remove ZRAM_LOCK
Sebastian Andrzej Siewior
2024-09-06
2
-12
/
+3
*
|
zram: Replace bit spinlocks with a spinlock_t.
Mike Galbraith
2024-09-06
2
-4
/
+15
|
/
[next]