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

Date List Subject
2023-10-06 23:00:04 linux-kernel Re: [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)
2023-06-08 19:13:14 linux-kernel Re: [PATCH] mm: convert mm's rss stats into percpu_counter
2018-09-21 20:57:33 linux-kernel Re: [PATCH v3 00/12] block: always associate blkg and refcount cleanup
2018-09-17 14:06:06 linux-kernel Re: linux-next: changes in the maintainership of the percpu tree
2018-09-11 18:45:12 linux-kernel [PATCH v3 00/12] block: always associate blkg and refcount cleanup
2018-09-11 18:45:08 linux-kernel [PATCH 01/12] blkcg: fix ref count issue with bio_blkcg using task_css
2018-09-11 18:44:58 linux-kernel [PATCH 02/12] blkcg: update blkg_lookup_create to do locking
2018-09-11 18:44:46 linux-kernel [PATCH 06/12] blkcg: associate a blkg for pages being evicted by swap
2018-09-11 18:44:42 linux-kernel [PATCH 05/12] blkcg: consolidate bio_issue_init to be a part of core
2018-09-11 18:44:25 linux-kernel [PATCH 07/12] blkcg: associate writeback bios with a blkg
2018-09-11 18:43:43 linux-kernel [PATCH 03/12] blkcg: convert blkg_lookup_create to find closest blkg
2018-09-11 18:43:17 linux-kernel [PATCH 08/12] blkcg: remove bio->bi_css and instead use bio->bi_blkg
2018-09-11 18:43:16 linux-kernel [PATCH 04/12] blkcg: always associate a bio with a blkg
2018-09-11 18:42:56 linux-kernel [PATCH 10/12] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
2018-09-11 18:42:48 linux-kernel [PATCH 09/12] blkcg: remove additional reference to the css
2018-09-11 18:42:40 linux-kernel [PATCH 12/12] blkcg: rename blkg_try_get to blkg_tryget
2018-09-11 18:42:27 linux-kernel [PATCH 11/12] blkcg: change blkg reference counting to use percpu_ref
2018-09-07 20:34:44 linux-kernel Re: [PATCH 03/12] blkcg: convert blkg_lookup_create to find closest blkg
2018-09-07 20:26:01 linux-kernel Re: [PATCH 09/12] blkcg: remove additional reference to the css
2018-09-07 18:40:47 linux-kernel Re: [RESEND PATCH] mm: percpu: remove unnecessary unlikely()
2018-09-06 23:03:54 linux-kernel [PATCH 03/12] blkcg: convert blkg_lookup_create to find closest blkg
2018-09-06 23:01:42 linux-kernel Re: [PATCH 06/15] blkcg: always associate a bio with a blkg
2018-09-06 22:31:15 linux-kernel [PATCH 04/12] blkcg: always associate a bio with a blkg
2018-09-06 21:42:14 linux-kernel [PATCH 02/12] blkcg: update blkg_lookup_create to do locking
2018-09-06 21:42:10 linux-kernel [PATCH 01/12] blkcg: fix ref count issue with bio_blkcg using task_css
2018-09-06 21:41:26 linux-kernel [PATCH 06/12] blkcg: associate a blkg for pages being evicted by swap
2018-09-06 21:41:05 linux-kernel [PATCH 09/12] blkcg: remove additional reference to the css
2018-09-06 21:41:01 linux-kernel [PATCH 05/12] blkcg: consolidate bio_issue_init to be a part of core
2018-09-06 21:39:51 linux-kernel [PATCH 08/12] blkcg: remove bio->bi_css and instead use bio->bi_blkg
2018-09-06 21:39:46 linux-kernel [PATCH 10/12] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
2018-09-06 21:38:54 linux-kernel [PATCH 12/12] blkcg: rename blkg_try_get to blkg_tryget
2018-09-06 21:38:50 linux-kernel [PATCH 11/12] blkcg: change blkg reference counting to use percpu_ref
2018-09-06 21:38:40 linux-kernel [PATCH 00/12] block: always associate blkg and refcount cleanup
2018-09-06 21:38:40 linux-kernel [PATCH 07/12] blkcg: associate writeback bios with a blkg
2018-09-06 21:32:35 linux-kernel Re: [PATCH 13/15] blkcg: change blkg reference counting to use percpu_ref
2018-09-06 21:31:34 linux-kernel Re: [PATCH 11/15] blkcg: remove additional reference to the css
2018-09-06 21:30:34 linux-kernel Re: [PATCH 07/15] blkcg: consolidate bio_issue_init and blkg association
2018-09-06 15:23:45 linux-kernel Re: [PATCH 04/15] blkcg: fix ref count issue with bio_blkcg using task_css
2018-08-31 20:25:51 linux-kernel [PATCH 1/3] Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()"
2018-08-31 20:25:09 linux-kernel [PATCH 0/3] fix blkcg offlining and destruction
2018-08-31 20:25:07 linux-kernel [PATCH 2/3] blkcg: delay blkg destruction until after writeback has finished
2018-08-31 20:24:58 linux-kernel [PATCH 3/3] blkcg: use tryget logic when associating a blkg with a bio
2018-08-31 20:22:01 linux-kernel Re: [PATCH 03/15] blkcg: use tryget logic when associating a blkg with a bio
2018-08-31 20:20:35 linux-kernel Re: [PATCH 02/15] blkcg: delay blkg destruction until after writeback has finished
2018-08-31 02:00:16 linux-kernel Re: [PATCH 20/23] mm: percpu: remove unnecessary unlikely()
2018-08-31 01:57:51 linux-kernel [PATCH 03/15] blkcg: use tryget logic when associating a blkg with a bio
2018-08-31 01:57:49 linux-kernel [PATCH 02/15] blkcg: delay blkg destruction until after writeback has finished
2018-08-31 01:57:34 linux-kernel [PATCH 05/15] blkcg: update blkg_lookup_create to do locking
2018-08-31 01:57:21 linux-kernel [PATCH 01/15] Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()"
2018-08-31 01:57:13 linux-kernel [PATCH 04/15] blkcg: fix ref count issue with bio_blkcg using task_css
2018-08-31 01:57:02 linux-kernel [PATCH 07/15] blkcg: consolidate bio_issue_init and blkg association