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