index
:
kernel_google_wahoo.git
o8.1
kernel_google_wahoo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 4.4.106 into oreo-mr1
Nathan Chancellor
2017-12-16
1
-0
/
+2
|
\
|
*
zram: set physical queue limits to avoid array out of bounds accesses
Johannes Thumshirn
2017-12-16
1
-0
/
+2
*
|
Merged linux-4.4.70 into android-msm-wahoo-4.4
Thierry Strudel
2017-09-20
1
-3
/
+3
|
\
|
|
*
zram: do not use copy_page with non-page aligned address
Minchan Kim
2017-04-21
1
-3
/
+3
*
|
Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'
Runmin Wang
2017-03-18
1
-1
/
+7
|
\
|
|
*
zram: restrict add/remove attributes to root only
Sergey Senozhatsky
2016-12-15
1
-1
/
+7
*
|
Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'
Runmin Wang
2017-02-28
1
-1
/
+2
|
\
|
|
*
zram: fix unbalanced idr management at hot removal
Takashi Iwai
2016-12-08
1
-1
/
+2
*
|
zram: use __GFP_MOVABLE for memory allocation
Minchan Kim
2017-02-21
1
-1
/
+2
*
|
zsmalloc: require GFP in zs_malloc()
Sergey Senozhatsky
2017-02-21
1
-2
/
+2
*
|
block: zram: Fix compilation issues
Satya Durga Srinivasu Prabhala
2016-05-18
1
-1
/
+8
*
|
staging: zram: Rate limit memory allocation errors
Olav Haugan
2016-03-23
1
-2
/
+6
*
|
Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2
David Keitel
2016-03-23
4
-9
/
+48
|
\
|
|
*
zram: don't call idr_remove() from zram_remove()
Jerome Marchand
2016-02-17
1
-3
/
+4
|
*
zram: try vmalloc() after kmalloc()
Kyeongdon Kim
2016-02-17
2
-4
/
+42
|
*
zram/zcomp: use GFP_NOIO to allocate streams
Sergey Senozhatsky
2016-02-17
3
-4
/
+4
*
|
mm: swap: don't delay swap free for fast swap devices
Vinayak Menon
2016-03-22
1
-0
/
+1
|
/
*
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-10
1
-2
/
+3
|
\
|
*
block: change ->make_request_fn() and users to return a queue cookie
Jens Axboe
2015-11-07
1
-2
/
+3
*
|
zram: make is_partial_io/valid_io_request/page_zero_filled return boolean
Geliang Tang
2015-11-06
1
-9
/
+9
*
|
zram: keep the exact overcommited value in mem_used_max
Sergey SENOZHATSKY
2015-11-06
1
-2
/
+2
*
|
zram: introduce comp algorithm fallback functionality
Luis Henriques
2015-11-06
1
-3
/
+3
|
/
*
zram: fix possible use after free in zcomp_create()
Luis Henriques
2015-09-17
1
-5
/
+7
*
zram: unify error reporting
Sergey Senozhatsky
2015-09-08
1
-7
/
+8
*
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
2015-09-08
1
-1
/
+1
*
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
2015-09-08
2
-7
/
+9
*
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-09-02
1
-4
/
+5
|
\
|
*
block: make generic_make_request handle arbitrarily sized bios
Kent Overstreet
2015-08-13
1
-0
/
+2
|
*
block: add a bi_error field to struct bio
Christoph Hellwig
2015-07-29
1
-3
/
+2
|
*
block: have drivers use blk_queue_max_discard_sectors()
Jens Axboe
2015-07-17
1
-1
/
+1
*
|
zram: fix pool name truncation
Sergey Senozhatsky
2015-08-14
1
-4
/
+2
|
/
*
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2015-06-25
3
-0
/
+9
*
zram: cut trailing newline in algorithm name
Sergey Senozhatsky
2015-06-25
2
-1
/
+9
*
zram: cosmetic zram_bvec_write() cleanup
Sergey Senozhatsky
2015-06-25
1
-5
/
+3
*
zram: add dynamic device add/remove functionality
Sergey Senozhatsky
2015-06-25
1
-3
/
+97
*
zram: close race by open overriding
Sergey Senozhatsky
2015-06-25
2
-19
/
+38
*
zram: return zram device_id from zram_add()
Sergey Senozhatsky
2015-06-25
1
-9
/
+14
*
zram: trivial: correct flag operations comment
Sergey Senozhatsky
2015-06-25
1
-1
/
+1
*
zram: report every added and removed device
Sergey Senozhatsky
2015-06-25
1
-2
/
+3
*
zram: remove max_num_devices limitation
Sergey Senozhatsky
2015-06-25
2
-13
/
+1
*
zram: reorganize code layout
Sergey Senozhatsky
2015-06-25
1
-363
/
+362
*
zram: use idr instead of `zram_devices' array
Sergey Senozhatsky
2015-06-25
1
-37
/
+49
*
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
Sergey Senozhatsky
2015-06-25
1
-1
/
+1
*
zram: remove obsolete ZRAM_DEBUG option
Marcin Jabrzyk
2015-06-25
2
-13
/
+1
*
zram: clear disk io accounting when reset zram device
Weijie Yang
2015-06-10
1
-0
/
+2
*
revert "zram: move compact_store() to sysfs functions area"
Andrew Morton
2015-05-05
1
-0
/
+23
*
zram: fix error return code
Julia Lawall
2015-04-15
1
-0
/
+1
*
zram: deprecate zram attrs sysfs nodes
Sergey Senozhatsky
2015-04-15
1
-0
/
+15
*
zram: export new 'mm_stat' sysfs attrs
Sergey Senozhatsky
2015-04-15
1
-0
/
+31
*
zram: export new 'io_stat' sysfs attrs
Sergey Senozhatsky
2015-04-15
1
-0
/
+20
[next]