summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
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
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig
2020-03-27block: simplify queue allocationChristoph Hellwig
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King
2020-01-31zram: try to avoid worst-case scenario on same element pagesTaejoon Song
2019-10-19zram: fix race between backing_dev_show and backing_dev_storeChenwandun
2019-07-15docs: blockdev: add it to the admin-guideMauro Carvalho Chehab
2019-07-15docs: blockdev: convert to ReSTMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim
2019-03-14zram: default to lzo-rle instead of lzoDave Rodgman
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman
2019-01-08zram: idle writeback fixes and cleanupMinchan Kim
2018-12-28zram: writeback throttleMinchan Kim
2018-12-28zram: add bd_stat statisticsMinchan Kim
2018-12-28zram: support idle/huge page writebackMinchan Kim
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim
2018-12-28zram: refactor flags and writeback stuffMinchan Kim
2018-12-28zram: fix double free backing deviceMinchan Kim
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim
2018-10-10drivers/block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2018-09-28zram: register default groups with device_add_disk()Hannes Reinecke
2018-08-22drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds