index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Commit message (
Expand
)
Author
Age
Files
Lines
*
zram: do not use copy_page with non-page aligned address
Minchan Kim
2017-10-21
1
-3
/
+3
*
zram: restrict add/remove attributes to root only
Sergey Senozhatsky
2017-09-25
1
-1
/
+7
*
zram: fix unbalanced idr management at hot removal
Takashi Iwai
2017-09-25
1
-1
/
+2
*
zram: our old kernel lacks __GFP_KSWAPD_RECLAIM
Sultan Qasim Khan
2017-09-25
1
-1
/
+0
*
zram: drop gfp_t from zcomp_strm_alloc()
Sergey Senozhatsky
2017-09-25
1
-4
/
+4
*
zram: add more compression algorithms
Sergey Senozhatsky
2017-09-25
1
-0
/
+9
*
zram: delete custom lzo/lz4
Sergey Senozhatsky
2017-09-25
7
-159
/
+2
*
zram: use crypto api to check alg availability
Sergey Senozhatsky
2017-09-25
3
-33
/
+49
*
zram: switch to crypto compress API
Sergey Senozhatsky
2017-09-25
3
-42
/
+62
*
zram: rename zstrm find-release functions
Sergey Senozhatsky
2017-09-25
2
-6
/
+6
*
zram: introduce per-device debug_stat sysfs node
Sergey Senozhatsky
2017-09-25
2
-0
/
+22
*
zram: remove max_comp_streams internals
Sergey Senozhatsky
2017-09-25
3
-40
/
+11
*
zram: user per-cpu compression streams
Sergey Senozhatsky
2017-09-25
2
-221
/
+114
*
zsmalloc: require GFP in zs_malloc()
Sergey Senozhatsky
2017-09-25
1
-2
/
+2
*
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
2017-09-25
2
-7
/
+9
*
zram: don't call idr_remove() from zram_remove()
Jerome Marchand
2017-09-25
1
-3
/
+4
*
zram/zcomp: do not zero out zcomp private pages
Sergey Senozhatsky
2017-09-25
2
-4
/
+4
*
zram: pass gfp from zcomp frontend to backend
Minchan Kim
2017-09-25
3
-34
/
+22
*
zram: try vmalloc() after kmalloc()
Kyeongdon Kim
2017-09-25
2
-4
/
+42
*
zram/zcomp: use GFP_NOIO to allocate streams
Sergey Senozhatsky
2017-09-25
3
-4
/
+4
*
zram: make is_partial_io/valid_io_request/page_zero_filled return boolean
Geliang Tang
2017-09-25
1
-9
/
+9
*
zram: keep the exact overcommited value in mem_used_max
Sergey SENOZHATSKY
2017-09-25
1
-2
/
+2
*
zram: introduce comp algorithm fallback functionality
Luis Henriques
2017-09-25
1
-3
/
+3
*
zram: fix pool name truncation
Sergey Senozhatsky
2017-09-25
1
-4
/
+2
*
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2017-09-25
2
-0
/
+8
*
zram: cut trailing newline in algorithm name
Sergey Senozhatsky
2017-09-25
2
-1
/
+9
*
zram: cosmetic zram_bvec_write() cleanup
Sergey Senozhatsky
2017-09-25
1
-5
/
+3
*
zram: add dynamic device add/remove functionality
Sergey Senozhatsky
2017-09-25
1
-3
/
+97
*
zram: close race by open overriding
Sergey Senozhatsky
2017-09-25
2
-19
/
+38
*
zram: return zram device_id from zram_add()
Sergey Senozhatsky
2017-09-25
1
-9
/
+14
*
zram: trivial: correct flag operations comment
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zram: report every added and removed device
Sergey Senozhatsky
2017-09-25
1
-2
/
+3
*
zram: remove max_num_devices limitation
Sergey Senozhatsky
2017-09-25
2
-13
/
+1
*
zram: reorganize code layout
Sergey Senozhatsky
2017-09-25
1
-320
/
+319
*
zram: use idr instead of `zram_devices' array
Sergey Senozhatsky
2017-09-25
1
-37
/
+50
*
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zram: remove obsolete ZRAM_DEBUG option
Marcin Jabrzyk
2017-09-25
2
-13
/
+1
*
block: zram: make LZ4 the default backend
Sultan Qasim Khan
2017-09-25
1
-1
/
+1
*
zram: fix possible use after free in zcomp_create()
Luis Henriques
2017-09-25
1
-5
/
+7
*
zram/zsmalloc: Squashed fixes zcomp lz4 header fix
Mister Oyster
2017-09-25
5
-72
/
+6
*
block: zram: Backport from Linux 4.1
Sultan Qasim Khan
2017-09-25
5
-159
/
+603
*
Revert zram updates to merge 4.1 drivers
Mister Oyster
2017-09-25
4
-81
/
+25
*
zram: do not use copy_page with non-page aligned address
Minchan Kim
2017-05-20
1
-1
/
+1
*
zram: sym permissions -> octal perm (checkpath warnings)
Mister Oyster
2017-04-16
1
-8
/
+8
*
zram: fix indents/warnings from checkpath
Mister Oyster
2017-04-16
4
-15
/
+25
*
UPSTREAM: zram/zcomp: do not zero out zcomp private pages
Sergey Senozhatsky
2017-04-13
2
-4
/
+4
*
UPSTREAM: zram: pass gfp from zcomp frontend to backend
Minchan Kim
2017-04-13
3
-33
/
+22
*
UPSTREAM: zram: try vmalloc() after kmalloc()
Kyeongdon Kim
2017-04-13
2
-4
/
+42
*
UPSTREAM: zram/zcomp: use GFP_NOIO to allocate streams
Sergey Senozhatsky
2017-04-13
3
-4
/
+4
[next]