summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)Author
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-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-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-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-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
2018-08-10zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-07zram: introduce zram memory trackingMinchan Kim
2018-06-07zram: record accessed secondMinchan Kim
2018-06-07zram: mark incompressible page as ZRAM_HUGEMinchan Kim
2018-06-07zram: correct flag name of ZRAM_ACCESSMinchan Kim
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-05zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-28zram: Delete gendisk before cleaning up the request queueBart Van Assche
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2017-11-15drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim
2017-11-15zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim
2017-10-03zram: fix null dereference of handleMinchan Kim
2017-09-08drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds