summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.h
AgeCommit message (Expand)Author
2014-08-29zram: fix incorrect stat with failed_readsChao Yu
2014-08-07zram: replace global tb_lock with fine grain lockWeijie Yang
2014-08-07zram: remove unused SECTOR_SIZE defineSergey Senozhatsky
2014-08-07zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky
2014-04-07zram: add multi stream functionalitySergey Senozhatsky
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky
2014-01-31zram: remove zram->lock in read path and change it with mutexMinchan Kim
2014-01-31zram: remove workqueue for freeing removed pending slotMinchan Kim
2014-01-31zram: introduce zram->tb_lockMinchan Kim
2014-01-31zram: use atomic operation for statMinchan Kim
2014-01-31zram: add copyrightMinchan Kim
2014-01-31zram: remove old private project commentMinchan Kim
2014-01-31zram: promote zram from stagingMinchan Kim