summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky1-0/+1
2024-09-06zram: Shrink zram_table_entry::flags.Sebastian Andrzej Siewior1-1/+1
2024-09-06zram: Remove ZRAM_LOCKSebastian Andrzej Siewior1-3/+1
2024-09-06zram: Replace bit spinlocks with a spinlock_t.Mike Galbraith1-0/+1
2024-05-02zram: don't bother with reopening - just use O_EXCL for openAl Viro1-1/+1
2024-02-25zram: port block device access to fileChristian Brauner1-1/+1
2023-12-10zram: split memory-tracking and ac-time trackingSergey Senozhatsky1-1/+1
2023-10-28zram: Convert to use bdev_open_by_dev()Jan Kara1-1/+1
2023-04-18zram: remove valid_io_requestChristoph Hellwig1-1/+0
2022-11-30zram: remove unused stats fieldsSergey Senozhatsky1-2/+0
2022-11-30zram: add algo parameter support to zram_recompress()Sergey Senozhatsky1-0/+1
2022-11-30zram: introduce recompress sysfs knobSergey Senozhatsky1-0/+7
2022-11-30zram: preparation for multi-zcomp supportSergey Senozhatsky1-2/+12
2022-10-03zram: do not waste zram_table_entry flags bitsSergey Senozhatsky1-8/+7
2022-08-20Revert "zram: remove double compression logic"Jiri Slaby1-0/+1
2022-05-13zram: remove double compression logicAlexey Romanov1-1/+0
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-01zram: do not call set_blocksizeChristoph Hellwig1-1/+0
2019-01-08zram: 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-07zram: introduce zram memory trackingMinchan Kim1-1/+6
2018-06-07zram: record accessed secondMinchan Kim1-0/+1
2018-06-07zram: mark incompressible page as ZRAM_HUGEMinchan Kim1-0/+2
2018-06-07zram: correct flag name of ZRAM_ACCESSMinchan Kim1-3/+3
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