aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2-0/+22
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky3-40/+11
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky3-231/+116
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky1-2/+2
2016-01-15zram: don't call idr_remove() from zram_remove()Jerome Marchand1-3/+4
2016-01-15zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2-4/+4
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim4-35/+23
2016-01-15zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+3
2015-11-06zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang1-9/+9
2015-11-06zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY1-2/+2
2015-11-06zram: introduce comp algorithm fallback functionalityLuis Henriques1-3/+3
2015-09-17zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-09-08zram: unify error reportingSergey Senozhatsky1-7/+8
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky1-1/+1
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2-7/+9
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2015-08-14zram: fix pool name truncationSergey Senozhatsky1-4/+2
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-3/+2
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky3-0/+9
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky2-1/+9
2015-06-25zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky1-5/+3
2015-06-25zram: add dynamic device add/remove functionalitySergey Senozhatsky1-3/+97
2015-06-25zram: close race by open overridingSergey Senozhatsky2-19/+38
2015-06-25zram: return zram device_id from zram_add()Sergey Senozhatsky1-9/+14
2015-06-25zram: trivial: correct flag operations commentSergey Senozhatsky1-1/+1
2015-06-25zram: report every added and removed deviceSergey Senozhatsky1-2/+3
2015-06-25zram: remove max_num_devices limitationSergey Senozhatsky2-13/+1
2015-06-25zram: reorganize code layoutSergey Senozhatsky1-363/+362
2015-06-25zram: use idr instead of `zram_devices' arraySergey Senozhatsky1-37/+49
2015-06-25zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky1-1/+1
2015-06-25zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2-13/+1
2015-06-10zram: clear disk io accounting when reset zram deviceWeijie Yang1-0/+2
2015-05-05revert "zram: move compact_store() to sysfs functions area"Andrew Morton1-0/+23
2015-04-15zram: fix error return codeJulia Lawall1-0/+1
2015-04-15zram: deprecate zram attrs sysfs nodesSergey Senozhatsky1-0/+15
2015-04-15zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky1-0/+31
2015-04-15zram: export new 'io_stat' sysfs attrsSergey Senozhatsky1-0/+20
2015-04-15zram: use generic start/end io accountingSergey Senozhatsky1-0/+6
2015-04-15zram: move compact_store() to sysfs functions areaSergey Senozhatsky1-23/+0
2015-04-15zram: remove `num_migrated' device attrSergey Senozhatsky1-2/+0
2015-04-15zram: support compactionMinchan Kim2-0/+26
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran1-3/+5
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky2-9/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim2-32/+64