aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds3-53/+37
2016-12-07zram: restrict add/remove attributes to root onlySergey Senozhatsky1-1/+7
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner3-53/+37
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 Torvalds10-266/+138
2016-07-26zram: use __GFP_MOVABLE for memory allocationMinchan Kim1-2/+4
2016-07-26zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky1-4/+4
2016-07-26zram: add more compression algorithmsSergey Senozhatsky1-0/+9
2016-07-26zram: delete custom lzo/lz4Sergey Senozhatsky8-174/+2
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky3-33/+49
2016-07-26zram: switch to crypto compress APISergey Senozhatsky4-52/+69
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky3-8/+8
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 Senozhatsky2-0/+22
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky3-40/+11
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky3-231/+116
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
2016-01-15zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2-4/+4
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim4-35/+23
2016-01-15zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+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-17zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
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 Senozhatsky2-7/+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
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-3/+2
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe1-1/+1
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky3-0/+9
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky2-1/+9
2015-06-25zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky1-5/+3
2015-06-25zram: add dynamic device add/remove functionalitySergey Senozhatsky1-3/+97
2015-06-25zram: close race by open overridingSergey Senozhatsky2-19/+38
2015-06-25zram: return zram device_id from zram_add()Sergey Senozhatsky1-9/+14
2015-06-25zram: trivial: correct flag operations commentSergey Senozhatsky1-1/+1
2015-06-25zram: report every added and removed deviceSergey Senozhatsky1-2/+3
2015-06-25zram: remove max_num_devices limitationSergey Senozhatsky2-13/+1
2015-06-25zram: reorganize code layoutSergey Senozhatsky1-363/+362