summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-07-01zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu1-1/+1
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-1/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim1-0/+1
2020-12-02zram: do not call set_blocksizeChristoph Hellwig1-1/+0
2019-01-09zram: idle writeback fixes and cleanupMinchan Kim1-2/+3
2018-12-28zram: writeback throttleMinchan Kim1-0/+2
2018-12-28zram: add bd_stat statisticsMinchan Kim1-0/+5
2018-12-28zram: support idle/huge page writebackMinchan Kim1-0/+1
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim1-0/+1
2018-12-28zram: refactor flags and writeback stuffMinchan Kim1-4/+4
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim1-1/+1
2018-06-08zram: introduce zram memory trackingMinchan Kim1-1/+6
2018-06-08zram: record accessed secondMinchan Kim1-0/+1
2018-06-08zram: mark incompressible page as ZRAM_HUGEMinchan Kim1-0/+2
2018-06-08zram: correct flag name of ZRAM_ACCESSMinchan Kim1-3/+3
2018-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+0
2018-04-06zram: 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-07zram: write incompressible pages to backing deviceMinchan Kim1-1/+2
2017-09-07zram: add free space management in backing deviceMinchan Kim1-0/+3
2017-09-07zram: add interface to specif backing deviceMinchan Kim1-0/+5
2017-05-04zram: remove zram_meta structureMinchan Kim1-5/+1
2017-02-25zram: extend zero pages to same element pageszhouxianrong1-3/+6
2017-02-25zram: remove waitqueue for IO doneMinchan Kim1-3/+0
2016-07-27zram: use crypto api to check alg availabilitySergey Senozhatsky1-2/+3
2016-05-21zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky1-0/+1
2016-05-21zram: remove max_comp_streams internalsSergey Senozhatsky1-1/+0
2015-09-09zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky1-1/+0
2015-06-26zram: close race by open overridingSergey Senozhatsky1-0/+4
2015-06-26zram: remove max_num_devices limitationSergey Senozhatsky1-6/+0
2015-04-16zram: support compactionMinchan Kim1-0/+1
2015-02-13zram: remove request_queue from struct zramSergey Senozhatsky1-1/+0
2015-02-13zram: 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-10zram: report maximum used memoryMinchan Kim1-0/+1
2014-10-10zram: zram memory size limitationMinchan Kim1-0/+5
2014-08-30zram: fix incorrect stat with failed_readsChao Yu1-1/+1
2014-08-07zram: replace global tb_lock with fine grain lockWeijie Yang1-6/+18
2014-08-07zram: remove unused SECTOR_SIZE defineSergey Senozhatsky1-1/+0
2014-08-07zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky1-2/+2
2014-04-08zram: make compression algorithm selection possibleSergey Senozhatsky1-0/+1
2014-04-08zram: add multi stream functionalitySergey Senozhatsky1-1/+1
2014-04-08zram: use zcomp compressing backendsSergey Senozhatsky1-4/+4
2014-04-08zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-08zram: use atomic64_t for all zram statsSergey Senozhatsky1-3/+3
2014-04-08zram: remove good and bad compress statsSergey Senozhatsky1-2/+0
2014-04-08zram: drop `init_done' struct zram memberSergey Senozhatsky1-1/+0
2014-01-31zram: remove zram->lock in read path and change it with mutexMinchan Kim1-3/+1