Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
eb2d8ec37fadb272dae7f1e6c93abf03fec8e3e3
/
drivers
/
block
/
zram
/
zram_drv.c
99ebbd3
revert "zram: move compact_store() to sysfs functions area"
by Andrew Morton
· 10 years ago
201c7b7
zram: fix error return code
by Julia Lawall
· 10 years ago
8f7d282
zram: deprecate zram attrs sysfs nodes
by Sergey Senozhatsky
· 10 years ago
4f2109f
zram: export new 'mm_stat' sysfs attrs
by Sergey Senozhatsky
· 10 years ago
2f6a3be
zram: export new 'io_stat' sysfs attrs
by Sergey Senozhatsky
· 10 years ago
8811a94
zram: use generic start/end io accounting
by Sergey Senozhatsky
· 10 years ago
c72c616
zram: move compact_store() to sysfs functions area
by Sergey Senozhatsky
· 10 years ago
10447b6
zram: remove `num_migrated' device attr
by Sergey Senozhatsky
· 10 years ago
4e3ba87
zram: support compaction
by Minchan Kim
· 10 years ago
2ea55a2
zram: use proper type to update max_used_pages
by Joonsoo Kim
· 10 years ago
3eba0c6
mm/zpool: add name argument to create zpool
by Ganesh Mahendran
· 10 years ago
ee980160
zram: remove request_queue from struct zram
by Sergey Senozhatsky
· 10 years ago
08eee69
zram: remove init_lock in zram_make_request
by Minchan Kim
· 10 years ago
2b269ce
zram: check bd_openers instead of bd_holders
by Minchan Kim
· 10 years ago
a096caf
zram: rework reset and destroy path
by Sergey Senozhatsky
· 10 years ago
ba6b17d
zram: fix umount-reset_store-mount race condition
by Sergey Senozhatsky
· 10 years ago
1fec117
zram: free meta table in zram_meta_free
by Ganesh Mahendran
· 10 years ago
b817995
zram: clean up zram_meta_alloc()
by Sergey Senozhatsky
· 10 years ago
083914e
zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attribute
by Ganesh Mahendran
· 10 years ago
8c7f010
zram: implement rw_page operation of zram
by karam.lee
· 10 years ago
54850e7
zram: change parameter from vaild_io_request()
by karam.lee
· 10 years ago
b627cff
zram: remove bio parameter from zram_bvec_rw()
by karam.lee
· 10 years ago
c406515
zram: avoid kunmap_atomic() of a NULL pointer
by Weijie Yang
· 10 years ago
5a99e95
zram: avoid NULL pointer access in concurrent situation
by Weijie Yang
· 10 years ago
e75437f
Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
015254d
zram: use notify_free to account all free notifications
by Sergey Senozhatsky
· 10 years ago
461a8ee
zram: report maximum used memory
by Minchan Kim
· 10 years ago
9ada9da
zram: zram memory size limitation
by Minchan Kim
· 10 years ago
722cdc1
zsmalloc: change return value unit of zs_get_total_size_bytes
by Minchan Kim
· 10 years ago
b277da0
block: disable entropy contributions for nonrot devices
by Mike Snitzer
· 10 years ago
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
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
· 11 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
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
b7ca232
zram: use zcomp compressing backends
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
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
[Renamed from drivers/staging/zram/zram_drv.c]
b28bc9b
Merge tag 'v3.13-rc6' into for-3.14/core
by Jens Axboe
· 11 years ago
1b67222
Staging: zram: Fix memory leak by refcount mismatch
by Rashika Kheria
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
46a51c8
Staging: zram: Fix access of NULL pointer
by Rashika Kheria
· 11 years ago
59d3fe5
Staging: zram: Fix variable dereferenced before check
by Rashika Kheria
· 11 years ago
f0f65a9
Revert "staging: zram: Add auto loading of module if user opens /dev/zram."
by Greg Kroah-Hartman
· 11 years ago
a0c516c
zram: don't grab mutex in zram_slot_free_noity
by Minchan Kim
· 11 years ago
2b86ab9
zram: fix invalid memory access
by Minchan Kim
· 11 years ago
a539c72
Staging: zram: zram_drv.c: Fixed Error of trailing whitespace
by Kumar Gaurav
· 11 years ago
01731cf
Merge 3.11-rc3 into staging-next
by Greg Kroah-Hartman
· 11 years ago
f40ac2a
zram: prevent data loss in error cases of function zram_bvec_write()
by Sunghan Suh
· 11 years ago
c70bda9
staging: zram: Add auto loading of module if user opens /dev/zram.
by Konrad Rzeszutek Wilk
· 11 years ago
644d478
staging: zram: protect zram_reset_device() call
by Sergey Senozhatsky
· 11 years ago
75c7caf
zram: allow request end to coincide with disksize
by Sergey Senozhatsky
· 12 years ago
9b3bb7a
zram: remove zram_sysfs file (v2)
by Sergey Senozhatsky
· 12 years ago
da5cc7d
zram: use atomic64_xxx() to replace zram_stat64_xxx()
by Jiang Liu
· 12 years ago
42e99bd
zram: optimize memory operations with clear_page()/copy_page()
by Jiang Liu
· 12 years ago
0f0e3ba
zram: kill unused zram_get_num_devices()
by Jiang Liu
· 12 years ago
12a7ad3
zram: avoid access beyond the zram device
by Jiang Liu
· 12 years ago
65c4846
zram: avoid double free in function zram_bvec_write()
by Jiang Liu
· 12 years ago
39a9b8a
zram: destroy all devices on error recovery path in zram_init()
by Jiang Liu
· 12 years ago
57ab048
zram: use zram->lock to protect zram_free_page() in swap free notify path
by Jiang Liu
· 12 years ago
6030ea9
zram: avoid invalid memory access in zram_exit()
by Jiang Liu
· 12 years ago
596b3dd
Staging: Fixes string split across lines in zram
by Marlies Ruck
· 12 years ago
25eeb66
zram: fix zram_bvec_read duplicate dump failure message and stat accumulation
by Wanpeng Li
· 12 years ago
78110bb
staging: Remove unnecessary OOM messages
by Joe Perches
· 12 years ago
1e927711
staging: zram: __zram_reset_device() can be static
by Fengguang Wu
· 12 years ago
8b3cc3e
zram: get rid of lockdep warning
by Minchan Kim
· 12 years ago
152bce6
zram: fix warning of print format
by Minchan Kim
· 12 years ago
3de738c
zram: give up lazy initialization of zram metadata
by Minchan Kim
· 12 years ago
0231c40
zram: force disksize setting before using zram
by Minchan Kim
· 12 years ago
7e5a510
zram: Fix deadlock bug in partial read/write
by Minchan Kim
· 12 years ago
0d145a5
staging: zsmalloc: remove unused pool name
by Seth Jennings
· 12 years ago
8f5f90a
Merge 3.8-rc5 into staging-next
by Greg Kroah-Hartman
· 12 years ago
d178a07
staging: zram: drop zram_stat_dec/inc functions
by Davidlohr Bueso
· 12 years ago
Next »