index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Age
Commit message (
Expand
)
Author
Lines
9 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-13
/
+13
10 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-16
/
+16
2026-01-31
zram: rename init_lock to dev_lock
Sergey Senozhatsky
-32
/
+32
2026-01-26
zsmalloc: use actual object size to detect spans
Sergey Senozhatsky
-6
/
+8
2026-01-20
zram: remove KMSG_COMPONENT macro
Heiko Carstens
-2
/
+1
2026-01-20
zram: drop pp_in_progress
Sergey Senozhatsky
-25
/
+8
2026-01-20
zram: fixup read_block_state()
Sergey Senozhatsky
-5
/
+2
2026-01-20
zram: trivial fix of recompress_slot() coding styles
Sergey Senozhatsky
-5
/
+6
2026-01-20
zram: rename internal slot API
Sergey Senozhatsky
-181
/
+182
2026-01-20
zram: use u32 for entry ac_time tracking
Sergey Senozhatsky
-32
/
+37
2026-01-20
zram: consolidate device-attr declarations
Sergey Senozhatsky
-4
/
+3
2026-01-20
zram: switch to guard() for init_lock
Sergey Senozhatsky
-134
/
+77
2026-01-20
zram: rename zram_free_page()
Sergey Senozhatsky
-10
/
+10
2026-01-20
zram: move bd_stat to writeback section
Sergey Senozhatsky
-27
/
+21
2026-01-20
zram: introduce writeback_compressed device attribute
Richard Chang
-0
/
+38
2026-01-20
zram: introduce compressed data writeback
Richard Chang
-53
/
+227
2025-11-29
zram: fix a spelling mistake
Chu Guangqing
-1
/
+1
2025-11-24
zram: fix the issue that the write - back limits might overflow
Yuwen Chen
-0
/
+10
2025-11-24
zram: read slot block idx under slot lock
Sergey Senozhatsky
-3
/
+3
2025-11-24
zram: rework bdev block allocation
Sergey Senozhatsky
-19
/
+18
2025-11-24
zram: drop wb_limit_lock
Sergey Senozhatsky
-18
/
+5
2025-11-24
zram: take write lock in wb limit store handlers
Sergey Senozhatsky
-7
/
+10
2025-11-24
zram: add writeback batch size device attr
Sergey Senozhatsky
-6
/
+41
2025-11-24
zram: introduce writeback bio batching
Sergey Senozhatsky
-68
/
+301
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-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
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
-5
/
+3
2025-09-15
zram: fix slot write race condition
Sergey Senozhatsky
-5
/
+3
2025-09-13
zram: protect recomp_algorithm_show() with ->init_lock
Sergey Senozhatsky
-15
/
+8
2025-09-09
drivers/block: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-1
/
+1
2025-07-03
zram: pass buffer offset to zcomp_available_show()
Sergey Senozhatsky
-13
/
+13
2025-07-03
block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
Rahul Kumar
-11
/
+11
2025-05-31
zram: support deflate-specific params
Sergey Senozhatsky
-6
/
+28
2025-05-31
zram: rename ZCOMP_PARAM_NO_LEVEL
Sergey Senozhatsky
-7
/
+7
2025-05-11
zram: modernize writeback interface
Sergey Senozhatsky
-105
/
+215
2025-05-11
zsmalloc: prefer the the original page's node for compressed data
Nhat Pham
-3
/
+8
2025-03-16
zram: add might_sleep to zcomp API
Sergey Senozhatsky
-0
/
+2
2025-03-16
zram: do not leak page on writeback_store error path
Sergey Senozhatsky
-2
/
+4
2025-03-16
zram: do not leak page on recompress_store error path
Sergey Senozhatsky
-3
/
+3
2025-03-16
zram: permit reclaim in zstd custom allocator
Sergey Senozhatsky
-10
/
+1
2025-03-16
zram: switch to new zsmalloc object mapping API
Sergey Senozhatsky
-19
/
+15
2025-03-16
zram: move post-processing target allocation
Sergey Senozhatsky
-28
/
+22
2025-03-16
zram: rework recompression loop
Sergey Senozhatsky
-34
/
+20
2025-03-16
zram: filter out recomp targets based on priority
Sergey Senozhatsky
-9
/
+16
2025-03-16
zram: limit max recompress prio to num_active_comps
Sergey Senozhatsky
-3
/
+12
2025-03-16
zram: remove writestall zram_stats member
Sergey Senozhatsky
-3
/
+1
2025-03-16
zram: add GFP_NOWARN to incompressible zsmalloc handle allocation
Sergey Senozhatsky
-1
/
+2
2025-03-16
zram: remove second stage of handle allocation
Sergey Senozhatsky
-32
/
+7
2025-03-16
zram: remove max_comp_streams device attr
Sergey Senozhatsky
-23
/
+0
2025-03-16
zram: remove unused crypto include
Sergey Senozhatsky
-3
/
+3
[next]