index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
/
zram_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-26
zram: remove max_num_devices limitation
Sergey Senozhatsky
1
-7
/
+1
2015-06-26
zram: reorganize code layout
Sergey Senozhatsky
1
-363
/
+362
2015-06-26
zram: use idr instead of `zram_devices' array
Sergey Senozhatsky
1
-37
/
+49
2015-06-26
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
Sergey Senozhatsky
1
-1
/
+1
2015-06-26
zram: remove obsolete ZRAM_DEBUG option
Marcin Jabrzyk
1
-4
/
+0
2015-06-11
zram: clear disk io accounting when reset zram device
Weijie Yang
1
-0
/
+2
2015-05-06
revert "zram: move compact_store() to sysfs functions area"
Andrew Morton
1
-0
/
+23
2015-04-16
zram: fix error return code
Julia Lawall
1
-0
/
+1
2015-04-16
zram: deprecate zram attrs sysfs nodes
Sergey Senozhatsky
1
-0
/
+15
2015-04-16
zram: export new 'mm_stat' sysfs attrs
Sergey Senozhatsky
1
-0
/
+31
2015-04-16
zram: export new 'io_stat' sysfs attrs
Sergey Senozhatsky
1
-0
/
+20
2015-04-16
zram: use generic start/end io accounting
Sergey Senozhatsky
1
-0
/
+6
2015-04-16
zram: move compact_store() to sysfs functions area
Sergey Senozhatsky
1
-23
/
+0
2015-04-16
zram: remove `num_migrated' device attr
Sergey Senozhatsky
1
-2
/
+0
2015-04-16
zram: support compaction
Minchan Kim
1
-0
/
+25
2015-02-28
zram: use proper type to update max_used_pages
Joonsoo Kim
1
-1
/
+1
2015-02-13
mm/zpool: add name argument to create zpool
Ganesh Mahendran
1
-3
/
+5
2015-02-13
zram: remove request_queue from struct zram
Sergey Senozhatsky
1
-8
/
+8
2015-02-13
zram: remove init_lock in zram_make_request
Minchan Kim
1
-23
/
+53
2015-02-13
zram: check bd_openers instead of bd_holders
Minchan Kim
1
-1
/
+1
2015-02-13
zram: rework reset and destroy path
Sergey Senozhatsky
1
-42
/
+33
2015-02-13
zram: fix umount-reset_store-mount race condition
Sergey Senozhatsky
1
-14
/
+9
2015-02-13
zram: free meta table in zram_meta_free
Ganesh Mahendran
1
-17
/
+16
2015-02-13
zram: clean up zram_meta_alloc()
Sergey Senozhatsky
1
-8
/
+6
2014-12-13
zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute
Ganesh Mahendran
1
-17
/
+11
2014-12-13
zram: implement rw_page operation of zram
karam.lee
1
-0
/
+44
2014-12-13
zram: change parameter from vaild_io_request()
karam.lee
1
-8
/
+8
2014-12-13
zram: remove bio parameter from zram_bvec_rw()
karam.lee
1
-8
/
+8
2014-11-14
zram: avoid kunmap_atomic() of a NULL pointer
Weijie Yang
1
-1
/
+2
2014-10-30
zram: avoid NULL pointer access in concurrent situation
Weijie Yang
1
-4
/
+6
2014-10-18
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2014-10-10
zram: use notify_free to account all free notifications
Sergey Senozhatsky
1
-0
/
+1
2014-10-10
zram: report maximum used memory
Minchan Kim
1
-2
/
+58
2014-10-10
zram: zram memory size limitation
Minchan Kim
1
-0
/
+45
2014-10-10
zsmalloc: change return value unit of zs_get_total_size_bytes
Minchan Kim
1
-2
/
+2
2014-10-04
block: disable entropy contributions for nonrot devices
Mike Snitzer
1
-0
/
+1
2014-08-30
zram: fix incorrect stat with failed_reads
Chao Yu
1
-3
/
+7
2014-08-07
zram: replace global tb_lock with fine grain lock
Weijie Yang
1
-27
/
+42
2014-08-07
zram: use size_t instead of u16
Minchan Kim
1
-1
/
+1
2014-07-24
zram: avoid lockdep splat by revalidate_disk
Minchan Kim
1
-4
/
+18
2014-07-03
zram: revalidate disk after capacity change
Minchan Kim
1
-1
/
+4
2014-06-05
zram: correct offset usage in zram_bio_discard
Weijie Yang
1
-2
/
+2
2014-04-08
zram: support REQ_DISCARD
Joonsoo Kim
1
-0
/
+62
2014-04-08
zram: use scnprintf() in attrs show() methods
Sergey Senozhatsky
1
-6
/
+6
2014-04-08
zram: propagate error to user
Minchan Kim
1
-4
/
+13
2014-04-08
zram: return error-valued pointer from zcomp_create()
Sergey Senozhatsky
1
-9
/
+10
2014-04-08
zram: move comp allocation out of init_lock
Sergey Senozhatsky
1
-12
/
+15
2014-04-08
zram: make compression algorithm selection possible
Sergey Senozhatsky
1
-3
/
+34
2014-04-08
zram: add set_max_streams knob
Sergey Senozhatsky
1
-3
/
+2
2014-04-08
zram: add multi stream functionality
Sergey Senozhatsky
1
-1
/
+41
[next]