aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zram_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10zram: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-06zram: 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-03zram: reduce load operation in page_same_filledSangwoo Park1-3/+5
2017-05-03zram: use zram_free_page instead of open-codedMinchan Kim1-14/+3
2017-05-03zram: introduce zram data accessorMinchan Kim1-11/+22
2017-05-03zram: remove zram_meta structureMinchan Kim1-112/+77
2017-05-03zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim1-14/+27
2017-05-03zram: partial IO refactoringMinchan Kim1-153/+184
2017-05-03zram: 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-13zram: do not use copy_page with non-page aligned addressMinchan Kim1-2/+2
2017-04-13zram: 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-24zram: extend zero pages to same element pageszhouxianrong1-27/+60
2017-02-24zram: remove waitqueue for IO doneMinchan Kim1-37/+3
2017-02-22zram: remove obsolete sysfs attrsSergey Senozhatsky1-99/+2
2017-02-02zram_drv: update for backing dev info changesJens Axboe1-1/+1
2017-01-10zram: support BDI_CAP_STABLE_WRITESMinchan Kim1-2/+11
2017-01-10zram: revalidate disk under init_lockMinchan Kim1-7/+1
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2016-12-07zram: restrict add/remove attributes to root onlySergey Senozhatsky1-1/+7
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner1-0/+9
2016-11-30zram: fix unbalanced idr management at hot removalTakashi Iwai1-1/+2
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-11/+12
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-13/+15
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-20/+28
2016-07-26zram: use __GFP_MOVABLE for memory allocationMinchan Kim1-2/+4
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky1-7/+9
2016-07-26zram: switch to crypto compress APISergey Senozhatsky1-7/+11
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky1-4/+4
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2016-05-20zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky1-0/+21
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky1-34/+11
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky1-5/+31
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky1-2/+2
2016-01-15zram: don't call idr_remove() from zram_remove()Jerome Marchand1-3/+4
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe1-2/+3
2015-11-06zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang1-9/+9
2015-11-06zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY1-2/+2
2015-11-06zram: introduce comp algorithm fallback functionalityLuis Henriques1-3/+3
2015-09-08zram: unify error reportingSergey Senozhatsky1-7/+8
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky1-1/+1
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky1-6/+9
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2015-08-14zram: fix pool name truncationSergey Senozhatsky1-4/+2
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+2