aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky1-0/+21
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky1-34/+11
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky1-5/+31
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
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-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 Senozhatsky1-6/+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 Senozhatsky1-0/+3
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky1-0/+8
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 Senozhatsky1-19/+34
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 Senozhatsky1-7/+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 Jabrzyk1-4/+0
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 Kim1-0/+25
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 Senozhatsky1-8/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim1-23/+53
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim1-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky1-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky1-14/+9
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran1-17/+16
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky1-8/+6