Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b34ba0c3acd9b723707c5364dba7b5c58a19282e
/
drivers
/
block
/
zram
0cf1e9d
zram: fix incorrect stat with failed_reads
by Chao Yu
· 10 years ago
d2d5e76
zram: replace global tb_lock with fine grain lock
by Weijie Yang
· 10 years ago
023b409
zram: use size_t instead of u16
by Minchan Kim
· 10 years ago
a830eff
zram: remove unused SECTOR_SIZE define
by Sergey Senozhatsky
· 10 years ago
cb8f2ee
zram: rename struct `table' to `zram_table_entry'
by Sergey Senozhatsky
· 10 years ago
b4c5c60
zram: avoid lockdep splat by revalidate_disk
by Minchan Kim
· 10 years ago
2e32bae
zram: revalidate disk after capacity change
by Minchan Kim
· 10 years ago
38515c7
zram: correct offset usage in zram_bio_discard
by Weijie Yang
· 10 years ago
f4659d8
zram: support REQ_DISCARD
by Joonsoo Kim
· 11 years ago
56b4e8c
zram: use scnprintf() in attrs show() methods
by Sergey Senozhatsky
· 11 years ago
60a726e
zram: propagate error to user
by Minchan Kim
· 11 years ago
fcfa8d9
zram: return error-valued pointer from zcomp_create()
by Sergey Senozhatsky
· 11 years ago
d61f98c
zram: move comp allocation out of init_lock
by Sergey Senozhatsky
· 11 years ago
6e76668
zram: add lz4 algorithm backend
by Sergey Senozhatsky
· 11 years ago
e46b8a0
zram: make compression algorithm selection possible
by Sergey Senozhatsky
· 11 years ago
fe8eb12
zram: add set_max_streams knob
by Sergey Senozhatsky
· 11 years ago
beca3ec
zram: add multi stream functionality
by Sergey Senozhatsky
· 11 years ago
9cc9752
zram: factor out single stream compression
by Sergey Senozhatsky
· 11 years ago
b7ca232
zram: use zcomp compressing backends
by Sergey Senozhatsky
· 11 years ago
e7e1ef4
zram: introduce compressing backend abstraction
by Sergey Senozhatsky
· 11 years ago
b67d1ec
zram: delete zram_init_device()
by Sergey Senozhatsky
· 11 years ago
e64cd51
zram: move zram size warning to documentation
by Sergey Senozhatsky
· 11 years ago
59fc86a
zram: drop not used table `count' member
by Sergey Senozhatsky
· 11 years ago
6444724
zram: report failed read and write stats
by Sergey Senozhatsky
· 11 years ago
a68eb3b
zram: remove zram stats code duplication
by Sergey Senozhatsky
· 11 years ago
90a7806
zram: use atomic64_t for all zram stats
by Sergey Senozhatsky
· 11 years ago
b7cccf8
zram: remove good and bad compress stats
by Sergey Senozhatsky
· 11 years ago
be257c6
zram: do not pass rw argument to __zram_make_request()
by Sergey Senozhatsky
· 11 years ago
be2d1d5
zram: drop `init_done' struct zram member
by Sergey Senozhatsky
· 11 years ago
db5d711
zram: avoid null access when fail to alloc meta
by Minchan Kim
· 11 years ago
e46e331
zram: remove zram->lock in read path and change it with mutex
by Minchan Kim
· 11 years ago
f614a9f
zram: remove workqueue for freeing removed pending slot
by Minchan Kim
· 11 years ago
9296747
zram: introduce zram->tb_lock
by Minchan Kim
· 11 years ago
deb0bde
zram: use atomic operation for stat
by Minchan Kim
· 11 years ago
874e3cd
zram: remove unnecessary free
by Minchan Kim
· 11 years ago
9b353db
zram: delay pending free request in read path
by Minchan Kim
· 11 years ago
da4a041
zram: fix race between reset and flushing pending work
by Minchan Kim
· 11 years ago
7bfb3de
zram: add copyright
by Minchan Kim
· 11 years ago
4906123
zram: remove old private project comment
by Minchan Kim
· 11 years ago
cd67e10
zram: promote zram from staging
by Minchan Kim
· 11 years ago