LinuxLists
Users
About
Dennis Zhou (
[email protected]
)
Number of posts: 90 (1.48 per day)
First post: 2017-09-27 01:54:07
Last post: 2017-11-27 21:05:18
Previous Page
Date
List
Subject
2018-08-31 01:56:55
linux-kernel
[PATCH 06/15] blkcg: always associate a bio with a blkg
2018-08-31 01:56:52
linux-kernel
[PATCH 08/15] blkcg: associate a blkg for pages being evicted by swap
2018-08-31 01:56:46
linux-kernel
[PATCH 09/15] blkcg: associate writeback bios with a blkg
2018-08-31 01:56:42
linux-kernel
[PATCH 10/15] blkcg: remove bio->bi_css and instead use bio->bi_blkg
2018-08-31 01:56:41
linux-kernel
[PATCH 13/15] blkcg: change blkg reference counting to use percpu_ref
2018-08-31 01:56:38
linux-kernel
[PATCH 14/15] blkcg: rename blkg_try_get to blkg_tryget
2018-08-31 01:56:24
linux-kernel
[PATCH 11/15] blkcg: remove additional reference to the css
2018-08-31 01:56:02
linux-kernel
[PATCH 12/15] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
2018-08-31 01:55:52
linux-kernel
[PATCH 15/15] blkcg: add average latency tracking to blk-cgroup
2018-08-31 01:55:37
linux-kernel
[PATCH 00/15] blkcg ref count refactor/cleanup + blkcg avg_lat
2018-08-07 18:56:47
linux-kernel
[PATCH v2] proc: add percpu populated pages count to meminfo
2018-08-07 17:48:24
linux-kernel
Re: [PATCH] proc: add percpu populated pages count to meminfo
2018-08-07 15:31:11
linux-kernel
Re: [PATCH] proc: add percpu populated pages count to meminfo
2018-08-07 15:23:33
linux-kernel
Re: [PATCH] proc: add percpu populated pages count to meminfo
2018-08-07 01:23:12
linux-kernel
[PATCH] proc: add percpu populated pages count to meminfo
2018-08-02 06:18:03
linux-kernel
[PATCH v3] block: make iolatency avg_lat exponentially decay
2018-08-02 06:13:05
linux-kernel
Re: [PATCH v2] block: make iolatency avg_lat exponentially decay
2018-08-01 00:29:32
linux-kernel
[PATCH v2] block: make iolatency avg_lat exponentially decay
2018-08-01 00:15:42
linux-kernel
Re: [PATCH] block: make iolatency avg_lat exponentially decay
2018-07-31 20:39:03
linux-kernel
[PATCH] block: make iolatency avg_lat exponentially decay
2018-04-18 23:40:35
linux-kernel
Re: [per_cpu_ptr_to_phys] PANIC: early exception 0x0d IP 10:ffffffffa892f15f error 0 cr2 0xffff88001fbff000
2018-02-16 19:23:00
linux-kernel
[PATCH v2 3/3] percpu: allow select gfp to be passed to underlying allocators
2018-02-16 19:22:29
linux-kernel
[PATCH v2 2/3] percpu: add __GFP_NORETRY semantics to the percpu balancing path
2018-02-16 18:20:56
linux-kernel
Re: [PATCH 3/3] percpu: allow select gfp to be passed to underlying allocators
2018-02-16 18:12:56
linux-kernel
Re: [PATCH 2/3] percpu: add __GFP_NORETRY semantics to the percpu balancing path
2018-02-16 06:52:35
linux-kernel
[PATCH 1/3] percpu: match chunk allocator declarations with definitions
2018-02-16 06:52:35
linux-kernel
[PATCH 2/3] percpu: add __GFP_NORETRY semantics to the percpu balancing path
2018-02-16 06:05:17
linux-kernel
[PATCH 3/3] percpu: allow select gfp to be passed to underlying allocators
2018-02-15 16:10:43
linux-kernel
[PATCH 0/3] percpu: introduce no retry semantics and gfp passthrough
2018-02-14 17:17:07
linux-kernel
Re: lost connection to test machine (4)
2018-02-13 18:14:58
linux-kernel
Re: lost connection to test machine (4)
2018-02-13 17:37:40
linux-kernel
Re: lost connection to test machine (4)
2017-11-30 19:24:31
linux-kernel
Re: [pcpu] BUG: KASAN: use-after-scope in pcpu_setup_first_chunk+0x1e3b/0x29e2
2017-11-29 18:26:27
linux-kernel
Re: [pcpu] BUG: KASAN: use-after-scope in pcpu_setup_first_chunk+0x1e3b/0x29e2
2017-11-27 21:05:18
linux-kernel
Re: [pcpu] BUG: KASAN: use-after-scope in pcpu_setup_first_chunk+0x1e3b/0x29e2
2017-09-27 21:35:28
linux-kernel
[PATCH 2/2] percpu: fix iteration to prevent skipping over block
2017-09-27 21:35:16
linux-kernel
[PATCH 1/2] percpu: fix starting offset for chunk statistics traversal
2017-09-27 21:35:09
linux-kernel
[PATCH 0/2] percpu: fix block iterators and reserved chunk stats
2017-09-27 01:54:07
linux-kernel
Re: percpu allocation failures