Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1171054

[PATCHSET block/for-4.2/writeback] blkcg: blkcg_policy methods cleanup

Path csiph.com!aioe.org!goblin1!goblin.stu.neva.ru!newsfeed.pionier.net.pl!takemy.news.telefonica.de!storethat.news.telefonica.de!telefonica.de!news.panservice.it!bofh.it!news.nic.it!robomod
From Tejun Heo <tj@kernel.org>
Newsgroups linux.kernel
Subject [PATCHSET block/for-4.2/writeback] blkcg: blkcg_policy methods cleanup
Date Wed, 24 Jun 2015 04:50:02 +0200
Message-ID <pEIVb-554-13@gated-at.bofh.it> (permalink)
X-Original-To axboe@kernel.dk
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=k1foF6pEBPJaqjaRJdm5DbNX8tcTwXcKsgqp0arniSE=; b=DJXdUd+jyfbx2kg7E7NMey+jmSyuxOISGgGPR1u5+nAtp9TF+9U/qD0HsNGjvPRZjA ib/ai/nkRCkLyZETps+dLL11UmQ+czDL2wBj3JxB1lKe+3GwOURHQlPR6Ii80I11nGoE pijJOSkd04DNGaZrwNp5W6lOnrEF3UzR6wQhTe0QSHRDb8kZ5ao0KR3wt16zFj+U2VTY WUbmHidg8q5MEx1VNMv7sLxsUAEoeVxGRTgHillGt75aUHBkuh2ocPJdu9aHTgrHdnvD miXvXaSsw1DwxmbBWItlVKrlzb+hu6gf2mZN980uGJ8y4r/HUjveo+MBmM+O+wNTjI0r fV/w==
X-Received by 10.55.27.89 with SMTP id b86mr18485724qkb.20.1435113857269; Tue, 23 Jun 2015 19:44:17 -0700 (PDT)
X-Mailer git-send-email 2.4.3
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 56
Organization linux.* mail to news gateway
X-Original-Cc linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, vgoyal@redhat.com, avanzini.arianna@gmail.com, kernel-team@fb.com
X-Original-Date Tue, 23 Jun 2015 22:44:06 -0400
X-Original-Message-ID <1435113853-12053-1-git-send-email-tj@kernel.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1171054

Show key headers only | View raw


This patchset contains assorted cleanups for blkcg_policy methods.

* alloc/free are added.  exit is dropped.

* blk-throttle's async percpu allocation is replaced with direct
  allocation.

* all methods now take blkcg_policy_data instead of blkcg_gq.

Nothing too controversial.

Jens, as we're at the beginning of the 4.2 merge window, I'll ping /
repost this patchset along with other pending patchsets once -rc1
drops.

This patchset contains the following seven patches.

 0001-blkcg-remove-unnecessary-request_list-blkg-NULL-test.patch
 0002-blkcg-use-blkg_free-in-blkcg_init_queue-failure-path.patch
 0003-blkcg-make-blkcg_activate_policy-allow-NULL-pd_init_.patch
 0004-blkcg-replace-blkcg_policy-pd_size-with-pd_alloc-fre.patch
 0005-blk-throttle-remove-asynchrnous-percpu-stats-allocat.patch
 0006-blk-throttle-clean-up-blkg_policy_data-alloc-init-ex.patch
 0007-blkcg-make-blkcg_policy-methods-take-a-pointer-to-bl.patch

0001-0003 are misc cleanups.  0004-0006 add alloc/free methods and
remove blk-throttle's async percpu allocation mechanism.  0007 makes
all methods take blkcg_policy_data.

This patchset is also available in the following git branch.

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-blkcg-methods-cleanup

and is on top of

[1] block/for-4.2/writeback
[2] [PATCHSET block/for-4.2/writeback] block, cgroup: make cfq charge async IOs to the appropriate blkcgs

diffstat follows.  Thanks.

 block/blk-cgroup.c         |   53 +++++--------
 block/blk-throttle.c       |  173 +++++++++++++--------------------------------
 block/cfq-iosched.c        |   37 +++++++--
 include/linux/blk-cgroup.h |   31 +++-----
 4 files changed, 116 insertions(+), 178 deletions(-)

--
tejun

[1] 5857cd637bc0 ("bdi: fix wrong error return value in cgwb_create()").
[2] http://lkml.kernel.org/g/1433753973-23684-1-git-send-email-tj@kernel.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCHSET block/for-4.2/writeback] blkcg: blkcg_policy methods cleanup Tejun Heo <tj@kernel.org> - 2015-06-24 04:50 +0200

csiph-web