summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorFilesLines
2022-08-20Revert "zram: remove double compression logic"Jiri Slaby2-10/+33
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+9
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-07-03zram: do not lookup algorithm in backends tableSergey Senozhatsky1-6/+5
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 Torvalds3-38/+18
2022-05-25zram: fix Kconfig dependency warningRandy Dunlap1-1/+1
2022-05-23Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+14
2022-05-19mm: Kconfig: simplify zswap configurationJohannes Weiner1-1/+2
2022-05-13zram: remove double compression logicAlexey Romanov2-33/+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
2021-11-06zram: introduce an aged idle interfaceBrian Geffon1-16/+46
2021-11-06zram: off by one in read_block_state()Dan Carpenter1-1/+1
2021-11-06zram_drv: allow reclaim on bio_allocJaewon Kim1-1/+1
2021-11-02zram: replace fsync_bdev with sync_blockdevMing Lei1-2/+2
2021-11-02zram: avoid race between zram_remove and disksize_storeMing Lei1-0/+7
2021-11-02zram: don't fail to remove zram during unloading moduleMing Lei1-6/+21
2021-11-02zram: fix race between zram_reset_device() and disksize_store()Ming Lei1-1/+2
2021-10-30zram: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-7/+3
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 Hellwig2-10/+10
2021-06-01zram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+4
2021-03-13zram: fix broken page writebackMinchan Kim1-3/+3
2021-03-13zram: fix return value on writeback_storeMinchan Kim1-3/+8
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
2021-01-26zram: fix NULL check before some freeing functions is not neededTian Tao1-2/+1
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-29/+6
2020-12-15zram: break the strict dependency from lzoRui Salvaterra3-2/+44