index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zram_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
zram: revalidate disk after capacity change
Minchan Kim
2014-07-03
1
-1
/
+4
*
zram: correct offset usage in zram_bio_discard
Weijie Yang
2014-06-04
1
-2
/
+2
*
zram: support REQ_DISCARD
Joonsoo Kim
2014-04-07
1
-0
/
+62
*
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
2014-04-07
1
-6
/
+6
*
zram: propagate error to user
Minchan Kim
2014-04-07
1
-4
/
+13
*
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
2014-04-07
1
-9
/
+10
*
zram: move comp allocation out of init_lock
Sergey Senozhatsky
2014-04-07
1
-12
/
+15
*
zram: make compression algorithm selection possible
Sergey Senozhatsky
2014-04-07
1
-3
/
+34
*
zram: add set_max_streams knob
Sergey Senozhatsky
2014-04-07
1
-3
/
+2
*
zram: add multi stream functionality
Sergey Senozhatsky
2014-04-07
1
-1
/
+41
*
zram: use zcomp compressing backends
Sergey Senozhatsky
2014-04-07
1
-38
/
+31
*
zram: delete zram_init_device()
Sergey Senozhatsky
2014-04-07
1
-11
/
+5
*
zram: move zram size warning to documentation
Sergey Senozhatsky
2014-04-07
1
-15
/
+0
*
zram: report failed read and write stats
Sergey Senozhatsky
2014-04-07
1
-0
/
+4
*
zram: remove zram stats code duplication
Sergey Senozhatsky
2014-04-07
1
-59
/
+23
*
zram: use atomic64_t for all zram stats
Sergey Senozhatsky
2014-04-07
1
-9
/
+9
*
zram: remove good and bad compress stats
Sergey Senozhatsky
2014-04-07
1
-11
/
+0
*
zram: do not pass rw argument to __zram_make_request()
Sergey Senozhatsky
2014-04-07
1
-18
/
+12
*
zram: drop `init_done' struct zram member
Sergey Senozhatsky
2014-04-07
1
-10
/
+11
*
zram: avoid null access when fail to alloc meta
Minchan Kim
2014-03-04
1
-0
/
+2
*
zram: remove zram->lock in read path and change it with mutex
Minchan Kim
2014-01-30
1
-9
/
+8
*
zram: remove workqueue for freeing removed pending slot
Minchan Kim
2014-01-30
1
-48
/
+6
*
zram: introduce zram->tb_lock
Minchan Kim
2014-01-30
1
-5
/
+21
*
zram: use atomic operation for stat
Minchan Kim
2014-01-30
1
-10
/
+10
*
zram: remove unnecessary free
Minchan Kim
2014-01-30
1
-8
/
+0
*
zram: delay pending free request in read path
Minchan Kim
2014-01-30
1
-1
/
+0
*
zram: fix race between reset and flushing pending work
Minchan Kim
2014-01-30
1
-2
/
+2
*
zram: add copyright
Minchan Kim
2014-01-30
1
-0
/
+1
*
zram: remove old private project comment
Minchan Kim
2014-01-30
1
-1
/
+0
*
zram: promote zram from staging
Minchan Kim
2014-01-30
1
-0
/
+994