summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-10zram: report maximum used memoryMinchan Kim1-0/+1
2014-10-10zram: zram memory size limitationMinchan Kim1-0/+5
2014-08-30zram: fix incorrect stat with failed_readsChao Yu1-1/+1
2014-08-07zram: replace global tb_lock with fine grain lockWeijie Yang1-6/+18
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-04-08zram: make compression algorithm selection possibleSergey Senozhatsky1-0/+1
2014-04-08zram: add multi stream functionalitySergey Senozhatsky1-1/+1
2014-04-08zram: use zcomp compressing backendsSergey Senozhatsky1-4/+4
2014-04-08zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-08zram: use atomic64_t for all zram statsSergey Senozhatsky1-3/+3
2014-04-08zram: remove good and bad compress statsSergey Senozhatsky1-2/+0
2014-04-08zram: drop `init_done' struct zram memberSergey Senozhatsky1-1/+0
2014-01-31zram: remove zram->lock in read path and change it with mutexMinchan Kim1-3/+1
2014-01-31zram: remove workqueue for freeing removed pending slotMinchan Kim1-10/+0
2014-01-31zram: introduce zram->tb_lockMinchan Kim1-1/+2
2014-01-31zram: use atomic operation for statMinchan Kim1-10/+6
2014-01-31zram: add copyrightMinchan Kim1-0/+1
2014-01-31zram: remove old private project commentMinchan Kim1-1/+0
2014-01-31zram: promote zram from stagingMinchan Kim1-0/+124