zram: zram memory size limitation
[firefly-linux-kernel-4.4.55.git] / drivers / block / zram / zram_drv.h
2015-05-11 Minchan Kimzram: zram memory size limitation
2015-05-11 Chao Yuzram: fix incorrect stat with failed_reads
2015-05-11 Weijie Yangzram: replace global tb_lock with fine grain lock
2015-05-11 Sergey Senozhatskyzram: remove unused SECTOR_SIZE define
2015-05-11 Sergey Senozhatskyzram: rename struct `table' to `zram_table_entry'
2015-05-11 Sergey Senozhatskyzram: make compression algorithm selection possible
2015-05-11 Sergey Senozhatskyzram: add multi stream functionality
2015-05-11 Sergey Senozhatskyzram: use zcomp compressing backends
2015-05-11 Sergey Senozhatskyzram: drop not used table `count' member
2015-05-11 Sergey Senozhatskyzram: use atomic64_t for all zram stats
2015-05-11 Sergey Senozhatskyzram: remove good and bad compress stats
2015-05-11 Sergey Senozhatskyzram: drop `init_done' struct zram member
2015-05-11 Minchan Kimzram: remove zram->lock in read path and change it...
2015-05-11 Minchan Kimzram: remove workqueue for freeing removed pending...
2015-05-11 Minchan Kimzram: introduce zram->tb_lock
2015-05-11 Minchan Kimzram: use atomic operation for stat
2015-05-11 Minchan Kimzram: add copyright
2015-05-11 Minchan Kimzram: remove old private project comment
2015-05-11 Minchan Kimzram: promote zram from staging