aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.h
AgeCommit message (Expand)Author
2015-05-11mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh
2015-05-11zram: report maximum used memoryMinchan Kim
2015-05-11zram: zram memory size limitationMinchan Kim
2015-05-11zram: fix incorrect stat with failed_readsChao Yu
2015-05-11zram: replace global tb_lock with fine grain lockWeijie Yang
2015-05-11zram: remove unused SECTOR_SIZE defineSergey Senozhatsky
2015-05-11zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky
2015-05-11zram: make compression algorithm selection possibleSergey Senozhatsky
2015-05-11zram: add multi stream functionalitySergey Senozhatsky
2015-05-11zram: use zcomp compressing backendsSergey Senozhatsky
2015-05-11zram: drop not used table `count' memberSergey Senozhatsky
2015-05-11zram: use atomic64_t for all zram statsSergey Senozhatsky
2015-05-11zram: remove good and bad compress statsSergey Senozhatsky
2015-05-11zram: drop `init_done' struct zram memberSergey Senozhatsky
2015-05-11zram: remove zram->lock in read path and change it with mutexMinchan Kim
2015-05-11zram: remove workqueue for freeing removed pending slotMinchan Kim
2015-05-11zram: introduce zram->tb_lockMinchan Kim
2015-05-11zram: use atomic operation for statMinchan Kim
2015-05-11zram: add copyrightMinchan Kim
2015-05-11zram: remove old private project commentMinchan Kim
2015-05-11zram: promote zram from stagingMinchan Kim