This patchset includes a bug fix and clean up patchset to resolve lock mess. Finally, last patch enhances write path significantly.
Minchan Kim (7): zram: fix race between reset and flushing pending work zram: delay pending free request in read path zram: remove unnecessary free zram: use atomic operation for stat zram: introduce zram->tb_lock zram: remove workqueue for freeing removed pending slot zram: remove unnecessary lock drivers/block/zram/zram_drv.c | 126 +++++++++++++++--------------------------- drivers/block/zram/zram_drv.h | 27 ++------- 2 files changed, 51 insertions(+), 102 deletions(-) -- 1.8.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

