index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
(
follow
)
Commit message (
Expand
)
Author
Age
*
Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...
Michael Bestas
2021-03-17
|
\
|
*
zsmalloc: account the number of compacted pages correctly
Rokudo Yan
2021-03-07
|
*
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
2021-03-03
*
|
Merge android-4.4.165 (f34ff9e) into msm-4.4
Srinivasarao P
2018-11-28
|
\
\
|
*
|
Merge 4.4.165 into android-4.4
Greg Kroah-Hartman
2018-11-27
|
|
\
|
|
|
*
zram: close udev startup race condition as default groups
Minchan Kim
2018-11-27
*
|
|
Merge android-4.4.164 (564ce1b) into msm-4.4
Srinivasarao P
2018-11-21
|
\
|
|
|
*
|
ANDROID: zram: set comp_len to PAGE_SIZE when page is huge
Peter Kalauskas
2018-11-12
*
|
|
Merge android-4.4.154 (d762e28) into msm-4.4
Srinivasarao P
2018-09-12
|
\
|
|
|
*
|
BACKPORT: zram: drop max_zpage_size and use zs_huge_class_size()
Sergey Senozhatsky
2018-08-31
*
|
|
Merge android-4.4.153 (5e24b4e) into msm-4.4
Srinivasarao P
2018-08-28
|
\
|
|
|
*
|
UPSTREAM: drivers/block/zram/zram_drv.c: fix bug storing backing_dev
Peter Kalauskas
2018-08-24
|
*
|
BACKPORT: zram: introduce zram memory tracking
Minchan Kim
2018-08-24
|
*
|
BACKPORT: zram: record accessed second
Minchan Kim
2018-08-24
|
*
|
BACKPORT: zram: mark incompressible page as ZRAM_HUGE
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: correct flag name of ZRAM_ACCESS
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: Delete gendisk before cleaning up the request queue
Bart Van Assche
2018-08-24
|
*
|
UPSTREAM: drivers/block/zram/zram_drv.c: make zram_page_end_io() static
Colin Ian King
2018-08-24
|
*
|
BACKPORT: zram: set BDI_CAP_STABLE_WRITES once
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: fix null dereference of handle
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: add config and doc file for writeback feature
Minchan Kim
2018-08-24
|
*
|
BACKPORT: zram: read page from backing device
Minchan Kim
2018-08-24
|
*
|
BACKPORT: zram: write incompressible pages to backing device
Minchan Kim
2018-08-24
|
*
|
BACKPORT: zram: identify asynchronous IO's return value
Minchan Kim
2018-08-24
|
*
|
BACKPORT: zram: add free space management in backing device
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: add interface to specif backing device
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: rename zram_decompress_page to __zram_bvec_read
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: inline zram_compress
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: clean up duplicated codes in __zram_bvec_write
Minchan Kim
2018-08-24
|
*
|
UPSTREAM: zram: add zstd to the supported algorithms list
Sergey Senozhatsky
2018-08-23
|
*
|
UPSTREAM: zram: rework copy of compressor name in comp_algorithm_store()
Matthias Kaehlcke
2018-08-23
|
*
|
UPSTREAM: zram: constify attribute_group structures.
Arvind Yadav
2018-08-23
|
*
|
UPSTREAM: zram: count same page write as page_stored
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: reduce load operation in page_same_filled
Sangwoo Park
2018-08-23
|
*
|
UPSTREAM: zram: use zram_free_page instead of open-coded
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: introduce zram data accessor
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: remove zram_meta structure
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: use zram_slot_lock instead of raw bit_spin_lock op
Minchan Kim
2018-08-23
|
*
|
BACKPORT: zram: partial IO refactoring
Minchan Kim
2018-08-23
|
*
|
BACKPORT: zram: handle multiple pages attached bio's bvec
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: fix operator precedence to get offset
Minchan Kim
2018-08-23
|
*
|
BACKPORT: zram: extend zero pages to same element pages
zhouxianrong
2018-08-23
|
*
|
BACKPORT: zram: remove waitqueue for IO done
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: remove obsolete sysfs attrs
Sergey Senozhatsky
2018-08-23
|
*
|
UPSTREAM: zram: support BDI_CAP_STABLE_WRITES
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: revalidate disk under init_lock
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: use __GFP_MOVABLE for memory allocation
Minchan Kim
2018-08-23
|
*
|
UPSTREAM: zram: drop gfp_t from zcomp_strm_alloc()
Sergey Senozhatsky
2018-08-23
|
*
|
UPSTREAM: zram: add more compression algorithms
Sergey Senozhatsky
2018-08-23
|
*
|
UPSTREAM: zram: delete custom lzo/lz4
Sergey Senozhatsky
2018-08-23
[next]