aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
AgeCommit message (Expand)Author
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
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-14zram: fix pool name truncationSergey Senozhatsky
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky
2015-06-25zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky
2015-06-25zram: add dynamic device add/remove functionalitySergey Senozhatsky
2015-06-25zram: close race by open overridingSergey Senozhatsky
2015-06-25zram: return zram device_id from zram_add()Sergey Senozhatsky
2015-06-25zram: trivial: correct flag operations commentSergey Senozhatsky
2015-06-25zram: report every added and removed deviceSergey Senozhatsky
2015-06-25zram: remove max_num_devices limitationSergey Senozhatsky
2015-06-25zram: reorganize code layoutSergey Senozhatsky
2015-06-25zram: use idr instead of `zram_devices' arraySergey Senozhatsky
2015-06-25zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky
2015-06-25zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk
2015-06-10zram: clear disk io accounting when reset zram deviceWeijie Yang
2015-05-05revert "zram: move compact_store() to sysfs functions area"Andrew Morton
2015-04-15zram: fix error return codeJulia Lawall