index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zcomp.h
Age
Commit message (
Expand
)
Author
2025-07-03
zram: pass buffer offset to zcomp_available_show()
Sergey Senozhatsky
2025-05-31
zram: support deflate-specific params
Sergey Senozhatsky
2025-05-31
zram: rename ZCOMP_PARAM_NO_LEVEL
Sergey Senozhatsky
2025-03-16
zram: switch to new zsmalloc object mapping API
Sergey Senozhatsky
2025-03-16
zram: permit preemption with active compression stream
Sergey Senozhatsky
2024-09-09
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
2024-09-09
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
2024-09-09
zram: introduce zcomp_req structure
Sergey Senozhatsky
2024-09-09
zram: introduce zcomp_params structure
Sergey Senozhatsky
2024-09-09
zram: introduce custom comp backends API
Sergey Senozhatsky
2024-03-04
zram: zcomp: remove zcomp_set_max_streams() declaration
Kefeng Wang
2022-11-30
zram: preparation for multi-zcomp support
Sergey Senozhatsky
2020-05-28
zram: Use local lock to protect per-CPU data
Mike Galbraith
2020-05-28
zram: Allocate struct zcomp_strm as per-CPU memory
Sebastian Andrzej Siewior
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2016-12-02
zram: Convert to hotplug state machine
Anna-Maria Gleixner
2016-07-26
zram: delete custom lzo/lz4
Sergey Senozhatsky
2016-07-26
zram: switch to crypto compress API
Sergey Senozhatsky
2016-07-26
zram: rename zstrm find-release functions
Sergey Senozhatsky
2016-05-20
zram: user per-cpu compression streams
Sergey Senozhatsky
2016-01-15
zram: pass gfp from zcomp frontend to backend
Minchan Kim
2015-06-25
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2014-04-07
zram: propagate error to user
Minchan Kim
2014-04-07
zram: make compression algorithm selection possible
Sergey Senozhatsky
2014-04-07
zram: add set_max_streams knob
Sergey Senozhatsky
2014-04-07
zram: add multi stream functionality
Sergey Senozhatsky
2014-04-07
zram: factor out single stream compression
Sergey Senozhatsky
2014-04-07
zram: introduce compressing backend abstraction
Sergey Senozhatsky