summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
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-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
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-15zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky
2017-11-15zram: add zstd to the supported algorithms listSergey Senozhatsky
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim
2017-11-15zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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: add config and doc file for writeback featureMinchan Kim
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-10zram: use __sysfs_match_string() helperAndy Shevchenko
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