summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
2014-11-18zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-11-18zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-11-18zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-11-18zram: use atomic operation for statMinchan Kim2-20/+16
2014-11-18zram: remove unnecessary freeMinchan Kim1-8/+0
2014-11-18zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-11-18zram: fix race between reset and flushing pending workMinchan Kim1-2/+2
2014-11-18zram: add copyrightMinchan Kim2-0/+2
2014-11-18zram: remove old private project commentMinchan Kim3-3/+0
2014-11-18zram: promote zram from stagingMinchan Kim4-0/+1143