summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
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-152-0/+26
* 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-122-9/+8
* zram: remove init_lock in zram_make_requestMinchan Kim2015-02-122-32/+64
* 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
* mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh2014-12-131-2/+2
* 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-092-2/+59
* | zram: zram memory size limitationMinchan Kim2014-10-092-0/+50
* | 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-292-4/+8
|/
* zram: replace global tb_lock with fine grain lockWeijie Yang2014-08-062-33/+60
* zram: use size_t instead of u16Minchan Kim2014-08-061-1/+1
* zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2014-08-061-1/+0
* zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2014-08-061-2/+2
* 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-072-9/+11
* zram: propagate error to userMinchan Kim2014-04-073-11/+20
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-072-15/+18
* zram: move comp allocation out of init_lockSergey Senozhatsky2014-04-071-12/+15
* zram: add lz4 algorithm backendSergey Senozhatsky2014-04-075-0/+82
* zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-074-6/+66
* zram: add set_max_streams knobSergey Senozhatsky2014-04-073-3/+41
* zram: add multi stream functionalitySergey Senozhatsky2014-04-074-5/+167
* zram: factor out single stream compressionSergey Senozhatsky2014-04-072-10/+59
* zram: use zcomp compressing backendsSergey Senozhatsky2014-04-073-43/+36
* zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-074-0/+237
OpenPOWER on IntegriCloud