aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky2-11/+11
2014-03-04zram: avoid null access when fail to alloc metaMinchan Kim1-0/+2
2014-01-30zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-01-30zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-01-30zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-01-30zram: use atomic operation for statMinchan Kim2-20/+16
2014-01-30zram: remove unnecessary freeMinchan Kim1-8/+0
2014-01-30zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-01-30zram: fix race between reset and flushing pending workMinchan Kim1-2/+2
2014-01-30zram: add copyrightMinchan Kim2-0/+2
2014-01-30zram: remove old private project commentMinchan Kim3-3/+0
2014-01-30zram: promote zram from stagingMinchan Kim4-0/+1146