summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c
Commit message (Expand)AuthorAgeFilesLines
* zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-101-2/+11
* zram: revalidate disk under init_lockMinchan Kim2017-01-101-7/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-0/+9
|\
| * zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-021-0/+9
* | zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-071-1/+7
* | zram: fix unbalanced idr management at hot removalTakashi Iwai2016-11-301-1/+2
|/
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-11/+12
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-13/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-20/+28
|\
| * zram: use __GFP_MOVABLE for memory allocationMinchan Kim2016-07-261-2/+4
| * zram: use crypto api to check alg availabilitySergey Senozhatsky2016-07-261-7/+9
| * zram: switch to crypto compress APISergey Senozhatsky2016-07-261-7/+11
| * zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-261-4/+4
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
|/
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2016-05-201-0/+21
* zram: remove max_comp_streams internalsSergey Senozhatsky2016-05-201-34/+11
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-201-5/+31
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-201-2/+2
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-01-151-3/+4
* 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: 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-081-6/+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-251-0/+3
* zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-251-0/+8
* 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-251-19/+34
* 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-251-7/+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-251-4/+0
* 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
OpenPOWER on IntegriCloud