summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
2015-05-06revert "zram: move compact_store() to sysfs functions area"Andrew Morton1-0/+23
2015-04-16zram: fix error return codeJulia Lawall1-0/+1
2015-04-16zram: deprecate zram attrs sysfs nodesSergey Senozhatsky1-0/+15
2015-04-16zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky1-0/+31
2015-04-16zram: export new 'io_stat' sysfs attrsSergey Senozhatsky1-0/+20
2015-04-16zram: use generic start/end io accountingSergey Senozhatsky1-0/+6
2015-04-16zram: move compact_store() to sysfs functions areaSergey Senozhatsky1-23/+0
2015-04-16zram: remove `num_migrated' device attrSergey Senozhatsky1-2/+0
2015-04-16zram: support compactionMinchan Kim2-0/+26
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1
2015-02-13mm/zpool: add name argument to create zpoolGanesh Mahendran1-3/+5
2015-02-13zram: remove request_queue from struct zramSergey Senozhatsky2-9/+8
2015-02-13zram: remove init_lock in zram_make_requestMinchan Kim2-32/+64
2015-02-13zram: check bd_openers instead of bd_holdersMinchan Kim1-1/+1
2015-02-13zram: rework reset and destroy pathSergey Senozhatsky1-42/+33
2015-02-13zram: fix umount-reset_store-mount race conditionSergey Senozhatsky1-14/+9
2015-02-13zram: free meta table in zram_meta_freeGanesh Mahendran1-17/+16
2015-02-13zram: clean up zram_meta_alloc()Sergey Senozhatsky1-8/+6
2014-12-13zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran1-17/+11
2014-12-13mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh1-2/+2
2014-12-13zram: implement rw_page operation of zramkaram.lee1-0/+44
2014-12-13zram: change parameter from vaild_io_request()karam.lee1-8/+8
2014-12-13zram: remove bio parameter from zram_bvec_rw()karam.lee1-8/+8
2014-11-14zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang1-1/+2
2014-10-30zram: avoid NULL pointer access in concurrent situationWeijie Yang1-4/+6
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-10zram: use notify_free to account all free notificationsSergey Senozhatsky1-0/+1
2014-10-10zram: report maximum used memoryMinchan Kim2-2/+59
2014-10-10zram: zram memory size limitationMinchan Kim2-0/+50
2014-10-10zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim1-2/+2
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-08-30zram: fix incorrect stat with failed_readsChao Yu2-4/+8
2014-08-07zram: replace global tb_lock with fine grain lockWeijie Yang2-33/+60
2014-08-07zram: use size_t instead of u16Minchan Kim1-1/+1
2014-08-07zram: remove unused SECTOR_SIZE defineSergey Senozhatsky1-1/+0
2014-08-07zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky1-2/+2
2014-07-24zram: avoid lockdep splat by revalidate_diskMinchan Kim1-4/+18
2014-07-03zram: revalidate disk after capacity changeMinchan Kim1-1/+4
2014-06-05zram: correct offset usage in zram_bio_discardWeijie Yang1-2/+2
2014-04-08zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-08zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2-9/+11
2014-04-08zram: propagate error to userMinchan Kim3-11/+20
2014-04-08zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2-15/+18
2014-04-08zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-08zram: add lz4 algorithm backendSergey Senozhatsky5-0/+82
2014-04-08zram: make compression algorithm selection possibleSergey Senozhatsky4-6/+66
2014-04-08zram: add set_max_streams knobSergey Senozhatsky3-3/+41
2014-04-08zram: add multi stream functionalitySergey Senozhatsky4-5/+167
2014-04-08zram: factor out single stream compressionSergey Senozhatsky2-10/+59
2014-04-08zram: use zcomp compressing backendsSergey Senozhatsky3-43/+36