index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zram_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
zram: do not use copy_page with non-page aligned address
Minchan Kim
2017-10-21
1
-3
/
+3
*
zram: restrict add/remove attributes to root only
Sergey Senozhatsky
2017-09-25
1
-1
/
+7
*
zram: fix unbalanced idr management at hot removal
Takashi Iwai
2017-09-25
1
-1
/
+2
*
zram: our old kernel lacks __GFP_KSWAPD_RECLAIM
Sultan Qasim Khan
2017-09-25
1
-1
/
+0
*
zram: use crypto api to check alg availability
Sergey Senozhatsky
2017-09-25
1
-7
/
+9
*
zram: switch to crypto compress API
Sergey Senozhatsky
2017-09-25
1
-7
/
+11
*
zram: rename zstrm find-release functions
Sergey Senozhatsky
2017-09-25
1
-4
/
+4
*
zram: introduce per-device debug_stat sysfs node
Sergey Senozhatsky
2017-09-25
1
-0
/
+21
*
zram: remove max_comp_streams internals
Sergey Senozhatsky
2017-09-25
1
-34
/
+11
*
zram: user per-cpu compression streams
Sergey Senozhatsky
2017-09-25
1
-6
/
+32
*
zsmalloc: require GFP in zs_malloc()
Sergey Senozhatsky
2017-09-25
1
-2
/
+2
*
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
2017-09-25
1
-6
/
+9
*
zram: don't call idr_remove() from zram_remove()
Jerome Marchand
2017-09-25
1
-3
/
+4
*
zram: make is_partial_io/valid_io_request/page_zero_filled return boolean
Geliang Tang
2017-09-25
1
-9
/
+9
*
zram: keep the exact overcommited value in mem_used_max
Sergey SENOZHATSKY
2017-09-25
1
-2
/
+2
*
zram: introduce comp algorithm fallback functionality
Luis Henriques
2017-09-25
1
-3
/
+3
*
zram: fix pool name truncation
Sergey Senozhatsky
2017-09-25
1
-4
/
+2
*
zram: check comp algorithm availability earlier
Sergey Senozhatsky
2017-09-25
1
-0
/
+3
*
zram: cut trailing newline in algorithm name
Sergey Senozhatsky
2017-09-25
1
-0
/
+8
*
zram: cosmetic zram_bvec_write() cleanup
Sergey Senozhatsky
2017-09-25
1
-5
/
+3
*
zram: add dynamic device add/remove functionality
Sergey Senozhatsky
2017-09-25
1
-3
/
+97
*
zram: close race by open overriding
Sergey Senozhatsky
2017-09-25
1
-19
/
+34
*
zram: return zram device_id from zram_add()
Sergey Senozhatsky
2017-09-25
1
-9
/
+14
*
zram: trivial: correct flag operations comment
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zram: report every added and removed device
Sergey Senozhatsky
2017-09-25
1
-2
/
+3
*
zram: remove max_num_devices limitation
Sergey Senozhatsky
2017-09-25
1
-7
/
+1
*
zram: reorganize code layout
Sergey Senozhatsky
2017-09-25
1
-320
/
+319
*
zram: use idr instead of `zram_devices' array
Sergey Senozhatsky
2017-09-25
1
-37
/
+50
*
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
Sergey Senozhatsky
2017-09-25
1
-1
/
+1
*
zram: remove obsolete ZRAM_DEBUG option
Marcin Jabrzyk
2017-09-25
1
-4
/
+0
*
zram/zsmalloc: Squashed fixes zcomp lz4 header fix
Mister Oyster
2017-09-25
1
-1
/
+1
*
block: zram: Backport from Linux 4.1
Sultan Qasim Khan
2017-09-25
1
-157
/
+408
*
Revert zram updates to merge 4.1 drivers
Mister Oyster
2017-09-25
1
-30
/
+9
*
zram: do not use copy_page with non-page aligned address
Minchan Kim
2017-05-20
1
-1
/
+1
*
zram: sym permissions -> octal perm (checkpath warnings)
Mister Oyster
2017-04-16
1
-8
/
+8
*
zram: fix indents/warnings from checkpath
Mister Oyster
2017-04-16
1
-0
/
+4
*
zram: avoid lockdep splat by revalidate_disk
Minchan Kim
2017-04-11
1
-4
/
+18
*
zram: revalidate disk after capacity change
Minchan Kim
2017-04-11
1
-1
/
+4
*
zram: correct offset usage in zram_bio_discard
Weijie Yang
2016-12-11
1
-2
/
+2
*
zram: support REQ_DISCARD
Joonsoo Kim
2016-12-11
1
-0
/
+62
*
set number of streams to 3
DerTeufel
2016-12-11
1
-1
/
+1
*
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
2016-12-11
1
-6
/
+6
*
zram: propagate error to user
Minchan Kim
2016-12-11
1
-4
/
+13
*
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
2016-12-11
1
-9
/
+10
*
zram: move comp allocation out of init_lock
Sergey Senozhatsky
2016-12-11
1
-12
/
+15
*
zram: make compression algorithm selection possible
Sergey Senozhatsky
2016-12-11
1
-3
/
+34
*
zram: add set_max_streams knob
Sergey Senozhatsky
2016-12-11
1
-3
/
+2
*
zram: add multi stream functionality
Sergey Senozhatsky
2016-12-11
1
-1
/
+41
*
zram: use zcomp compressing backends
Sergey Senozhatsky
2016-12-11
1
-38
/
+31
[next]