summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
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_WRITEBACKJens 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
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig
2021-06-01zram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig
2021-03-13zram: fix broken page writebackMinchan Kim
2021-03-13zram: fix return value on writeback_storeMinchan Kim
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan
2021-01-26zram: fix NULL check before some freeing functions is not neededTian Tao
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-15zram: break the strict dependency from lzoRui Salvaterra
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim
2020-12-15zram: support page writebackMinchan Kim
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01zram: do not call set_blocksizeChristoph Hellwig
2020-11-16zram: use set_capacity_and_notifyChristoph Hellwig
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-19zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-01Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-07-01zram: stop using ->queuedataChristoph Hellwig
2020-06-04zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko