summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30zram: remove unused stats fieldsSergey Senozhatsky1-2/+0
2022-11-30zram: add incompressible flag to read_block_state()Sergey Senozhatsky1-2/+4
2022-11-30zram: add incompressible writebackSergey Senozhatsky1-6/+12
2022-11-30zram: add algo parameter support to zram_recompress()Sergey Senozhatsky1-9/+45
2022-11-30zram: remove redundant checks from zram_recompress()Sergey Senozhatsky1-6/+2
2022-11-30zram: add size class equals check into recompressionAlexey Romanov1-1/+10
2022-11-30zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky1-3/+3
2022-11-30zram: clarify writeback_store() commentSergey Senozhatsky1-2/+6
2022-11-30zram: add recompress flag to read_block_state()Sergey Senozhatsky1-2/+3
2022-11-30zram: introduce recompress sysfs knobSergey Senozhatsky1-3/+261
2022-11-30zram: factor out WB and non-WB zram read functionsSergey Senozhatsky1-23/+49
2022-11-30zram: add recompression algorithm sysfs knobSergey Senozhatsky1-19/+105
2022-11-30zram: preparation for multi-zcomp supportSergey Senozhatsky1-26/+64
2022-11-08zram: use try_cmpxchg in update_used_maxUros Bizjak1-8/+5
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+3
2022-10-12zram: always expose rw_pageBrian Geffon1-23/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+24
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2022-10-03zram: keep comments within 80-columns limitSergey Senozhatsky1-8/+11
2022-10-03zram: do not waste zram_table_entry flags bitsSergey Senozhatsky1-0/+2
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-09-11zram: don't retry compress incompressible pageAlexey Romanov1-2/+12
2022-09-11drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky1-9/+4
2022-08-20Revert "zram: remove double compression logic"Jiri Slaby1-10/+32
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2022-07-29zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu1-2/+2
2022-07-17zram: fix unused 'zram_wb_devops' warningKefeng Wang1-0/+2
2022-07-14block/zram: Use enum req_op where appropriateBart Van Assche1-1/+1
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche1-1/+1
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-36/+16
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+14
2022-05-13zram: remove double compression logicAlexey Romanov1-32/+10
2022-04-29zram: add a huge_idle writeback modeBrian Geffon1-4/+6
2022-04-18block: add a disk_openers helperChristoph Hellwig1-2/+2
2022-04-18zram: cleanup zram_removeChristoph Hellwig1-6/+5
2022-04-18zram: cleanup reset_storeChristoph Hellwig1-9/+9
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei1-2/+3
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig1-4/+1
2022-03-04zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig1-3/+1
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-3/+2
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-7/+4
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+2
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain1-9/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-26zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACKJens Axboe1-0/+2
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+36
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-18/+48