summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12zram: always expose rw_pageBrian Geffon
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-03zram: keep comments within 80-columns limitSergey Senozhatsky
2022-10-03zram: do not waste zram_table_entry flags bitsSergey Senozhatsky
2022-09-21block: move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-11zram: don't retry compress incompressible pageAlexey Romanov
2022-09-11drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky
2022-08-20Revert "zram: remove double compression logic"Jiri Slaby
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu
2022-07-17zram: fix unused 'zram_wb_devops' warningKefeng Wang
2022-07-14block/zram: Use enum req_op where appropriateBart Van Assche
2022-07-14block: Change the type of the last .rw_page() argumentBart Van Assche
2022-07-03zram: do not lookup algorithm in backends tableSergey Senozhatsky
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25zram: fix Kconfig dependency warningRandy Dunlap
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-19mm: Kconfig: simplify zswap configurationJohannes Weiner
2022-05-13zram: remove double compression logicAlexey Romanov
2022-04-29zram: add a huge_idle writeback modeBrian Geffon
2022-04-18block: add a disk_openers helperChristoph Hellwig
2022-04-18zram: cleanup zram_removeChristoph Hellwig
2022-04-18zram: cleanup reset_storeChristoph Hellwig
2022-04-18block: change exported IO accounting interface from gendisk to bdevMing Lei
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig
2022-03-04zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-26zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACKblock-5.16-2021-11-27Jens Axboe
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06zram: introduce an aged idle interfaceBrian Geffon
2021-11-06zram: off by one in read_block_state()Dan Carpenter
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim
2021-11-02zram: replace fsync_bdev with sync_blockdevMing Lei
2021-11-02zram: avoid race between zram_remove and disksize_storeMing Lei
2021-11-02zram: don't fail to remove zram during unloading moduleMing Lei
2021-11-02zram: fix race between zram_reset_device() and disksize_store()Ming Lei
2021-10-30zram: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu