mm/zram: correct ZRAM_ZERO flag bit position
[firefly-linux-kernel-4.4.55.git] / drivers / block / zram / zram_drv.c
2015-05-11 Weijie Yangzram: avoid kunmap_atomic() of a NULL pointer
2015-05-11 Weijie Yangzram: avoid NULL pointer access in concurrent situation
2015-05-11 Sergey Senozhatskyzram: use notify_free to account all free notifications
2015-05-11 Minchan Kimzram: report maximum used memory
2015-05-11 Minchan Kimzram: zram memory size limitation
2015-05-11 Minchan Kimzsmalloc: change return value unit of zs_get_total_size...
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 Minchan Kimzram: use size_t instead of u16
2015-05-11 Minchan Kimzram: avoid lockdep splat by revalidate_disk
2015-05-11 Minchan Kimzram: revalidate disk after capacity change
2015-05-11 Weijie Yangzram: correct offset usage in zram_bio_discard
2015-05-11 Joonsoo Kimzram: support REQ_DISCARD
2015-05-11 Sergey Senozhatskyzram: use scnprintf() in attrs show() methods
2015-05-11 Minchan Kimzram: propagate error to user
2015-05-11 Sergey Senozhatskyzram: return error-valued pointer from zcomp_create()
2015-05-11 Sergey Senozhatskyzram: move comp allocation out of init_lock
2015-05-11 Sergey Senozhatskyzram: make compression algorithm selection possible
2015-05-11 Sergey Senozhatskyzram: add set_max_streams knob
2015-05-11 Sergey Senozhatskyzram: add multi stream functionality
2015-05-11 Sergey Senozhatskyzram: use zcomp compressing backends
2015-05-11 Sergey Senozhatskyzram: delete zram_init_device()
2015-05-11 Sergey Senozhatskyzram: move zram size warning to documentation
2015-05-11 Sergey Senozhatskyzram: report failed read and write stats
2015-05-11 Sergey Senozhatskyzram: remove zram stats code duplication
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: do not pass rw argument to __zram_make_request()
2015-05-11 Sergey Senozhatskyzram: drop `init_done' struct zram member
2015-05-11 Minchan Kimzram: avoid null access when fail to alloc meta
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: remove unnecessary free
2015-05-11 Minchan Kimzram: delay pending free request in read path
2015-05-11 Minchan Kimzram: fix race between reset and flushing pending work
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