aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: add support for LZ4-compressed kernelKyungsik Lee2016-06-0510-2/+243
* decompressor: add LZ4 decompressor moduleKyungsik Lee2016-06-053-0/+471
* zram: fix incorrect stat with failed_readsChao Yu2016-06-052-4/+8
* zram: replace global tb_lock with fine grain lockWeijie Yang2016-06-052-33/+60
* zram: use size_t instead of u16Minchan Kim2016-06-051-1/+1
* zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2016-06-051-1/+0
* zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2016-06-051-2/+2
* zram: avoid lockdep splat by revalidate_diskMinchan Kim2016-06-051-4/+18
* zram: revalidate disk after capacity changeMinchan Kim2016-06-051-1/+4
* zram: correct offset usage in zram_bio_discardWeijie Yang2016-06-051-2/+2
* zram: support REQ_DISCARDJoonsoo Kim2016-06-051-0/+62
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2016-06-052-9/+11
* zram: propagate error to userMinchan Kim2016-06-054-15/+25
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2016-06-052-15/+18
* zram: move comp allocation out of init_lockSergey Senozhatsky2016-06-051-12/+15
* zram: add lz4 algorithm backendSergey Senozhatsky2016-06-055-0/+82
* zram: make compression algorithm selection possibleSergey Senozhatsky2016-06-056-11/+93
* zram: add set_max_streams knobSergey Senozhatsky2016-06-053-3/+41
* zram: add multi stream functionalitySergey Senozhatsky2016-06-056-11/+201
* zram: document failed_reads, failed_writes statsSergey Senozhatsky2016-06-052-11/+18
* zram: factor out single stream compressionSergey Senozhatsky2016-06-052-10/+59
* zram: use zcomp compressing backendsSergey Senozhatsky2016-06-053-43/+36
* zram: introduce compressing backend abstractionSergey Senozhatsky2016-06-054-0/+237
* zram: delete zram_init_device()Sergey Senozhatsky2016-06-051-11/+5
* zram: move zram size warning to documentationSergey Senozhatsky2016-06-052-15/+5
* zram: drop not used table `count' memberSergey Senozhatsky2016-06-051-1/+0
* zram: report failed read and write statsSergey Senozhatsky2016-06-051-0/+4
* zram: remove zram stats code duplicationSergey Senozhatsky2016-06-051-59/+23
* zram: use atomic64_t for all zram statsSergey Senozhatsky2016-06-052-12/+12
* zram: remove good and bad compress statsSergey Senozhatsky2016-06-052-13/+0
* zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky2016-06-051-19/+13
* zram: drop `init_done' struct zram memberSergey Senozhatsky2016-06-052-11/+11
* zram: avoid null access when fail to alloc metaMinchan Kim2016-06-051-0/+2
* zram: remove zram->lock in read path and change it with mutexMinchan Kim2016-06-052-12/+9
* zram: remove workqueue for freeing removed pending slotMinchan Kim2016-06-052-58/+6
* zram: introduce zram->tb_lockMinchan Kim2016-06-052-6/+23
* zram: use atomic operation for statMinchan Kim2016-06-052-20/+16
* zram: remove unnecessary freeMinchan Kim2016-06-051-8/+0
* zram: delay pending free request in read pathMinchan Kim2016-06-051-1/+0
* zram: fix race between reset and flushing pending workMinchan Kim2016-06-051-2/+2
* zram: add copyrightMinchan Kim2016-06-052-0/+2
* zram: promote zram from stagingMinchan Kim2016-06-059-3/+3
* zsmalloc: add copyrightMinchan Kim2016-06-052-0/+2
* zsmalloc: move it under mmMinchan Kim2016-06-057-30/+28
* Staging: zram: Fix memory leak by refcount mismatchRashika Kheria2016-06-051-5/+14
* Staging: zram: Fix access of NULL pointerRashika Kheria2016-06-051-2/+4
* Staging: zram: Fix variable dereferenced before checkRashika Kheria2016-06-051-6/+3
* Revert "staging: zram: Add auto loading of module if user opens /dev/zram."Greg Kroah-Hartman2016-06-051-1/+0
* zsmalloc: add more commentNitin Cupta2016-06-052-11/+64
* zsmalloc: add Kconfig for enabling page table methodMinchan Kim2016-06-052-15/+17