summaryrefslogtreecommitdiff
path: root/drivers/block/zram (follow)
Commit message (Expand)AuthorAge
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-03-17
|\
| * zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-03-07
| * block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2021-03-03
* | Merge android-4.4.165 (f34ff9e) into msm-4.4Srinivasarao P2018-11-28
|\ \
| * | Merge 4.4.165 into android-4.4Greg Kroah-Hartman2018-11-27
| |\|
| | * zram: close udev startup race condition as default groupsMinchan Kim2018-11-27
* | | Merge android-4.4.164 (564ce1b) into msm-4.4Srinivasarao P2018-11-21
|\| |
| * | ANDROID: zram: set comp_len to PAGE_SIZE when page is hugePeter Kalauskas2018-11-12
* | | Merge android-4.4.154 (d762e28) into msm-4.4Srinivasarao P2018-09-12
|\| |
| * | BACKPORT: zram: drop max_zpage_size and use zs_huge_class_size()Sergey Senozhatsky2018-08-31
* | | Merge android-4.4.153 (5e24b4e) into msm-4.4Srinivasarao P2018-08-28
|\| |
| * | UPSTREAM: drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas2018-08-24
| * | BACKPORT: zram: introduce zram memory trackingMinchan Kim2018-08-24
| * | BACKPORT: zram: record accessed secondMinchan Kim2018-08-24
| * | BACKPORT: zram: mark incompressible page as ZRAM_HUGEMinchan Kim2018-08-24
| * | UPSTREAM: zram: correct flag name of ZRAM_ACCESSMinchan Kim2018-08-24
| * | UPSTREAM: zram: Delete gendisk before cleaning up the request queueBart Van Assche2018-08-24
| * | UPSTREAM: drivers/block/zram/zram_drv.c: make zram_page_end_io() staticColin Ian King2018-08-24
| * | BACKPORT: zram: set BDI_CAP_STABLE_WRITES onceMinchan Kim2018-08-24
| * | UPSTREAM: zram: fix null dereference of handleMinchan Kim2018-08-24
| * | UPSTREAM: zram: add config and doc file for writeback featureMinchan Kim2018-08-24
| * | BACKPORT: zram: read page from backing deviceMinchan Kim2018-08-24
| * | BACKPORT: zram: write incompressible pages to backing deviceMinchan Kim2018-08-24
| * | BACKPORT: zram: identify asynchronous IO's return valueMinchan Kim2018-08-24
| * | BACKPORT: zram: add free space management in backing deviceMinchan Kim2018-08-24
| * | UPSTREAM: zram: add interface to specif backing deviceMinchan Kim2018-08-24
| * | UPSTREAM: zram: rename zram_decompress_page to __zram_bvec_readMinchan Kim2018-08-24
| * | UPSTREAM: zram: inline zram_compressMinchan Kim2018-08-24
| * | UPSTREAM: zram: clean up duplicated codes in __zram_bvec_writeMinchan Kim2018-08-24
| * | UPSTREAM: zram: add zstd to the supported algorithms listSergey Senozhatsky2018-08-23
| * | UPSTREAM: zram: rework copy of compressor name in comp_algorithm_store()Matthias Kaehlcke2018-08-23
| * | UPSTREAM: zram: constify attribute_group structures.Arvind Yadav2018-08-23
| * | UPSTREAM: zram: count same page write as page_storedMinchan Kim2018-08-23
| * | UPSTREAM: zram: reduce load operation in page_same_filledSangwoo Park2018-08-23
| * | UPSTREAM: zram: use zram_free_page instead of open-codedMinchan Kim2018-08-23
| * | UPSTREAM: zram: introduce zram data accessorMinchan Kim2018-08-23
| * | UPSTREAM: zram: remove zram_meta structureMinchan Kim2018-08-23
| * | UPSTREAM: zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim2018-08-23
| * | BACKPORT: zram: partial IO refactoringMinchan Kim2018-08-23
| * | BACKPORT: zram: handle multiple pages attached bio's bvecMinchan Kim2018-08-23
| * | UPSTREAM: zram: fix operator precedence to get offsetMinchan Kim2018-08-23
| * | BACKPORT: zram: extend zero pages to same element pageszhouxianrong2018-08-23
| * | BACKPORT: zram: remove waitqueue for IO doneMinchan Kim2018-08-23
| * | UPSTREAM: zram: remove obsolete sysfs attrsSergey Senozhatsky2018-08-23
| * | UPSTREAM: zram: support BDI_CAP_STABLE_WRITESMinchan Kim2018-08-23
| * | UPSTREAM: zram: revalidate disk under init_lockMinchan Kim2018-08-23
| * | UPSTREAM: zram: use __GFP_MOVABLE for memory allocationMinchan Kim2018-08-23
| * | UPSTREAM: zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2018-08-23
| * | UPSTREAM: zram: add more compression algorithmsSergey Senozhatsky2018-08-23
| * | UPSTREAM: zram: delete custom lzo/lz4Sergey Senozhatsky2018-08-23