Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b57e66384e2d21150301e68078526fac5680a16
/
drivers
/
block
/
zram
95fe6c1
block, fs, mm, drivers: use bio set/get op accessors
by Mike Christie
· 8 years ago
623e47f
zram: introduce per-device debug_stat sysfs node
by Sergey Senozhatsky
· 8 years ago
43209ea
zram: remove max_comp_streams internals
by Sergey Senozhatsky
· 8 years ago
da9556a
zram: user per-cpu compression streams
by Sergey Senozhatsky
· 8 years ago
d0d8da2
zsmalloc: require GFP in zs_malloc()
by Sergey Senozhatsky
· 8 years ago
17ec4cd
zram: don't call idr_remove() from zram_remove()
by Jerome Marchand
· 9 years ago
e02d238
zram/zcomp: do not zero out zcomp private pages
by Sergey Senozhatsky
· 9 years ago
75d8947
zram: pass gfp from zcomp frontend to backend
by Minchan Kim
· 9 years ago
d913897
zram: try vmalloc() after kmalloc()
by Kyeongdon Kim
· 9 years ago
3d5fe03
zram/zcomp: use GFP_NOIO to allocate streams
by Sergey Senozhatsky
· 9 years ago
3419b45
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
dece163
block: change ->make_request_fn() and users to return a queue cookie
by Jens Axboe
· 9 years ago
1c53e0d
zram: make is_partial_io/valid_io_request/page_zero_filled return boolean
by Geliang Tang
· 9 years ago
1237275
zram: keep the exact overcommited value in mem_used_max
by Sergey SENOZHATSKY
· 9 years ago
1d5b43b
zram: introduce comp algorithm fallback functionality
by Luis Henriques
· 9 years ago
3aaf14d
zram: fix possible use after free in zcomp_create()
by Luis Henriques
· 9 years ago
7086496
zram: unify error reporting
by Sergey Senozhatsky
· 9 years ago
860c707
zsmalloc: account the number of compacted pages
by Sergey Senozhatsky
· 9 years ago
7d3f393
zsmalloc/zram: introduce zs_pool_stats api
by Sergey Senozhatsky
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
4ce321f
zram: fix pool name truncation
by Sergey Senozhatsky
· 9 years ago
54efd50
block: make generic_make_request handle arbitrarily sized bios
by Kent Overstreet
· 10 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
2bb4cd5
block: have drivers use blk_queue_max_discard_sectors()
by Jens Axboe
· 9 years ago
d93435c
zram: check comp algorithm availability earlier
by Sergey Senozhatsky
· 9 years ago
4bbacd5
zram: cut trailing newline in algorithm name
by Sergey Senozhatsky
· 9 years ago
17162f4
zram: cosmetic zram_bvec_write() cleanup
by Sergey Senozhatsky
· 9 years ago
6566d1a
zram: add dynamic device add/remove functionality
by Sergey Senozhatsky
· 9 years ago
f405c44
zram: close race by open overriding
by Sergey Senozhatsky
· 9 years ago
92ff152
zram: return zram device_id from zram_add()
by Sergey Senozhatsky
· 9 years ago
b31177f
zram: trivial: correct flag operations comment
by Sergey Senozhatsky
· 9 years ago
d12b63c
zram: report every added and removed device
by Sergey Senozhatsky
· 9 years ago
c3cdb40
zram: remove max_num_devices limitation
by Sergey Senozhatsky
· 9 years ago
522698d
zram: reorganize code layout
by Sergey Senozhatsky
· 9 years ago
85508ec
zram: use idr instead of `zram_devices' array
by Sergey Senozhatsky
· 9 years ago
3bca3ef
zram: cosmetic ZRAM_ATTR_RO code formatting tweak
by Sergey Senozhatsky
· 9 years ago
9e65bf6
zram: remove obsolete ZRAM_DEBUG option
by Marcin Jabrzyk
· 9 years ago
d7ad41a
zram: clear disk io accounting when reset zram device
by Weijie Yang
· 9 years ago
99ebbd30
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
d49b1c2
mm/zram: correct ZRAM_ZERO flag bit position
by Mahendran Ganesh
· 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
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
Next »