aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky1-1/+0
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim1-9/+11
2014-12-13mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh1-2/+2
2014-10-09zram: report maximum used memoryMinchan Kim1-0/+1
2014-10-09zram: zram memory size limitationMinchan Kim1-0/+5
2014-08-29zram: fix incorrect stat with failed_readsChao Yu1-1/+1
2014-08-06zram: replace global tb_lock with fine grain lockWeijie Yang1-6/+18
2014-08-06zram: remove unused SECTOR_SIZE defineSergey Senozhatsky1-1/+0
2014-08-06zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky1-2/+2
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky1-0/+1
2014-04-07zram: add multi stream functionalitySergey Senozhatsky1-1/+1
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky1-4/+4
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky1-3/+3
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky1-2/+0
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky1-1/+0
2014-01-30zram: remove zram->lock in read path and change it with mutexMinchan Kim1-3/+1
2014-01-30zram: remove workqueue for freeing removed pending slotMinchan Kim1-10/+0
2014-01-30zram: introduce zram->tb_lockMinchan Kim1-1/+2
2014-01-30zram: use atomic operation for statMinchan Kim1-10/+6
2014-01-30zram: add copyrightMinchan Kim1-0/+1
2014-01-30zram: remove old private project commentMinchan Kim1-1/+0
2014-01-30zram: promote zram from stagingMinchan Kim1-0/+124