index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zram_drv.c
Age
Commit message (
Expand
)
Author
12 days
zram: do not slot_free() written-back slots
Sergey Senozhatsky
2026-03-04
zram: rename writeback_compressed device attr
Sergey Senozhatsky
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-31
zram: rename init_lock to dev_lock
Sergey Senozhatsky
2026-01-26
zsmalloc: use actual object size to detect spans
Sergey Senozhatsky
2026-01-20
zram: remove KMSG_COMPONENT macro
Heiko Carstens
2026-01-20
zram: drop pp_in_progress
Sergey Senozhatsky
2026-01-20
zram: fixup read_block_state()
Sergey Senozhatsky
2026-01-20
zram: trivial fix of recompress_slot() coding styles
Sergey Senozhatsky
2026-01-20
zram: rename internal slot API
Sergey Senozhatsky
2026-01-20
zram: use u32 for entry ac_time tracking
Sergey Senozhatsky
2026-01-20
zram: consolidate device-attr declarations
Sergey Senozhatsky
2026-01-20
zram: switch to guard() for init_lock
Sergey Senozhatsky
2026-01-20
zram: rename zram_free_page()
Sergey Senozhatsky
2026-01-20
zram: move bd_stat to writeback section
Sergey Senozhatsky
2026-01-20
zram: introduce writeback_compressed device attribute
Richard Chang
2026-01-20
zram: introduce compressed data writeback
Richard Chang
2025-11-29
zram: fix a spelling mistake
Chu Guangqing
2025-11-24
zram: fix the issue that the write - back limits might overflow
Yuwen Chen
2025-11-24
zram: read slot block idx under slot lock
Sergey Senozhatsky
2025-11-24
zram: rework bdev block allocation
Sergey Senozhatsky
2025-11-24
zram: drop wb_limit_lock
Sergey Senozhatsky
2025-11-24
zram: take write lock in wb limit store handlers
Sergey Senozhatsky
2025-11-24
zram: add writeback batch size device attr
Sergey Senozhatsky
2025-11-24
zram: introduce writeback bio batching
Sergey Senozhatsky
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-10-02
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
2025-09-15
zram: fix slot write race condition
Sergey Senozhatsky
2025-09-13
zram: protect recomp_algorithm_show() with ->init_lock
Sergey Senozhatsky
2025-09-09
drivers/block: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
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
[next]