index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zram_drv.c
Age
Commit message (
Expand
)
Author
2025-07-03
zram: pass buffer offset to zcomp_available_show()
Sergey Senozhatsky
2025-07-03
block: zram: replace scnprintf() with sysfs_emit() in *_show() functions
Rahul Kumar
2025-05-31
zram: support deflate-specific params
Sergey Senozhatsky
2025-05-31
zram: rename ZCOMP_PARAM_NO_LEVEL
Sergey Senozhatsky
2025-05-11
zram: modernize writeback interface
Sergey Senozhatsky
2025-05-11
zsmalloc: prefer the the original page's node for compressed data
Nhat Pham
2025-03-16
zram: do not leak page on writeback_store error path
Sergey Senozhatsky
2025-03-16
zram: do not leak page on recompress_store error path
Sergey Senozhatsky
2025-03-16
zram: switch to new zsmalloc object mapping API
Sergey Senozhatsky
2025-03-16
zram: move post-processing target allocation
Sergey Senozhatsky
2025-03-16
zram: rework recompression loop
Sergey Senozhatsky
2025-03-16
zram: filter out recomp targets based on priority
Sergey Senozhatsky
2025-03-16
zram: limit max recompress prio to num_active_comps
Sergey Senozhatsky
2025-03-16
zram: remove writestall zram_stats member
Sergey Senozhatsky
2025-03-16
zram: add GFP_NOWARN to incompressible zsmalloc handle allocation
Sergey Senozhatsky
2025-03-16
zram: remove second stage of handle allocation
Sergey Senozhatsky
2025-03-16
zram: remove max_comp_streams device attr
Sergey Senozhatsky
2025-03-16
zram: remove unused crypto include
Sergey Senozhatsky
2025-03-16
zram: permit preemption with active compression stream
Sergey Senozhatsky
2025-03-16
zram: sleepable entry locking
Sergey Senozhatsky
2025-01-25
zram: remove zcomp_stream_put() from write_incompressible_page()
Sergey Senozhatsky
2025-01-25
zram: cond_resched() in writeback loop
Sergey Senozhatsky
2025-01-25
zram: use zram_read_from_zspool() in writeback
Sergey Senozhatsky
2025-01-25
zram: factor out different page types read
Sergey Senozhatsky
2025-01-25
zram: factor out ZRAM_HUGE write
Sergey Senozhatsky
2025-01-25
zram: factor out ZRAM_SAME write
Sergey Senozhatsky
2025-01-25
zram: remove entry element member
Sergey Senozhatsky
2025-01-25
zram: free slot memory early during write
Sergey Senozhatsky
2025-01-12
zram: fix potential UAF of zram table
Kairui Song
2024-12-18
zram: fix uninitialized ZRAM not releasing backing device
Kairui Song
2024-12-18
zram: refuse to use zero sized block device as backing device
Kairui Song
2024-11-14
zram: fix NULL pointer in comp_algorithm_show()
Liu Shixin
2024-11-11
zram: clear IDLE flag in mark_idle()
Sergey Senozhatsky
2024-11-11
zram: clear IDLE flag after recompression
Sergey Senozhatsky
2024-11-06
zram: do not open-code comp priority 0
Sergey Senozhatsky
2024-11-05
zram: remove UNDER_WB and simplify writeback
Sergey Senozhatsky
2024-11-05
zram: reshuffle zram_free_page() flags operations
Sergey Senozhatsky
2024-11-05
zram: do not mark idle slots that cannot be idle
Sergey Senozhatsky
2024-11-05
zram: rework writeback target selection strategy
Sergey Senozhatsky
2024-11-05
zram: rework recompress target selection strategy
Sergey Senozhatsky
2024-11-05
zram: permit only one post-processing operation at a time
Sergey Senozhatsky
2024-11-05
zram: introduce ZRAM_PP_SLOT flag
Sergey Senozhatsky
2024-09-26
zram: don't free statically defined names
Andrey Skvortsov
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-17
zram: free secondary algorithms names
Sergey Senozhatsky
2024-09-09
zram: support priority parameter in recompression
Sergey Senozhatsky
2024-09-09
zram: add support for dict comp config
Sergey Senozhatsky
2024-09-09
zram: introduce algorithm_params device attribute
Sergey Senozhatsky
2024-09-09
zram: introduce zcomp_params structure
Sergey Senozhatsky
2024-09-09
zram: introduce custom comp backends API
Sergey Senozhatsky
[next]