summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
AgeCommit message (Expand)AuthorLines
2015-09-17zram: fix possible use after free in zcomp_create()Luis Henriques-5/+7
2015-09-08zram: unify error reportingSergey Senozhatsky-7/+8
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky-1/+1
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky-7/+9
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+5
2015-08-14zram: fix pool name truncationSergey Senozhatsky-4/+2
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet-0/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-3/+2
2015-07-17block: have drivers use blk_queue_max_discard_sectors()Jens Axboe-1/+1
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky-0/+9
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky-1/+9
2015-06-25zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky-5/+3
2015-06-25zram: add dynamic device add/remove functionalitySergey Senozhatsky-3/+97
2015-06-25zram: close race by open overridingSergey Senozhatsky-19/+38
2015-06-25zram: return zram device_id from zram_add()Sergey Senozhatsky-9/+14
2015-06-25zram: trivial: correct flag operations commentSergey Senozhatsky-1/+1
2015-06-25zram: report every added and removed deviceSergey Senozhatsky-2/+3
2015-06-25zram: remove max_num_devices limitationSergey Senozhatsky-13/+1
2015-06-25zram: reorganize code layoutSergey Senozhatsky-363/+362
2015-06-25zram: use idr instead of `zram_devices' arraySergey Senozhatsky-37/+49
2015-06-25zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky-1/+1
2015-06-25zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk-13/+1
2015-06-10zram: clear disk io accounting when reset zram deviceWeijie Yang-0/+2
2015-05-05revert "zram: move compact_store() to sysfs functions area"Andrew Morton-0/+23
2015-04-15zram: fix error return codeJulia Lawall-0/+1
2015-04-15zram: deprecate zram attrs sysfs nodesSergey Senozhatsky-0/+15
2015-04-15zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky-0/+31
2015-04-15zram: export new 'io_stat' sysfs attrsSergey Senozhatsky-0/+20
2015-04-15zram: use generic start/end io accountingSergey Senozhatsky-0/+6
2015-04-15zram: move compact_store() to sysfs functions areaSergey Senozhatsky-23/+0
2015-04-15zram: remove `num_migrated' device attrSergey Senozhatsky-2/+0
2015-04-15zram: support compactionMinchan Kim-0/+26
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim-1/+1
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran-3/+5
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky-9/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim-32/+64
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky-14/+9
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran-17/+16
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky-8/+6
2014-12-13zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran-17/+11
2014-12-13mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh-2/+2
2014-12-13zram: implement rw_page operation of zramkaram.lee-0/+44
2014-12-13zram: change parameter from vaild_io_request()karam.lee-8/+8
2014-12-13zram: remove bio parameter from zram_bvec_rw()karam.lee-8/+8
2014-11-13zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang-1/+2
2014-10-29zram: avoid NULL pointer access in concurrent situationWeijie Yang-4/+6
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2014-10-09zram: use notify_free to account all free notificationsSergey Senozhatsky-0/+1