summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang2014-11-141-1/+2
* zram: avoid NULL pointer access in concurrent situationWeijie Yang2014-10-301-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-101-0/+1
* | zram: report maximum used memoryMinchan Kim2014-10-102-2/+59
* | zram: zram memory size limitationMinchan Kim2014-10-102-0/+50
* | zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2014-10-101-2/+2
* | zram: fix incorrect stat with failed_readsChao Yu2014-08-302-4/+8
|/
* zram: replace global tb_lock with fine grain lockWeijie Yang2014-08-072-33/+60
* zram: use size_t instead of u16Minchan Kim2014-08-071-1/+1
* zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2014-08-071-1/+0Star
* zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2014-08-071-2/+2
* zram: avoid lockdep splat by revalidate_diskMinchan Kim2014-07-241-4/+18
* zram: revalidate disk after capacity changeMinchan Kim2014-07-031-1/+4
* zram: correct offset usage in zram_bio_discardWeijie Yang2014-06-051-2/+2
* zram: support REQ_DISCARDJoonsoo Kim2014-04-081-0/+62
* zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2014-04-082-9/+11
* zram: propagate error to userMinchan Kim2014-04-083-11/+20
* zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2014-04-082-15/+18
* zram: move comp allocation out of init_lockSergey Senozhatsky2014-04-081-12/+15
* zram: add lz4 algorithm backendSergey Senozhatsky2014-04-085-0/+82
* zram: make compression algorithm selection possibleSergey Senozhatsky2014-04-084-6/+66
* zram: add set_max_streams knobSergey Senozhatsky2014-04-083-3/+41
* zram: add multi stream functionalitySergey Senozhatsky2014-04-084-5/+167
* zram: factor out single stream compressionSergey Senozhatsky2014-04-082-10/+59
* zram: use zcomp compressing backendsSergey Senozhatsky2014-04-083-43/+36Star
* zram: introduce compressing backend abstractionSergey Senozhatsky2014-04-084-0/+237
* zram: delete zram_init_device()Sergey Senozhatsky2014-04-081-11/+5Star
* zram: move zram size warning to documentationSergey Senozhatsky2014-04-081-15/+0Star
* zram: drop not used table `count' memberSergey Senozhatsky2014-04-081-1/+0Star
* zram: report failed read and write statsSergey Senozhatsky2014-04-081-0/+4
* zram: remove zram stats code duplicationSergey Senozhatsky2014-04-081-59/+23Star
* zram: use atomic64_t for all zram statsSergey Senozhatsky2014-04-082-12/+12
* zram: remove good and bad compress statsSergey Senozhatsky2014-04-082-13/+0Star
* zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky2014-04-081-18/+12Star
* zram: drop `init_done' struct zram memberSergey Senozhatsky2014-04-082-11/+11
* zram: avoid null access when fail to alloc metaMinchan Kim2014-03-041-0/+2
* zram: remove zram->lock in read path and change it with mutexMinchan Kim2014-01-312-12/+9Star
* zram: remove workqueue for freeing removed pending slotMinchan Kim2014-01-312-58/+6Star
* zram: introduce zram->tb_lockMinchan Kim2014-01-312-6/+23
* zram: use atomic operation for statMinchan Kim2014-01-312-20/+16Star
* zram: remove unnecessary freeMinchan Kim2014-01-311-8/+0Star
* zram: delay pending free request in read pathMinchan Kim2014-01-311-1/+0Star
* zram: fix race between reset and flushing pending workMinchan Kim2014-01-311-2/+2
* zram: add copyrightMinchan Kim2014-01-312-0/+2
* zram: remove old private project commentMinchan Kim2014-01-313-3/+0Star
* zram: promote zram from stagingMinchan Kim2014-01-314-0/+1146