summaryrefslogtreecommitdiff
path: root/drivers/block/zram/zram_drv.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-8/+8
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-08zram: introduce zram memory trackingMinchan Kim1-11/+121
2018-06-08zram: record accessed secondMinchan Kim1-0/+16
2018-06-08zram: mark incompressible page as ZRAM_HUGEMinchan Kim1-3/+14
2018-06-08zram: correct flag name of ZRAM_ACCESSMinchan Kim1-10/+10
2018-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+8
2018-04-06zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky1-1/+8
2018-03-09block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-3/+3
2018-02-28zram: Delete gendisk before cleaning up the request queueBart Van Assche1-1/+1
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2017-11-16drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King1-1/+1
2017-11-16bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim1-1/+1
2017-11-16zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim1-10/+6
2017-10-04zram: fix null dereference of handleMinchan Kim1-24/+12
2017-09-09drivers/block/zram/zram_drv.c: convert to using memset_lMatthew Wilcox1-11/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2017-09-07block, THP: make block_device_operations.rw_page support THPHuang Ying1-0/+2
2017-09-07zram: read page from backing deviceMinchan Kim1-5/+118
2017-09-07zram: write incompressible pages to backing deviceMinchan Kim1-12/+101
2017-09-07zram: identify asynchronous IO's return valueMinchan Kim1-8/+24
2017-09-07zram: add free space management in backing deviceMinchan Kim1-1/+47
2017-09-07zram: add interface to specif backing deviceMinchan Kim1-0/+142
2017-09-07zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim1-3/+3
2017-09-07zram: inline zram_compressMinchan Kim1-42/+22
2017-09-07zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim1-33/+23
2017-08-11zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke1-2/+2
2017-08-09block: pass in queue to inflight accountingJens Axboe1-2/+3
2017-07-11zram: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-07zram: count same page write as page_storedMinchan Kim1-0/+2
2017-06-13zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman1-1/+1
2017-06-09zram: use class_groups instead of class_attrsGreg Kroah-Hartman1-11/+15
2017-05-04zram: reduce load operation in page_same_filledSangwoo Park1-3/+5
2017-05-04zram: use zram_free_page instead of open-codedMinchan Kim1-14/+3
2017-05-04zram: introduce zram data accessorMinchan Kim1-11/+22
2017-05-04zram: remove zram_meta structureMinchan Kim1-112/+77
2017-05-04zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim1-14/+27
2017-05-04zram: partial IO refactoringMinchan Kim1-153/+184
2017-05-04zram: handle multiple pages attached bio's bvecMinchan Kim1-29/+11
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+8
2017-04-14zram: do not use copy_page with non-page aligned addressMinchan Kim1-2/+2
2017-04-14zram: fix operator precedence to get offsetMinchan Kim1-1/+1
2017-04-08zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig1-5/+8
2017-03-08zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn1-0/+2
2017-02-25zram: extend zero pages to same element pageszhouxianrong1-27/+60
2017-02-25zram: remove waitqueue for IO doneMinchan Kim1-37/+3
2017-02-23zram: remove obsolete sysfs attrsSergey Senozhatsky1-99/+2
2017-02-03zram_drv: update for backing dev info changesJens Axboe1-1/+1
2017-01-11zram: support BDI_CAP_STABLE_WRITESMinchan Kim1-2/+11
2017-01-11zram: revalidate disk under init_lockMinchan Kim1-7/+1