All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: Alexander Beregalov <a.beregalov@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, gentuu@gmail.com
Subject: Re: [GIT PULL] block updates for 2.6.30-rc1
Date: Tue, 7 Apr 2009 13:49:24 +0200	[thread overview]
Message-ID: <20090407114923.GT5178@kernel.dk> (raw)
In-Reply-To: <a4423d670904070444p75bb8811p779ca9ed12719df4@mail.gmail.com>

On Tue, Apr 07 2009, Alexander Beregalov wrote:
> 2009/4/7 Jens Axboe <jens.axboe@oracle.com>:
> > Hi Linus,
> >
> > This is the collected set of small updates in the block area, as well as
> > the CFQ update you tested yesterday. It's essentially the same, but
> > allows for a bit more queuing for a solitary IO issuer. If it ends up
> > interferring too much with new IO, I'll augment that check with a time
> > based one as well. Looks good here, though.
> >
> > There's also a fix for a long standing CFQ problem that caused slowdowns
> > with CFQ on streamed IO due to CFQ being too eager to restart IO
> > queuing.
> >
> >  git://git.kernel.dk/linux-2.6-block.git for-linus
> >
> 
> Hi Jens
> 
> I sent you a fix for loop device.
> http://patchwork.kernel.org/patch/15763/

I missed that the thread had the loop fix as well. I've included it now,
looks fine to me. Linus, the new diffstat is now:

 Dumentation/blockdev/00-INDEX   |    2 
 Documentation/blockdev/mflash.txt |   84 ++
 block/blk-core.c                  |   15 
 block/blk-merge.c                 |   29 
 block/blk-sysfs.c                 |    4 
 block/blk.h                       |   14 
 block/cfq-iosched.c               |  202 +++---
 block/elevator.c                  |   42 -
 drivers/block/Kconfig             |   17 
 drivers/block/Makefile            |    1 
 drivers/block/cciss.c             |  117 +++
 drivers/block/cciss.h             |    2 
 drivers/block/cciss_cmd.h         |   23 
 drivers/block/loop.c              |    7 
 drivers/block/mg_disk.c           | 1005 ++++++++++++++++++++++++++++++
 include/linux/blkdev.h            |    2 
 include/linux/elevator.h          |    1 
 include/linux/mg_disk.h           |  206 ++++++
 18 files changed, 1624 insertions(+), 149 deletions(-)

-- 
Jens Axboe


  reply	other threads:[~2009-04-07 11:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-07 11:39 [GIT PULL] block updates for 2.6.30-rc1 Jens Axboe
2009-04-07 11:44 ` Alexander Beregalov
2009-04-07 11:49   ` Jens Axboe [this message]
2009-04-07 15:38     ` Linus Torvalds
2009-04-07 17:41       ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090407114923.GT5178@kernel.dk \
    --to=jens.axboe@oracle.com \
    --cc=a.beregalov@gmail.com \
    --cc=gentuu@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.