summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2016-05-212-0/+22
* zram: remove max_comp_streams internalsSergey Senozhatsky2016-05-213-40/+11Star
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-213-231/+116Star
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-211-2/+2
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-01-161-3/+4
* zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2016-01-152-4/+4
* zram: pass gfp from zcomp frontend to backendMinchan Kim2016-01-154-35/+23Star
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-01-152-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-01-153-4/+4
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-111-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-071-9/+9
* | zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY2015-11-071-2/+2
* | zram: introduce comp algorithm fallback functionalityLuis Henriques2015-11-071-3/+3
|/
* zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-181-5/+7
* zram: unify error reportingSergey Senozhatsky2015-09-091-7/+8
* zsmalloc: account the number of compacted pagesSergey Senozhatsky2015-09-091-1/+1
* zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2015-09-092-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/+2Star
| * block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-171-1/+1
* | zram: fix pool name truncationSergey Senozhatsky2015-08-151-4/+2Star
|/
* zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-263-0/+9
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-262-1/+9
* zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky2015-06-261-5/+3Star
* zram: add dynamic device add/remove functionalitySergey Senozhatsky2015-06-261-3/+97
* zram: close race by open overridingSergey Senozhatsky2015-06-262-19/+38
* zram: return zram device_id from zram_add()Sergey Senozhatsky2015-06-261-9/+14
* zram: trivial: correct flag operations commentSergey Senozhatsky2015-06-261-1/+1
* zram: report every added and removed deviceSergey Senozhatsky2015-06-261-2/+3
* zram: remove max_num_devices limitationSergey Senozhatsky2015-06-262-13/+1Star
* zram: reorganize code layoutSergey Senozhatsky2015-06-261-363/+362Star
* zram: use idr instead of `zram_devices' arraySergey Senozhatsky2015-06-261-37/+49
* zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky2015-06-261-1/+1
* zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2015-06-262-13/+1Star
* zram: clear disk io accounting when reset zram deviceWeijie Yang2015-06-111-0/+2
* revert "zram: move compact_store() to sysfs functions area"Andrew Morton2015-05-061-0/+23
* zram: fix error return codeJulia Lawall2015-04-161-0/+1
* zram: deprecate zram attrs sysfs nodesSergey Senozhatsky2015-04-161-0/+15
* zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky2015-04-161-0/+31
* zram: export new 'io_stat' sysfs attrsSergey Senozhatsky2015-04-161-0/+20
* zram: use generic start/end io accountingSergey Senozhatsky2015-04-161-0/+6
* zram: move compact_store() to sysfs functions areaSergey Senozhatsky2015-04-161-23/+0Star
* zram: remove `num_migrated' device attrSergey Senozhatsky2015-04-161-2/+0Star
* zram: support compactionMinchan Kim2015-04-162-0/+26
* zram: use proper type to update max_used_pagesJoonsoo Kim2015-02-281-1/+1
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-131-3/+5
* zram: remove request_queue from struct zramSergey Senozhatsky2015-02-132-9/+8Star
* zram: remove init_lock in zram_make_requestMinchan Kim2015-02-132-32/+64