summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-23/+3
|\
| * zram: always expose rw_pageBrian Geffon2022-10-121-23/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-22/+31
|\|
| * zram: keep comments within 80-columns limitSergey Senozhatsky2022-10-031-8/+11
| * zram: do not waste zram_table_entry flags bitsSergey Senozhatsky2022-10-032-8/+9
| * zram: don't retry compress incompressible pageAlexey Romanov2022-09-111-2/+12
| * drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ...Sergey Senozhatsky2022-09-111-9/+4
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-3/+3
|\ \ | |/ |/|
| * block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-211-3/+3
* | Revert "zram: remove double compression logic"Jiri Slaby2022-08-202-10/+33
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-8/+9
|\
| * zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu2022-07-291-2/+2
| * zram: fix unused 'zram_wb_devops' warningKefeng Wang2022-07-171-0/+2
| * zram: do not lookup algorithm in backends tableSergey Senozhatsky2022-07-031-6/+5
* | block/zram: Use enum req_op where appropriateBart Van Assche2022-07-141-1/+1
* | block: Change the type of the last .rw_page() argumentBart Van Assche2022-07-141-1/+1
* | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
|/
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-263-38/+18
|\
| * zram: fix Kconfig dependency warningRandy Dunlap2022-05-251-1/+1
| * mm: Kconfig: simplify zswap configurationJohannes Weiner2022-05-191-1/+2
| * zram: remove double compression logicAlexey Romanov2022-05-132-33/+10
| * zram: add a huge_idle writeback modeBrian Geffon2022-04-291-4/+6
* | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-15/+14
|\ \
| * | block: add a disk_openers helperChristoph Hellwig2022-04-181-2/+2
| * | zram: cleanup zram_removeChristoph Hellwig2022-04-181-6/+5
| * | zram: cleanup reset_storeChristoph Hellwig2022-04-181-9/+9
* | | block: change exported IO accounting interface from gendisk to bdevMing Lei2022-04-181-2/+3
|/ /
* / block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
|/
* zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig2022-03-041-4/+1
* zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig2022-03-041-3/+1
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-3/+2
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-7/+4
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-9/+2
|\
| * zram: use ATTRIBUTE_GROUPSLuis Chamberlain2022-01-151-9/+2
* | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-0/+1
|/
* zram: only make zram_wb_devops for CONFIG_ZRAM_WRITEBACKJens Axboe2021-11-261-0/+2
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-9/+36
|\
| * zram: replace fsync_bdev with sync_blockdevMing Lei2021-11-021-2/+2
| * zram: avoid race between zram_remove and disksize_storeMing Lei2021-11-021-0/+7
| * zram: don't fail to remove zram during unloading moduleMing Lei2021-11-021-6/+21
| * zram: fix race between zram_reset_device() and disksize_store()Ming Lei2021-11-021-1/+2
| * zram: add error handling support for add_disk()Luis Chamberlain2021-10-301-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-18/+48
|\ \ | |/ |/|
| * zram: introduce an aged idle interfaceBrian Geffon2021-11-061-16/+46
| * zram: off by one in read_block_state()Dan Carpenter2021-11-061-1/+1
| * zram_drv: allow reclaim on bio_allocJaewon Kim2021-11-061-1/+1
* | block: switch polling to be bio basedChristoph Hellwig2021-10-181-7/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-1/+1
|\
| * zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACKYue Hu2021-07-011-1/+1