[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1445354037-27000-1-git-send-email-ming.lei@canonical.com>
Date: Tue, 20 Oct 2015 23:13:50 +0800
From: Ming Lei <ming.lei@...onical.com>
To: Jens Axboe <axboe@...nel.dk>, linux-kernel@...r.kernel.org
Cc: Ming Lin <ming.l@....samsung.com>,
Kent Overstreet <kent.overstreet@...il.com>,
Christoph Hellwig <hch@...radead.org>,
Jeff Moyer <jmoyer@...hat.com>
Subject: [PATCH v2 0/7] block: some misc changes
Hi,
The 1st patch is one fix for automatic flush plug in case of
nomerge queue.
The following four patches are optimizations related with bio splitting.
The 6th patch is one fix for using trace_block_plug().
The 7th patch is to mark ctx as pending at batch in flush plug path.
V2:
- Jeff found one issue about automatic flush plug in case
of nomerge queue, and fix it in 1/1
V1:
- 3/6: don't check bio_mergeable() in blk_mq_attempt_merge()
- 4/6: check bio_mergeable() for non-mq too
- 5/6: new patch for fixing using trace_block_plug()
block/blk-core.c | 32 +++++++++++++++++++++++++++++---
block/blk-merge.c | 32 +++++++++++++++++++++++++-------
block/blk-mq.c | 31 +++++++++++++++++++++----------
block/blk.h | 1 +
block/elevator.c | 2 +-
5 files changed, 77 insertions(+), 21 deletions(-)
Thanks,
Ming
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists