aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+0
2018-04-05zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky1-16/+0
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2017-09-06zram: write incompressible pages to backing deviceMinchan Kim1-1/+2
2017-09-06zram: add free space management in backing deviceMinchan Kim1-0/+3
2017-09-06zram: add interface to specif backing deviceMinchan Kim1-0/+5
2017-05-03zram: remove zram_meta structureMinchan Kim1-5/+1
2017-02-24zram: extend zero pages to same element pageszhouxianrong1-3/+6
2017-02-24zram: remove waitqueue for IO doneMinchan Kim1-3/+0
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky1-2/+3
2016-05-20zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky1-0/+1
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky1-1/+0
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky1-1/+0
2015-06-25zram: close race by open overridingSergey Senozhatsky1-0/+4
2015-06-25zram: remove max_num_devices limitationSergey Senozhatsky1-6/+0
2015-04-15zram: support compactionMinchan Kim1-0/+1
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