summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* 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
* | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-012-10/+10
* | zram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig2021-06-011-15/+4
|/
* zram: fix broken page writebackMinchan Kim2021-03-131-3/+3
* zram: fix return value on writeback_storeMinchan Kim2021-03-131-3/+8
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-02-261-1/+1
* zram: fix NULL check before some freeing functions is not neededTian Tao2021-01-261-2/+1
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-29/+6
|\
| * block: stop using bdget_disk for partition 0Christoph Hellwig2020-12-011-12/+2
| * block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-1/+1
| * block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-1/+1
| * zram: do not call set_blocksizeChristoph Hellwig2020-12-012-11/+1
| * zram: use set_capacity_and_notifyChristoph Hellwig2020-11-161-5/+2
* | zram: break the strict dependency from lzoRui Salvaterra2020-12-153-2/+44
* | zram: add stat to gather incompressible pages since zram set upMinchan Kim2020-12-152-2/+5
* | zram: support page writebackMinchan Kim2020-12-151-4/+17
|/
* Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-241-3/+5
|\