index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zcomp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
zram: Convert to hotplug state machine
Anna-Maria Gleixner
2016-12-02
1
-51
/
+25
*
zram: drop gfp_t from zcomp_strm_alloc()
Sergey Senozhatsky
2016-07-26
1
-4
/
+4
*
zram: add more compression algorithms
Sergey Senozhatsky
2016-07-26
1
-0
/
+9
*
zram: delete custom lzo/lz4
Sergey Senozhatsky
2016-07-26
1
-1
/
+1
*
zram: use crypto api to check alg availability
Sergey Senozhatsky
2016-07-26
1
-24
/
+37
*
zram: switch to crypto compress API
Sergey Senozhatsky
2016-07-26
1
-29
/
+47
*
zram: rename zstrm find-release functions
Sergey Senozhatsky
2016-07-26
1
-2
/
+2
*
zram: remove max_comp_streams internals
Sergey Senozhatsky
2016-05-20
1
-5
/
+0
*
zram: user per-cpu compression streams
Sergey Senozhatsky
2016-05-20
1
-215
/
+82
*
zram: pass gfp from zcomp frontend to backend
Minchan Kim
2016-01-15
1
-8
/
+16
*
zram/zcomp: use GFP_NOIO to allocate streams
Sergey Senozhatsky
2016-01-15
1
-2
/
+2
*
zram: fix possible use after free in zcomp_create()
Luis Henriques
2015-09-17
1
-5
/
+7
*
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2015-06-25
1
-0
/
+5
*
zram: cut trailing newline in algorithm name
Sergey Senozhatsky
2015-06-25
1
-1
/
+1
*
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
2014-04-07
1
-3
/
+5
*
zram: propagate error to user
Minchan Kim
2014-04-07
1
-5
/
+5
*
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
2014-04-07
1
-6
/
+8
*
zram: add lz4 algorithm backend
Sergey Senozhatsky
2014-04-07
1
-0
/
+6
*
zram: make compression algorithm selection possible
Sergey Senozhatsky
2014-04-07
1
-3
/
+29
*
zram: add set_max_streams knob
Sergey Senozhatsky
2014-04-07
1
-0
/
+36
*
zram: add multi stream functionality
Sergey Senozhatsky
2014-04-07
1
-2
/
+122
*
zram: factor out single stream compression
Sergey Senozhatsky
2014-04-07
1
-8
/
+54
*
zram: introduce compressing backend abstraction
Sergey Senozhatsky
2014-04-07
1
-0
/
+115