aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)Author
2021-03-07zsmalloc: account the number of compacted pages correctlyRokudo Yan
2020-07-22Revert "zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()"Wade Mealing
2019-11-06zram: fix race between backing_dev_show and backing_dev_storeSasha Levin
2019-05-02zram: pass down the bvec we need to read into in the work structJérôme Glisse
2019-01-13zram: fix double free backing deviceMinchan Kim
2018-11-27zram: close udev startup race condition as default groupsMinchan Kim
2018-09-09drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas
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
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying
2017-09-06zram: read page from backing deviceMinchan Kim
2017-09-06zram: write incompressible pages to backing deviceMinchan Kim
2017-09-06zram: identify asynchronous IO's return valueMinchan Kim
2017-09-06zram: add free space management in backing deviceMinchan Kim
2017-09-06zram: add interface to specif backing deviceMinchan Kim
2017-09-06zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim
2017-09-06zram: inline zram_compressMinchan Kim
2017-09-06zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim
2017-08-10zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke
2017-08-09block: pass in queue to inflight accountingJens Axboe
2017-07-10zram: constify attribute_group structures.Arvind Yadav
2017-07-06zram: count same page write as page_storedMinchan Kim
2017-06-13zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman
2017-06-09zram: use class_groups instead of class_attrsGreg Kroah-Hartman
2017-05-03zram: reduce load operation in page_same_filledSangwoo Park
2017-05-03zram: use zram_free_page instead of open-codedMinchan Kim
2017-05-03zram: introduce zram data accessorMinchan Kim
2017-05-03zram: remove zram_meta structureMinchan Kim
2017-05-03zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim
2017-05-03zram: partial IO refactoringMinchan Kim
2017-05-03zram: handle multiple pages attached bio's bvecMinchan Kim
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-13zram: do not use copy_page with non-page aligned addressMinchan Kim
2017-04-13zram: fix operator precedence to get offsetMinchan Kim
2017-04-08zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-03-08zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn
2017-02-24zram: extend zero pages to same element pageszhouxianrong
2017-02-24zram: remove waitqueue for IO doneMinchan Kim
2017-02-22zram: remove obsolete sysfs attrsSergey Senozhatsky
2017-02-02zram_drv: update for backing dev info changesJens Axboe
2017-01-10zram: support BDI_CAP_STABLE_WRITESMinchan Kim
2017-01-10zram: revalidate disk under init_lockMinchan Kim
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-07zram: restrict add/remove attributes to root onlySergey Senozhatsky
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner
2016-11-30zram: fix unbalanced idr management at hot removalTakashi Iwai
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds