aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4.106 into oreo-mr1Nathan Chancellor2017-12-161-0/+2
|\
| * zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn2017-12-161-0/+2
* | Merged linux-4.4.70 into android-msm-wahoo-4.4Thierry Strudel2017-09-201-3/+3
|\|
| * zram: do not use copy_page with non-page aligned addressMinchan Kim2017-04-211-3/+3
* | Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang2017-03-181-1/+7
|\|
| * zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-151-1/+7
* | Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang2017-02-281-1/+2
|\|
| * zram: fix unbalanced idr management at hot removalTakashi Iwai2016-12-081-1/+2
* | zram: use __GFP_MOVABLE for memory allocationMinchan Kim2017-02-211-1/+2
* | zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2017-02-211-2/+2
* | block: zram: Fix compilation issuesSatya Durga Srinivasu Prabhala2016-05-181-1/+8
* | staging: zram: Rate limit memory allocation errorsOlav Haugan2016-03-231-2/+6
* | Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2David Keitel2016-03-234-9/+48
|\|
| * zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-02-171-3/+4
| * zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-02-172-4/+42
| * zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-173-4/+4
* | mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-03-221-0/+1
|/
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-101-2/+3
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+3
* | zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2015-11-061-9/+9
* | zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY2015-11-061-2/+2
* | zram: introduce comp algorithm fallback functionalityLuis Henriques2015-11-061-3/+3
|/
* zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-171-5/+7
* zram: unify error reportingSergey Senozhatsky2015-09-081-7/+8
* zsmalloc: account the number of compacted pagesSergey Senozhatsky2015-09-081-1/+1
* zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2015-09-082-7/+9
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-4/+5
|\
| * block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+2
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-3/+2
| * block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* | zram: fix pool name truncationSergey Senozhatsky2015-08-141-4/+2
|/
* zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-253-0/+9
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-252-1/+9
* zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky2015-06-251-5/+3
* zram: add dynamic device add/remove functionalitySergey Senozhatsky2015-06-251-3/+97
* zram: close race by open overridingSergey Senozhatsky2015-06-252-19/+38
* zram: return zram device_id from zram_add()Sergey Senozhatsky2015-06-251-9/+14
* zram: trivial: correct flag operations commentSergey Senozhatsky2015-06-251-1/+1
* zram: report every added and removed deviceSergey Senozhatsky2015-06-251-2/+3
* zram: remove max_num_devices limitationSergey Senozhatsky2015-06-252-13/+1
* zram: reorganize code layoutSergey Senozhatsky2015-06-251-363/+362
* zram: use idr instead of `zram_devices' arraySergey Senozhatsky2015-06-251-37/+49
* zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky2015-06-251-1/+1
* zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2015-06-252-13/+1
* zram: clear disk io accounting when reset zram deviceWeijie Yang2015-06-101-0/+2
* revert "zram: move compact_store() to sysfs functions area"Andrew Morton2015-05-051-0/+23
* zram: fix error return codeJulia Lawall2015-04-151-0/+1
* zram: deprecate zram attrs sysfs nodesSergey Senozhatsky2015-04-151-0/+15
* zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky2015-04-151-0/+31
* zram: export new 'io_stat' sysfs attrsSergey Senozhatsky2015-04-151-0/+20