summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)Author
2015-08-14zram: fix pool name truncationSergey Senozhatsky
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky
2015-06-25zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky
2015-06-25zram: add dynamic device add/remove functionalitySergey Senozhatsky
2015-06-25zram: close race by open overridingSergey Senozhatsky
2015-06-25zram: return zram device_id from zram_add()Sergey Senozhatsky
2015-06-25zram: trivial: correct flag operations commentSergey Senozhatsky
2015-06-25zram: report every added and removed deviceSergey Senozhatsky
2015-06-25zram: remove max_num_devices limitationSergey Senozhatsky
2015-06-25zram: reorganize code layoutSergey Senozhatsky
2015-06-25zram: use idr instead of `zram_devices' arraySergey Senozhatsky
2015-06-25zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky
2015-06-25zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk
2015-06-10zram: clear disk io accounting when reset zram deviceWeijie Yang
2015-05-05revert "zram: move compact_store() to sysfs functions area"Andrew Morton
2015-04-15zram: fix error return codeJulia Lawall
2015-04-15zram: deprecate zram attrs sysfs nodesSergey Senozhatsky
2015-04-15zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky
2015-04-15zram: export new 'io_stat' sysfs attrsSergey Senozhatsky
2015-04-15zram: use generic start/end io accountingSergey Senozhatsky
2015-04-15zram: move compact_store() to sysfs functions areaSergey Senozhatsky
2015-04-15zram: remove `num_migrated' device attrSergey Senozhatsky
2015-04-15zram: support compactionMinchan Kim
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky
2014-12-13zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran
2014-12-13zram: implement rw_page operation of zramkaram.lee
2014-12-13zram: change parameter from vaild_io_request()karam.lee
2014-12-13zram: remove bio parameter from zram_bvec_rw()karam.lee
2014-11-13zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang
2014-10-29zram: avoid NULL pointer access in concurrent situationWeijie Yang
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-09zram: use notify_free to account all free notificationsSergey Senozhatsky
2014-10-09zram: report maximum used memoryMinchan Kim
2014-10-09zram: zram memory size limitationMinchan Kim
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer
2014-08-29zram: fix incorrect stat with failed_readsChao Yu
2014-08-06zram: replace global tb_lock with fine grain lockWeijie Yang
2014-08-06zram: use size_t instead of u16Minchan Kim
2014-07-23zram: avoid lockdep splat by revalidate_diskMinchan Kim
2014-07-03zram: revalidate disk after capacity changeMinchan Kim