summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zram: export new 'io_stat' sysfs attrsSergey Senozhatsky2015-04-151-0/+20
* zram: use generic start/end io accountingSergey Senozhatsky2015-04-151-0/+6
* zram: move compact_store() to sysfs functions areaSergey Senozhatsky2015-04-151-23/+0
* zram: remove `num_migrated' device attrSergey Senozhatsky2015-04-151-2/+0
* zram: support compactionMinchan Kim2015-04-151-0/+25
* zram: use proper type to update max_used_pagesJoonsoo Kim2015-02-281-1/+1
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-121-3/+5
* zram: remove request_queue from struct zramSergey Senozhatsky2015-02-121-8/+8
* zram: remove init_lock in zram_make_requestMinchan Kim2015-02-121-23/+53
* zram: check bd_openers instead of bd_holdersMinchan Kim2015-02-121-1/+1
* zram: rework reset and destroy pathSergey Senozhatsky2015-02-121-42/+33
* zram: fix umount-reset_store-mount race conditionSergey Senozhatsky2015-02-121-14/+9
* zram: free meta table in zram_meta_freeGanesh Mahendran2015-02-121-17/+16
* zram: clean up zram_meta_alloc()Sergey Senozhatsky2015-02-121-8/+6
* zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran2014-12-131-17/+11
* zram: implement rw_page operation of zramkaram.lee2014-12-131-0/+44
* zram: change parameter from vaild_io_request()karam.lee2014-12-131-8/+8
* zram: remove bio parameter from zram_bvec_rw()karam.lee2014-12-131-8/+8
* zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang2014-11-131-1/+2
* zram: avoid NULL pointer access in concurrent situationWeijie Yang2014-10-291-4/+6
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-0/+1
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-0/+1
* | zram: use notify_free to account all free notificationsSergey Senozhatsky2014-10-091-0/+1
* | zram: report maximum used memoryMinchan Kim2014-10-091-2/+58
* | zram: zram memory size limitationMinchan Kim2014-10-091-0/+45
* | zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2014-10-091-2/+2
* | zram: fix incorrect stat with failed_readsChao Yu2014-08-291-3/+7
|/
* zram: replace global tb_lock with fine grain lockWeijie Yang2014-08-061-27/+42
* zram: use size_t instead of u16Minchan Kim2014-08-061-1/+1
* zram: avoid lockdep splat by revalidate_diskMinchan Kim2014-07-231-4/+18
* zram: revalidate disk after capacity changeMinchan Kim2014-07-031-1/+4
* zram: correct offset usage in zram_bio_discardWeijie Yang2014-06-041-2/+2
* zram: support REQ_DISCARDJoonsoo Kim2014-04-071-0/+62
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-071-6/+6
* zram: propagate error to userMinchan Kim2014-04-071-4/+13
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-071-9/+10
* zram: move comp allocation out of init_lockSergey Senozhatsky2014-04-071-12/+15
* zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-071-3/+34
* zram: add set_max_streams knobSergey Senozhatsky2014-04-071-3/+2
* zram: add multi stream functionalitySergey Senozhatsky2014-04-071-1/+41
* zram: use zcomp compressing backendsSergey Senozhatsky2014-04-071-38/+31
* zram: delete zram_init_device()Sergey Senozhatsky2014-04-071-11/+5
* zram: move zram size warning to documentationSergey Senozhatsky2014-04-071-15/+0
* zram: report failed read and write statsSergey Senozhatsky2014-04-071-0/+4
* zram: remove zram stats code duplicationSergey Senozhatsky2014-04-071-59/+23
* zram: use atomic64_t for all zram statsSergey Senozhatsky2014-04-071-9/+9
* zram: remove good and bad compress statsSergey Senozhatsky2014-04-071-11/+0
OpenPOWER on IntegriCloud