aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim2-2/+5
2020-12-15zram: support page writebackMinchan Kim1-4/+17
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig1-12/+2
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-1/+1
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig1-1/+1
2020-12-01zram: do not call set_blocksizeChristoph Hellwig2-11/+1
2020-11-16zram: use set_capacity_and_notifyChristoph Hellwig1-5/+2
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2020-10-19zram: Fix __zram_bvec_{read,write}() locking orderPeter Zijlstra1-3/+5
2020-10-16zram: failing to decompress is WARN_ON worthyDouglas Anderson1-1/+1
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-1/+1
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig1-6/+13
2020-09-23zram: cleanup backing_dev_storeChristoph Hellwig1-3/+4
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-2/+2
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2020-07-01Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing1-1/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-5/+6
2020-07-01zram: stop using ->queuedataChristoph Hellwig1-2/+1
2020-06-04zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko1-4/+3
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+10
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith2-2/+8
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior2-26/+17
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig1-14/+10
2020-03-27block: simplify queue allocationChristoph Hellwig1-3/+1
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_storeColin Ian King1-2/+1
2020-01-31zram: try to avoid worst-case scenario on same element pagesTaejoon Song1-2/+5