summaryrefslogtreecommitdiffstats
path: root/drivers/block/zram
Commit message (Expand)AuthorAgeFilesLines
* zram: constify attribute_group structures.Arvind Yadav2017-07-101-1/+1
* zram: use __sysfs_match_string() helperAndy Shevchenko2017-07-101-6/+4
* zram: count same page write as page_storedMinchan Kim2017-07-061-0/+2
* zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman2017-06-131-1/+1
* zram: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-11/+15
* zram: reduce load operation in page_same_filledSangwoo Park2017-05-031-3/+5
* zram: use zram_free_page instead of open-codedMinchan Kim2017-05-031-14/+3
* zram: introduce zram data accessorMinchan Kim2017-05-031-11/+22
* zram: remove zram_meta structureMinchan Kim2017-05-032-117/+78
* zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim2017-05-031-14/+27
* zram: partial IO refactoringMinchan Kim2017-05-031-153/+184
* zram: handle multiple pages attached bio's bvecMinchan Kim2017-05-031-29/+11
* Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-5/+8
|\
| * zram: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-5/+8
* | zram: do not use copy_page with non-page aligned addressMinchan Kim2017-04-131-2/+2
* | zram: fix operator precedence to get offsetMinchan Kim2017-04-131-1/+1
|/
* zram: set physical queue limits to avoid array out of bounds accessesJohannes Thumshirn2017-03-081-0/+2
* zram: extend zero pages to same element pageszhouxianrong2017-02-242-30/+66
* zram: remove waitqueue for IO doneMinchan Kim2017-02-242-40/+3
* zram: remove obsolete sysfs attrsSergey Senozhatsky2017-02-221-99/+2
* zram_drv: update for backing dev info changesJens Axboe2017-02-021-1/+1
* zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-101-2/+11
* zram: revalidate disk under init_lockMinchan Kim2017-01-101-7/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-123-53/+37
|\
| * zram: Convert to hotplug state machineAnna-Maria Gleixner2016-12-023-53/+37
* | zram: restrict add/remove attributes to root onlySergey Senozhatsky2016-12-071-1/+7
* | zram: fix unbalanced idr management at hot removalTakashi Iwai2016-11-301-1/+2
|/
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-071-11/+12
* mm/block: convert rw_page users to bio op useMike Christie2016-08-041-13/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-2610-266/+138
|\
| * zram: use __GFP_MOVABLE for memory allocationMinchan Kim2016-07-261-2/+4
| * zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2016-07-261-4/+4
| * zram: add more compression algorithmsSergey Senozhatsky2016-07-261-0/+9
| * zram: delete custom lzo/lz4Sergey Senozhatsky2016-07-268-174/+2
| * zram: use crypto api to check alg availabilitySergey Senozhatsky2016-07-263-33/+49
| * zram: switch to crypto compress APISergey Senozhatsky2016-07-264-52/+69
| * zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-263-8/+8
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
|/
* zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2016-05-202-0/+22
* zram: remove max_comp_streams internalsSergey Senozhatsky2016-05-203-40/+11
* zram: user per-cpu compression streamsSergey Senozhatsky2016-05-203-231/+116
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-201-2/+2
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-01-151-3/+4
* zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2016-01-152-4/+4
* zram: pass gfp from zcomp frontend to backendMinchan Kim2016-01-154-35/+23
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-01-152-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-01-153-4/+4
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-101-2/+3
|\
| * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+3
* | zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang2015-11-061-9/+9
OpenPOWER on IntegriCloud