summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAge
...
* | zram: add free space management in backing deviceMinchan Kim2017-09-06
* | zram: add interface to specif backing deviceMinchan Kim2017-09-06
* | zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim2017-09-06
* | zram: inline zram_compressMinchan Kim2017-09-06
* | zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim2017-09-06
* | zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke2017-08-10
|/
* zram: constify attribute_group structures.Arvind Yadav2017-07-10
* zram: use __sysfs_match_string() helperAndy Shevchenko2017-07-10
* zram: count same page write as page_storedMinchan Kim2017-07-06
* zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman2017-06-13
* zram: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-09
* zram: reduce load operation in page_same_filledSangwoo Park2017-05-03
* zram: use zram_free_page instead of open-codedMinchan Kim2017-05-03
* zram: introduce zram data accessorMinchan Kim2017-05-03
* zram: remove zram_meta structureMinchan Kim2017-05-03
* zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim2017-05-03
* zram: partial IO refactoringMinchan Kim2017-05-03
* zram: handle multiple pages attached bio's bvecMinchan Kim2017-05-03
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\
| * zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
* | zram: do not use copy_page with non-page aligned addressMinchan Kim2017-04-13
* | zram: fix operator precedence to get offsetMinchan Kim2017-04-13
|/
* zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn2017-03-08
* zram: extend zero pages to same element pageszhouxianrong2017-02-24
* zram: remove waitqueue for IO doneMinchan Kim2017-02-24
* zram: remove obsolete sysfs attrsSergey Senozhatsky2017-02-22
* zram_drv: update for backing dev info changesJens Axboe2017-02-02
* zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-10
* zram: revalidate disk under init_lockMinchan Kim2017-01-10
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-12
|\
| * zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-01
* | zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-07
* | zram: fix unbalanced idr management at hot removalTakashi Iwai2016-11-30
|/
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-07
* mm/block: convert rw_page users to bio op useMike Christie2016-08-04
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-26
|\
| * zram: use __GFP_MOVABLE for memory allocationMinchan Kim2016-07-26
| * zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2016-07-26
| * zram: add more compression algorithmsSergey Senozhatsky2016-07-26
| * zram: delete custom lzo/lz4Sergey Senozhatsky2016-07-26
| * zram: use crypto api to check alg availabilitySergey Senozhatsky2016-07-26
| * zram: switch to crypto compress APISergey Senozhatsky2016-07-26
| * zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-26
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
|/
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2016-05-20
* zram: remove max_comp_streams internalsSergey Senozhatsky2016-05-20
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-20
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-20
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-01-15
* zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2016-01-15