index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zcomp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-03-07
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
1
-0
/
+1
2017-11-15
zram: remove zlib from the list of recommended algorithms
Sergey Senozhatsky
1
-3
/
+0
2017-11-15
zram: add zstd to the supported algorithms list
Sergey Senozhatsky
1
-0
/
+3
2017-07-10
zram: use __sysfs_match_string() helper
Andy Shevchenko
1
-6
/
+4
2016-12-02
zram: Convert to hotplug state machine
Anna-Maria Gleixner
1
-51
/
+25
2016-07-26
zram: drop gfp_t from zcomp_strm_alloc()
Sergey Senozhatsky
1
-4
/
+4
2016-07-26
zram: add more compression algorithms
Sergey Senozhatsky
1
-0
/
+9
2016-07-26
zram: delete custom lzo/lz4
Sergey Senozhatsky
1
-1
/
+1
2016-07-26
zram: use crypto api to check alg availability
Sergey Senozhatsky
1
-24
/
+37
2016-07-26
zram: switch to crypto compress API
Sergey Senozhatsky
1
-29
/
+47
2016-07-26
zram: rename zstrm find-release functions
Sergey Senozhatsky
1
-2
/
+2
2016-05-20
zram: remove max_comp_streams internals
Sergey Senozhatsky
1
-5
/
+0
2016-05-20
zram: user per-cpu compression streams
Sergey Senozhatsky
1
-215
/
+82
2016-01-15
zram: pass gfp from zcomp frontend to backend
Minchan Kim
1
-8
/
+16
2016-01-15
zram/zcomp: use GFP_NOIO to allocate streams
Sergey Senozhatsky
1
-2
/
+2
2015-09-17
zram: fix possible use after free in zcomp_create()
Luis Henriques
1
-5
/
+7
2015-06-25
zram: check comp algorithm availability earlier
Sergey Senozhatsky
1
-0
/
+5
2015-06-25
zram: cut trailing newline in algorithm name
Sergey Senozhatsky
1
-1
/
+1
2014-04-07
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
1
-3
/
+5
2014-04-07
zram: propagate error to user
Minchan Kim
1
-5
/
+5
2014-04-07
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
1
-6
/
+8
2014-04-07
zram: add lz4 algorithm backend
Sergey Senozhatsky
1
-0
/
+6
2014-04-07
zram: make compression algorithm selection possible
Sergey Senozhatsky
1
-3
/
+29
2014-04-07
zram: add set_max_streams knob
Sergey Senozhatsky
1
-0
/
+36
2014-04-07
zram: add multi stream functionality
Sergey Senozhatsky
1
-2
/
+122
2014-04-07
zram: factor out single stream compression
Sergey Senozhatsky
1
-8
/
+54
2014-04-07
zram: introduce compressing backend abstraction
Sergey Senozhatsky
1
-0
/
+115