Searched hist:db6638d7d177a8bc74c9e539e2e0d7d061c767b1 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/block/ |
H A D | bounce.c | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | bio.c | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/include/linux/ |
H A D | blk-cgroup.h | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | blk_types.h | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
H A D | bio.h | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/md/ |
H A D | raid0.c | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|
/openbmc/linux/drivers/block/ |
H A D | loop.c | diff db6638d7d177a8bc74c9e539e2e0d7d061c767b1 Wed Dec 05 11:10:35 CST 2018 Dennis Zhou <dennis@kernel.org> blkcg: remove bio->bi_css and instead use bio->bi_blkg
Prior patches ensured that any bio that interacts with a request_queue is properly associated with a blkg. This makes bio->bi_css unnecessary as blkg maintains a reference to blkcg already.
This removes the bio field bi_css and transfers corresponding uses to access via bi_blkg.
Signed-off-by: Dennis Zhou <dennis@kernel.org> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
|