aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-19zram: fix race between backing_dev_show and backing_dev_storeChenwandun1-2/+3
2019-07-15docs: blockdev: add it to the admin-guideMauro Carvalho Chehab1-3/+3
2019-07-15docs: blockdev: convert to ReSTMauro Carvalho Chehab1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim1-26/+6
2019-03-14zram: default to lzo-rle instead of lzoDave Rodgman1-1/+1
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman1-0/+1
2019-01-08zram: idle writeback fixes and cleanupMinchan Kim2-26/+69
2018-12-28zram: writeback throttleMinchan Kim2-3/+51
2018-12-28zram: add bd_stat statisticsMinchan Kim2-0/+34
2018-12-28zram: support idle/huge page writebackMinchan Kim3-75/+178
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim2-3/+55
2018-12-28zram: refactor flags and writeback stuffMinchan Kim2-69/+44
2018-12-28zram: fix double free backing deviceMinchan Kim1-1/+3
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim2-18/+22
2018-10-10drivers/block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-2/+0
2018-09-28zram: register default groups with device_add_disk()Hannes Reinecke1-21/+7
2018-08-22drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas1-1/+6
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+9
2018-08-10zram: remove BD_CAP_SYNCHRONOUS_IO with writeback featureMinchan Kim1-1/+14
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-3/+2
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo1-8/+8
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-07zram: introduce zram memory trackingMinchan Kim3-14/+139
2018-06-07zram: record accessed secondMinchan Kim2-0/+17
2018-06-07zram: mark incompressible page as ZRAM_HUGEMinchan Kim2-3/+16
2018-06-07zram: correct flag name of ZRAM_ACCESSMinchan Kim2-13/+13
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-17/+8
2018-04-05zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky2-17/+8
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2018-03-08block: 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-15drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King1-1/+1
2017-11-15zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky1-3/+0
2017-11-15zram: add zstd to the supported algorithms listSergey Senozhatsky1-0/+3
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim1-1/+1
2017-11-15zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim1-10/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03zram: fix null dereference of handleMinchan Kim1-24/+12
2017-09-08drivers/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-06block, THP: make block_device_operations.rw_page support THPHuang Ying1-0/+2
2017-09-06zram: add config and doc file for writeback featureMinchan Kim1-0/+12
2017-09-06zram: read page from backing deviceMinchan Kim1-5/+118
2017-09-06zram: write incompressible pages to backing deviceMinchan Kim2-13/+103
2017-09-06zram: identify asynchronous IO's return valueMinchan Kim1-8/+24
2017-09-06zram: add free space management in backing deviceMinchan Kim2-1/+50