index
:
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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Age
Commit message (
Expand
)
Author
3 days
zram: reject unrecognized type= values in recompress_store()
Andrew Stellman
3 days
zram: do not forget to endio for partial discard requests
Sergey Senozhatsky
2026-04-05
zram: change scan_slots to return void
Sergey Senozhatsky
2026-04-05
zram: propagate read_from_bdev_async() errors
Sergey Senozhatsky
2026-04-05
zram: optimize LZ4 dictionary compression performance
gao xu
2026-04-05
zram: unify and harden algo/priority params handling
Sergey Senozhatsky
2026-04-05
zram: remove chained recompression
Sergey Senozhatsky
2026-04-05
zram: drop ->num_active_comps
Sergey Senozhatsky
2026-04-05
zram: do not autocorrect bad recompression parameters
Sergey Senozhatsky
2026-04-05
zram: do not permit params change after init
Sergey Senozhatsky
2026-04-05
zram: use statically allocated compression algorithm names
gao xu
2026-03-21
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: add might_sleep to zcomp API
Sergey Senozhatsky
[next]