summaryrefslogtreecommitdiff
path: root/drivers/block/zram
AgeCommit message (Expand)Author
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
2016-07-26zram: use __GFP_MOVABLE for memory allocationMinchan Kim
2016-07-26zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky
2016-07-26zram: add more compression algorithmsSergey Senozhatsky
2016-07-26zram: delete custom lzo/lz4Sergey Senozhatsky
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky
2016-07-26zram: switch to crypto compress APISergey Senozhatsky
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-05-20zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2016-01-15zram: don't call idr_remove() from zram_remove()Jerome Marchand
2016-01-15zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim
2016-01-15zram: try vmalloc() after kmalloc()Kyeongdon Kim
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe
2015-11-06zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang
2015-11-06zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY
2015-11-06zram: introduce comp algorithm fallback functionalityLuis Henriques
2015-09-17zram: fix possible use after free in zcomp_create()Luis Henriques
2015-09-08zram: unify error reportingSergey Senozhatsky
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky